Although the preferred method of installing programs is via the package managers described in Alkalmazások hozzáadása, eltávolítása és frissítése, you can also download and install individual package files containing software. There are many different kinds of Linux package files. Most of these are associated with the package managers of specific Linux distributions.
Ha talál egy becsomagolt alkalmazást, amelyet telepíteni szeretne, ajánlott ellenőrizni, hogy van-e natív Kubuntu csomag az alkalmazásból a csomagkezelőben, és telepíteni azt. Így lesz garantálva, hogy a program teljesen kompatibilis az ön rendszerével. Ha nincs elérhető csomag a csomagkezelőben, lehetőség van kézzel telepíteni. A telepítési folyamat a csomagfájl típusától függ.
The package files associated with Kubuntu have the .deb suffix because of Kubuntu's close relation to the Debian GNU/Linux distribution. You can download and install individual .deb files. You will need administrative privileges to do this.
To install a .deb file, simply
click on the .deb file to initiate the installation process. You will be prompted for your password in order to gain the necessary privileges.Another type of package files is Red Hat Package Manager Files which have the .rpm suffix. It is not recommended to install these on an Kubuntu system. In almost all cases, a native Kubuntu .deb package is available. However, if absolutely necessary, an .rpm file can be converted to a .deb package using the program alien.
Eljárás 2. Alien telepítése
Open Adept Manager by going to → → .
When prompted to enter a password, enter your user password and press
.
Locate the Search box just under the buttons at the top of
the window and type alien
.
Keresse meg az aliennevTelep gombra.
Keresse meg a
gombot a felső eszköztáron, és nyomja meg.Mikor a telepítés befejeződött, zárja be az Adept kezelőt.
Files with the .tar.gz or .tar.bz2 suffix are package files known as tarballs or source packages which are widely used in Linux. If there is no native Kubuntu package available in any of the Kubuntu repositories, you can try to compile the package from source. For tips on compiling software, look at the Compiling Software page on the Ubuntu Wiki.