Quando provo ad installare i file .deb con "Ubuntu Software", continua a "In attesa di installazione" per sempre.
Quando provo ad installare i file .deb con "Ubuntu Software", continua a "In attesa di installazione" per sempre.
Risposte:
Installa i pacchetti .deb dal terminale:
$ sudo dpkg -i <path/to/deb.deb>
$ sudo apt-get install -f
Il ragionamento dietro apt-get install -f dalla pagina man:
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can
omit any packages to permit APT to deduce a likely solution. If packages are specified, these have to completely
correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow
broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so
corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending
packages). Use of this option together with -m may produce an error in some situations. Configuration Item:
APT::Get::Fix-Broken.
Ringraziamento: commento di Mohit Rajan
sudo apt-get install -f
per installare un pacchetto, se dpkg
già lo fa?
sudo apt-get install ./file.deb
o sudo apt-get install /path/to/file.deb
è più semplice.
1 - Scarica il vecchio "Ubuntu software center" nel nuovo "Ubuntu software".
2 - unity --reset-icons
o Riavvia il computer (per rimuovere "in attesa di installazione")
3 - Apri il file .deb con il "centro software Ubuntu" appena installato
4 - Installalo
unity --reset-icons
: chiude tutti i programmi e ripristina l'unità launcher com'è originariamente (nell'installazione di Ubuntu)!
Solo un suggerimento, non sono sicuro se dovrebbe aiutare, ma se si installano frequentemente pacchetti da file .deb è consigliabile utilizzare un gestore di pacchetti affidabile come Gdebi
Tuttavia, se ti piace cercare le app e installarle dallo stesso posto, dovresti attenersi a Ubuntu Software Center. Per eliminare Gnome-Software e installare il classico e affidabile Ubuntu Software Center, seguire questa guida .
Sembra che siamo tutti colpiti da https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573206 .
Sfortunatamente non esiste altra soluzione che utilizzare un altro gestore pacchetti per installare questi pacchetti.
dpkg
per installare i file .deb tramite il terminale