Saya mendapatkan kesalahan ubuntu-make setiap kali saya menggunakan perintah apt-get install, adakah yang bisa membantu?
~ 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)
Jawaban yang Diterima:
Hapus ubuntu-make:
sudo apt-get remove --purge --auto-remove ubuntu-make
Tampilkan versi python3-argcomplete yang tersedia:
sudo apt-cache showpkg python3-argcomplete
Instal versi python3-argcomplete yang benar (dalam kasus saya):
sudo apt-get install python3-argcomplete=0.8.1-1ubuntu2
Instal ulang ubuntu-make:
sudo apt-get install ubuntu-make
Langkah-Langkah Untuk Membuat Paket yang Sedikit Dimodifikasi Dan Mengunggahnya Dalam Ppa?
Nonaktifkan Penguncian Layar Dengan Xubuntu 20.04 Dan Lightdm?