When I start synaptic, it throws the following:
$ sudo synaptic
[sudo] password for xxxxx:
synaptic: error while loading shared libraries: libept.so.1.aptpkg4.12: cannot open shared object file: No such file or directory
What is the reason and what is its solution?
locate libept.so.1.aptpkg4.12
? – Alaa Ali Sep 01 '13 at 17:14ldconfig
configuration, for example by adding anything inside/etc/ld.so.conf.d
? – Eliah Kagan Sep 01 '13 at 17:15