Find the answer to your Linux question:
Results 1 to 8 of 8
hi does anybody know any repositories for kde 3.5 to sarge?...
  1. #1
    Just Joined!
    Join Date
    Jan 2005
    Posts
    11

    kde repositories

    hi does anybody know any repositories for kde 3.5 to sarge?

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I did a google search and found http://pkg-kde.alioth.debian.org/kde-3.5.0/
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    I would just add that the most prevalent benefit of using Sarge is that it is an extremely stable version of Debian, and if you add an unstable repo (such as the KDE 3.5 branch), you will basically be nullifying that attribute. If you have already considered this then fine, but if it were my box I would give it a second thought.
    It may be that your sole purpose in life is simply to serve as a warning to others.

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by St. Joe
    I would just add that the most prevalent benefit of using Sarge is that it is an extremely stable version of Debian, and if you add an unstable repo (such as the KDE 3.5 branch), you will basically be nullifying that attribute. If you have already considered this then fine, but if it were my box I would give it a second thought.
    I completely agree.... I only wish I had said it
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined!
    Join Date
    Jan 2005
    Posts
    11
    so what shall i write in the sources.list?
    deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ?
    when i do that the apt-gives me an error. what is the exact command?

  6. #6
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Belgium
    Posts
    1,429
    Quote Originally Posted by tsitras
    so what shall i write in the sources.list?
    deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ?
    when i do that the apt-gives me an error. what is the exact command?
    Have you checked the man pages for apt-get?

    Adding repos should not be that difficult (even I could do it when I used Debian for a few months :P). Normally you only need to give the correct path. It might be that some config files inside the repo are needed, I don't know.
    ** Registered Linux User # 393717 and proud of it ** Check out www.zenwalk.org
    ** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **

  7. #7
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    To your /etc/apt/sources.list, you should add this line:
    Code:
    deb http://pkg-kde.alioth.debian.org/kde-3.5.0/ ./
    And then update your repositories:
    Code:
    apt-get update
    As St. Joe said it, Debian won't be so stable after you do an upgrade to KDE 3.5. It may be worth the try though.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    and just for fyi kde 3.5 is currently in experimental
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •