Announcement

Collapse
No announcement yet.

Help with KDevelop 3.5.5

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with KDevelop 3.5.5

    Hey, I'm new to Linux, indeed computers in general.

    I apologize for asking such a dumb question, but I've looked at the KDevelop website, through these forums and through the KDE4 manual already.


    I just don't understand how to install Kdevelop 3.5.5 using Kubuntu.
    -Using KPackageKit and typing in "kdevelop," in the search bar under Software Management only returns these three things:


    kdevelop-data - 4:3-5-95
    kdevelop - 4:3-5-95
    kdevelop-dev - 4:3.5.95

    I've installed the first two using the package manager and can now find and use KDevelop 4 without problems.


    I don't want to use KDevelop 4, I want 3.5.5


    I don't understand what I need to download and where it needs to go, and from there how to install it.


    Again, I'm sorry for asking such a dumb question but if you guys could help me it would be a great help.


    #2
    Re: Help with KDevelop 3.5.5

    kdevelop is for the KDE 4

    Code:
    apt-cache show kdevelop
    Package: kdevelop
    Priority: optional
    Section: universe/kde
    Installed-Size: 5308
    Maintainer: Kubuntu Developers <*>
    Original-Maintainer: Debian Qt/KDE Maintainers <*>
    Architecture: i386
    Version: 4:3.9.95-0ubuntu3
    ...

    If you want to use the kdevelop for the KDE 3.5, then maybe > Re: Karmic Release Schedule, Plans, KDE 4.3 >> Topic: KDE 3.5 Applications with the Kubutu 9.10


    Enabling the > PPA for KDE3.5 Maintainers

    Updating the package database.

    Searching:
    Code:
    apt-cache search kdevelop
    ...
    kdevelop-data-kde3 - An IDE for Unix/X11 - data
    kdevelop-kde3 - An IDE for Unix/X11
    kdevelop-kde3-dev - An IDE for Unix/X11 - development files
    kdevelop-kde3-doc - An IDE for Unix/X11 - documentation
    ...
    Code:
    apt-cache show kdevelop-kde3
    Package: kdevelop-kde3
    Source: kdevelop-kde3
    Priority: optional
    Section: kde
    Installed-Size: 29604
    Maintainer: Timothy Pearson <*>
    Architecture: i386
    Version: 4:3.5.10-0ubuntu6
    ...
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X