
Auch wenn der empfohlene Weg der Softwareinstallation über die Paketverwaltung läuft, können einzelne Softwarepaketdateien heruntergeladen und installiert werden. Verschiedene Paketdateitypen sind für Linux verfügbar. In der Regel sind diese Dateitypen mit der Paketverwaltung der einzelnen Linux-Distributionen verknüpft.
To install a particular application, it is preferable to select a Kubuntu package of the application, and install it with a package manager. This ensures that the program is compatible with other software on the system. If there is no version of the package available through a package manager, it may be possible to install it manually. The installation procedure depends on the type of package file.
The package files associated with Kubuntu have the .deb suffix because of Kubuntu's close relationship with the Debian GNU/Linux distribution. Individual .deb files can be downloaded and installed. Administrative privileges are required to do this.
Um eine .deb-Datei zu installieren, einfach mit dem
Mausknopf auf die .deb-Datei klicken, um den Installations-Prozess in Gang zu setzen. Nun folgt die Aufforderung zur Eingabe des Passwortes für den Administrator.Red Hat Package Manager files have the .rpm suffix. It is not recommended that these be installed on a Kubuntu system. In almost all cases, a native Kubuntu .deb version of the package is available. However, if necessary, an .rpm file can be converted to a .deb package using a program called alien.
Procedure 1. Alien installieren
Open Software Center by going to → → .
Geben Sie
alien
in das Suchfeld Suchen am oberen Rand des Fensters ein.Suchen Sie das Paket mit dem Namen alien und wählen Sie es aus. Klicken Sie auf den -Knopf. Der Pfeil wird die Farbe ändern.
Klicken Sie auf und anschließend auf . Es kann sein, dass zusätzliche Pakete (Abhängigkeiten) installiert werden müssen. Bestätigen Sie dies.
Wenn nach dem Passwort gefragt wird, geben Sie das entsprechende Passwort ein und drücken Sie .
Sobald die Installation beendet ist, kann die Softwareverwaltung geschlossen werden.
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 repositories, it may be possible to compile and install the package from source. For tips on compiling software, look at the Compiling Software page on the Ubuntu Wiki.