GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Dpkg:Pacchetto di elaborazione errori Ubuntu-make (–configure):?

Ricevo un errore ubuntu-make ogni volta che utilizzo il comando apt-get install, qualcuno può aiutarmi?

~ sudo apt-get -f install                              
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 38 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up ubuntu-make (16.09~trusty1) ...
/var/lib/dpkg/info/ubuntu-make.postinst: 6: /var/lib/dpkg/info/ubuntu-make.postinst: register-python-argcomplete3: not found
dpkg: error processing package ubuntu-make (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 ubuntu-make
E: Sub-process /usr/bin/dpkg returned an error code (1)

Risposta accettata:

Rimuovi ubuntu-make:

sudo apt-get remove --purge --auto-remove ubuntu-make

Mostra le versioni python3-argcomplete disponibili:

sudo apt-cache showpkg python3-argcomplete

Installa la versione corretta di python3-argcomplete (nel mio caso):

sudo apt-get install python3-argcomplete=0.8.1-1ubuntu2

Reinstalla ubuntu-make:

sudo apt-get install ubuntu-make


Ubuntu
  1. Errore di installazione di OpenStack Dashboard – errore durante l'elaborazione del pacchetto openstack-dashboard-ubuntu-theme [Risolto]

  2. Il pacchetto Dbus non è ancora configurato?

  3. Come installare Wps-office su Ubuntu 17.10??

  4. Errore di localizzazione con Apt-get Install?

  5. Debug dettagliato da Apt-get?

Comando dpkg in Linux con esempi

Come risolvere il sottoprocesso /usr/bin/dpkg ha restituito un codice di errore (1) in Ubuntu

Risolto il problema con "Il sottoprocesso /usr/bin/dpkg ha restituito un codice di errore (1)" in Ubuntu

Come risolvere "il processo secondario usr bin dpkg ha restituito un codice di errore 1″ Errore in Ubuntu

Come risolvere l'errore Apt-Get GPG NO_PUBKEY Ubuntu 14

Errori nell'elaborazione dei pacchetti Python nell'output di ogni comando Apt?