I am facing a problem which seems to be unsolvable. I am trying to resolve the issue but to my disappointment nothing seems to work. The problem I'm facing are as follows
Whenever I try to run
sudo apt-get install
orsudo apt-get update
, I get the following error :apt-get: error while loading shared libraries: libapt-pkg.so.4.12: cannot open shared object file: No such file or directory
To resolve this issue I downloaded
libapt-pkg.so.4.12
and ran commandsudo dpkg -i libapt-pkg.so.4.12.deb
it gives errordpkg: error processing libapt-pkg4.12_1.0.9.7ubuntu4_i386.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: libapt-pkg4.12_1.0.9.7ubuntu4_i386.deb
apt-get install libapt-pkg4.12
? – David Foerster Sep 15 '15 at 10:58