apt: error while loading shared libraries: libapt-private.so.0.0: cannot open shared object file: No such file or directoryubuntu
apt: error while loading shared libraries: libapt-private.so.0.0: cannot open shared object file: No such file or directory
#查看apt 版本 dpkg -l apt # 下载对应版本 wget https://launchpad.net/ubuntu/+source/apt/1.6.11/+build/16829590/+files/apt_1.6.11_amd64.deb # 安装 dpkg -i apt_1.6.11_amd64.deb # 再次执行 apt 相关命令后报错不在出现