1nv1s1bl3
(usa Kali)
Enviado em 08/04/2017 - 16:22h
root@kali:~# sudo apt-get purge libxml-libxml-perl
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: O pacote libxml-libxml-perl precisa ser reinstalado, mas não foi possível encontrar um arquivo para o mesmo.
root@kali:~# sudo rm -rf /var/lib/dpkg/info/*.*
sudo: unable to execute /bin/rm: Argument list too long
root@kali:~# sudo rm -rf /var/lib/apt/lists/*
root@kali:~# sudo apt-get clean
root@kali:~# sudo apt-get update
Traceback (most recent call last):
File "/usr/bin/debtags", line 694, in <module>
main()
File "/usr/bin/debtags", line 688, in main
sys.exit(action.main(args))
File "/usr/bin/debtags", line 632, in main
for pkg, tags in self.tags_from_apt():
File "/usr/bin/debtags", line 256, in tags_from_apt
cache = self.apt_cache
File "/usr/bin/debtags", line 241, in apt_cache
res = self._apt_cache = apt.Cache()
File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__
self.open(progress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 165, in open
self._depcache = apt_pkg.DepCache(self._cache)
apt_pkg.Error: E:The package libxml-libxml-perl needs to be reinstalled, but I can't find an archive for it.
Lendo listas de pacotes... Pronto
root@kali:~# sudo apt-get install libxml-libxml-perl
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: O pacote libxml-libxml-perl precisa ser reinstalado, mas não foi possível encontrar um arquivo para o mesmo.
root@kali:~#