Whenever I am trying to install anything using apt-get
, it shows:
Could not exec dpkg
Returned with error code (100)
Same result when I execute
apt-get upgrade
When I type
dpkg --configure -a
It tells me dpkg is not installed and when I run:
apt-get install dpkg
it tells it is the newest version, but when I run:
apt-get install --reinstall dpkg
it again returns error code (100)
Even system updates are failing to occur, no software is getting downloaded even from the Software Download Center.
I use Ubuntu 14.04 LTS