apt autoremove não é trabalho

1
apt autoremove
E: Invalid operation autoremove
E: Failed to fetch http://deb.parrotsec.org/parrot/pool/main/i/icu/libicu-dev_57.1-8_i386.deb  GnuTLS recv error (-54): Error in the pull function.

E: Failed to fetch http://deb.parrotsec.org/parrot/pool/main/u/uhd/uhd-host_3.10.2.0-3_i386.deb  GnuTLS recv error (-54): Error in the pull function.

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    
por Hichem Kerouila 07.02.2018 / 16:00

1 resposta

0

Não sei por que você não pode executar esta operação, embora haja algumas recomendações para obter apt de operações. Antes de mais nada tente executá-lo como sudo e, em seguida, corrija seus repositórios em /etc/apt/sources.list e /etc/apt/sources.list.d/yourRepos.list , parece que você não tem acesso a link

E: Failed to fetch http://deb.parrotsec.org/parrot/pool/main/i/icu/libicu-dev_57.1-8_i386.deb GnuTLS recv error (-54): Error in the pull function. E: Failed to fetch http://deb.parrotsec.org/parrot/pool/main/u/uhd/uhd-host_3.10.2.0-3_i386.deb GnuTLS recv error (-54): Error in the pull function. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Você deve corrigir seus repositórios e / ou ter uma conexão com a Internet e, em seguida, executar apt-get update e apt-get autoremove

    
por Alvaro Niño 07.02.2018 / 16:38