![Não é possível instalar ou atualizar nada no ParrotOS após interromper a instalação do Python](https://rvso.com/image/178480/N%C3%A3o%20%C3%A9%20poss%C3%ADvel%20instalar%20ou%20atualizar%20nada%20no%20ParrotOS%20ap%C3%B3s%20interromper%20a%20instala%C3%A7%C3%A3o%20do%20Python.png)
Excluí acidentalmente todas as dependências do Python, mas de alguma forma consegui reinstalar algumas delas. Porém agora estou tendo problemas para instalar qualquer coisa: mostra algum tipo de erro com o apt-listchanges
. Sempre que tento executar o comando upgrade/update ele mostra o mesmo erro que é
/bin/sh: 1: /usr/bin/apt-listchanges: not found
E: Sub-process /usr/bin/apt-listchanges --apt || test $? -lt 10 returned an error code (1)
E: Failure running script /usr/bin/apt-listchanges --apt || test $? -lt 10
O tipo de arquivo apt-listchanges localizado na pasta bin é Python 3 script (text/x-python3)
. O sistema operacional é Parrot-OS.
Também tentei instalar o deb
pacote, apt-listchanges
mas falhei
sudo dpkg -i apt-listchanges_3.22_all.deb
Selecting previously unselected package apt-listchanges.
(Reading database ... 605517 files and directories currently installed.)
Preparing to unpack apt-listchanges_3.22_all.deb ...
/var/lib/dpkg/info/apt-listchanges.prerm: 6: py3clean: not found
dpkg: warning: old apt-listchanges package pre-removal script subprocess returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: 6: py3clean: not found
dpkg: error processing archive apt-listchanges_3.22_all.deb (--install):
new apt-listchanges package pre-removal script subprocess returned error exit status 127
Deferring configuration of apt-listchanges until /usr/bin/python3
and python's debconf module are available
/var/lib/dpkg/info/apt-listchanges.postinst: 212: py3compile: not found
dpkg: error while cleaning up:
installed apt-listchanges package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
apt-listchanges_3.22_all.deb
Tentei instalar o python minimals mas mostra o mesmo erro do apt-listchanges
. Eu não sei o que fazer.