GNU/Linux >> Linux の 問題 >  >> Ubuntu

Dpkg:パッケージUbuntu-make(–configure)の処理中にエラーが発生しました:?

apt-get installコマンドを使用しているときにubuntu-makeエラーが発生します。誰か助けてもらえますか?

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

承認された回答:

ubuntu-makeを削除します:

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

利用可能なpython3-argcompleteバージョンを表示します:

sudo apt-cache showpkg python3-argcomplete

正しいpython3-argcompleteバージョンをインストールします(私の場合):

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

ubuntu-makeを再インストールします:

sudo apt-get install ubuntu-make


Ubuntu
  1. サブプロセスの修正/usr/ bin / dpkgがエラーコード(1)を返しました

  2. パッケージDbusはまだ設定されていませんか?

  3. Ubuntu17.10にWps-officeをインストールする方法は??

  1. Aptのロケールエラー-インストールを取得しますか?

  2. Apt-getからの詳細なデバッグ?

  3. Sudo Apt-get -f Installの実行中にエラーが発生しましたか?

  1. Ubuntuでの「dpkg:エラー:ファイル‘/ var / lib / dpkg /updates/0014‘の解析」エラーを修正

  2. Ubuntuで「サブプロセス/usr/ bin / dpkgがエラーコード(1)を返しました」を解決する方法

  3. Dpkg Package Pre-installation Script Subprocess Returned Error Exit Status 2 On 18.04?