|
31.
|
|
|
Muon provides an easy method to remove the software that is no longer needed. To remove an application:
|
|
|
|
Muon fornisce un metodo semplice per rimuovere il software non più necessario. Per rimuovere un'applicazione:
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:123(para)
|
|
32.
|
|
|
Click on <guimenu>Installed Software</guimenu> and find the application you want removed.
|
|
|
|
Fate clic su <guimenu>Software installato</guimenu> e cercate l'applicazione che volete rimuovere.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:135(para)
|
|
33.
|
|
|
Click <guilabel>Remove</guilabel> and Muon will remove the application.
|
|
|
|
Fate clic su <guilabel>Rimuovi</guilabel>, Muon rimuoverà l'applicazione.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:141(para)
|
|
34.
|
|
|
<application><acronym>APT</acronym></application> (Advanced Packaging Tool) is a powerful package management system, which is the basis for the graphical <application>Software Management</application> application. <application>APT</application> automatically handles dependencies and performs other package operations that are required for package installation.
|
|
|
|
<application><acronym>APT</acronym></application> (Advanced Packaging Tool) è un potente sistema di gestione dei pacchetti, ed è la base per l'applicazione grafica <application>Gestione software</application>. <application>APT</application> gestisce in modo automatico le dipendenze ed esegue altre operazioni richieste per l'installazione dei pacchetti.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:152(para)
|
|
35.
|
|
|
Running <application>APT</application> requires administrative privileges. Entering commands with "sudo" generates a password prompt. Several of the commands below will not run without sudo.
|
|
|
|
L'avvio di <application>APT</application> richiede privilegi di amministrazione. La digitazione di comandi con «sudo» genera la richiesta della password. Alcuni dei comandi indicati qui sotto non funzioneranno senza sudo.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:160(para)
|
|
36.
|
|
|
Common commands used with <application>APT</application> are:
|
|
|
|
I comuni comandi usati con l'applicazione <application>APT</application> sono:
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:166(para)
|
|
37.
|
|
|
Install packages: <screen>sudo apt-get install <emphasis>packagename</emphasis></screen>
|
|
|
|
Installare pacchetti: <screen>sudo apt-get install <emphasis>nomepacchetto</emphasis></screen>
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:171(para)
|
|
38.
|
|
|
Remove packages: <screen>sudo apt-get remove <emphasis>packagename</emphasis></screen>
|
|
|
|
Rimuovere pacchetti: <screen>sudo apt-get remove <emphasis>nomepacchetto</emphasis></screen>
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:177(para)
|
|
39.
|
|
|
Remove package dependencies that are no longer needed: <screen>sudo apt-get autoremove</screen>
|
|
|
|
Rimuovere dipendenze di pacchetti non più necessarie: <screen>sudo apt-get autoremove</screen>
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:183(para)
|
|
40.
|
|
|
Search for packages: <screen>apt-cache search <emphasis>keyword</emphasis></screen>
|
|
|
|
Cercare pacchetti: <screen>apt-cache search <emphasis>parolachiave</emphasis></screen>
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
../docs/manage-software/C/manage-software.xml:189(para)
|