
Sebbene il metodo preferito di installazione dei programmi sia il gestore di pacchetti, possono essere scaricati e installati singoli pacchetti di software. Sono disponibili vari tipi di file di pacchetti per Linux. In generale, questi tipi di file sono associati ai gestori di pacchetti delle specifiche distribuzioni Linux.
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.
Per installare un file .deb, basta farvi sopra clic col
pere avviare il processo di installazione. Apparirā una richiesta di password associata ai necessari privilegi amministrativi.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. Installare Alien
Open Software Center by going to → → .
Digitare
alien
nella casella di ricerca nella parte superiore della finestra.Individuate il pacchetto chiamato alien e selezionatelo. Premete la . La freccia cambierā colore.
Premete il pulsante , poi quello della schermata seguente. Potrebbe essere richiesta l'installazione di pacchetti aggiuntivi come dipendenze. In tale caso, fate clic su .
Se richiesta, digitate la password appropriata e premete .
Una volta completata l'installazione, chiudete Gestione software.
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.