Announcement

Collapse
No announcement yet.

Kubuntu sources.list

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

    Kubuntu sources.list

    Hello,
    I recently installed KDE overtop of my Ubuntu Dapper installation. However, my sources.list file does not include any sources for kubuntu updates. Does anyone know what sources I should add to get the critical KDE updates and such?
    Thanks

    #2
    Re: Kubuntu sources.list

    Kubuntu uses the same sources.list as Ubuntu so you are all set. As Kubuntu and Ubuntu basically share the same kernels and base libraries you don't need a different set of repositories. As a matter of fact, both can live side by side on the same installation. If you want to have Gnome desktop installed (Ubuntu) on your Kubuntu install, just install the package ubuntu-desktop. Then when you nexy log in you will be able to choose which one you want to log into

    Comment


      #3
      Re: Kubuntu sources.list

      If you wish to add the extra kubuntu repos (kubuntu.org) for the latest KDE, koffice and amarok...you should/could add these repositories:

      deb http://kubuntu.org/packages/kde-latest/ dapper main
      deb http://kubuntu.org/packages/koffice-latest/ dapper main
      deb http://kubuntu.org/packages/amarok-latest/ dapper main

      You should also add Riddell's gpg key (the kubuntu.org packages are signed with it), instructions:
      Code:
      wget [url]http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg[/url]
      sudo apt-key add kubuntu-packages-jriddell-key.gpg

      Comment

      Working...
      X