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?发布于 2018-02-07 15:38:48
我不知道为什么您不能运行这个操作,尽管为了实现apt操作有一些建议。首先尝试以sudo的形式运行它,然后在/etc/apt/sources.list和/etc/apt/sources.list.d/yourRepos.list中修复您的存储库,看起来您没有访问http://deb.parrotsec.org的权限。
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?
您应该修复您的存储库和/或有一个internet连接,然后运行apt-get update和apt-get autoremove。
https://askubuntu.com/questions/1003914
复制相似问题