Domande taggate «package-management»

Domande sulla gestione dei pacchetti software, in particolare i sistemi APT e dpkg.

2
Cosa fa apt-get --fix-missing e quando è utile?
Dalla pagina man: -m, --ignore-missing, --fix-missing Ignore missing packages; if packages cannot be retrieved or fail the integrity check after retrieval (corrupted package files), hold back those packages and handle the result. Use of this option together with -f may produce an error in some situations. If a package is …




11
Come eliminare i pacchetti rotti in Ubuntu
Non riesco a rimuovere il pacchetto rotto. Usa il seguente comando: sudo apt-get -f install ma ottengo la seguente risposta: Preparing to unpack .../nodejs_0.10.28-1chl1~trusty1_amd64.deb ... Unpacking nodejs (0.10.28-1chl1~trusty1) over (0.10.25~dfsg2-2ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/nodejs_0.10.28-1chl1~trusty1_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/node.1.gz', which is also in package nodejs-legacy 0.10.25~dfsg2-2ubuntu1 dpkg-deb: error: …


8
impossibile installare npm su Ubuntu
Ho provato a installare nodejs e npm su Ubuntu 12.04. Ho cercato su google e l'ho fatto. Ora, non ho potuto installare npm sulla macchina. sudo apt-get install npm Il che mi dà questo The following packages have unmet dependencies: npm : Depends: nodejs but it is not going to …









Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.