GNU/Linux >> LINUX-Kenntnisse >  >> Ubuntu

Dpkg:Fehlerverarbeitungspaket Ubuntu-make (–configure):?

Ich erhalte einen Ubuntu-Make-Fehler, wenn ich den Befehl apt-get install verwende, kann mir jemand helfen?

~ 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)

Akzeptierte Antwort:

Entfernen Sie das ubuntu-make:

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

Zeigt die verfügbaren Versionen von python3-argcomplete an:

sudo apt-cache showpkg python3-argcomplete

Installieren Sie die richtige python3-argcomplete-Version (in meinem Fall):

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

ubuntu-make neu installieren:

sudo apt-get install ubuntu-make


Ubuntu
  1. So lösen Sie „Unterprozess /usr/bin/dpkg hat einen Fehlercode (1) zurückgegeben“ in Ubuntu

  2. Paket Dbus ist noch nicht konfiguriert?

  3. Wie installiere ich Wps-Office auf Ubuntu 17.10?

  4. In welchem ​​Paket ist Tail enthalten?

  5. Gebietsschemafehler bei Apt-get Install?

dpkg-Befehl in Linux mit Beispielen

So beheben Sie den Unterprozess /usr/bin/dpkg hat einen Fehlercode (1) in Ubuntu zurückgegeben

Fix „Unterprozess /usr/bin/dpkg hat einen Fehlercode (1) zurückgegeben“ in Ubuntu

So lösen Sie den Fehler „Unterprozess usr bin dpkg hat einen Fehlercode 1 zurückgegeben“ Fehler in Ubuntu

So beheben Sie den Apt-Get GPG-Fehler NO_PUBKEY Ubuntu 14

Unterprozess des Dpkg-Paket-Vorinstallationsskripts hat einen Fehler zurückgegeben. Exit-Status 2 Am 18.04?