ubuntu16.04
完整错误:
apt-get: relocation error: /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0: symbol _ZlsRSoRKN3APT9PrettyPkgE version APTPKG_5.0 not defined in file libapt-pkg.so.5.0 with link time reference
或
apt: relocation error: /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0: symbol _ZN3URIcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEB5cxx11Ev version APTPKG_5.0 not defined in file libapt-pkg.so.5.0 with link time reference
解决:
查看相关文件:
root@test1:/usr/lib/x86_64-linux-gnu# ll libapt-*
lrwxrwxrwx 1 root root 20 Aug 20 15:48 libapt-inst.so.2.0 -> libapt-inst.so.2.0.0
-rw-r--r-- 1 root root 51280 Aug 20 15:48 libapt-inst.so.2.0.0
lrwxrwxrwx 1 root root 19 Dec 14 10:02 libapt-pkg.so.5.0 -> libapt-pkg.so.5.0.2
-rw-r--r-- 1 root root 1854776 Oct 7 13:56 libapt-pkg.so.5.0.2
lrwxrwxrwx 1 root root 23 Oct 18 06:31 libapt-private.so.0.0 -&