KDE/Build Service/Additional Repositories Kubuntu

From openSUSE

Contents


Locating a repository

Open http://download.opensuse.org/repositories in your browser and find the repository you want to install from (if the repository is for example home:llunak:kde, you need to go to http://download.opensuse.org/repositories/home:/llunak:/kde). Now select the build repository (distribution) that matches your system (so if you run for example Kubuntu 9.04, enter xUbuntu_9.04).

Adding a repository for installation (and installing from it)

TODO - is there a GUI way?

Edit file /etc/apt/sources.list and add line "deb <URL> ./" (for example "deb http://download.opensuse.org/repositories/home:/llunak:/kde/xUbuntu_9.04 ./"). After that, packages in the repository are available for installation just like packages that have been included with the distribution.

Installing a single package from a repository, without adding the repository

In the browser window showing the repository for your system, enter i386 if you run 32bit openSUSE version or 'amd64 if you run 64bit openSUSE version (note that packages that do not depend on whether your system is 32bit or 64bit are in all). Find the .deb package you wish to install and click on it, a dialog asking whether to save or open the file with KPackageKit will appear. Select opening with KPackageKit and proceed with installing the package.

Note that if the package has dependencies on other packages from the repository, you either first need to manually install those dependencies or you should add the repository to allow the installation to resolve the dependencies automatically.