While trying to solve some package conflicts, mistakenly I ran this command on my Ubuntu-Precise:
sudo dpkg -r --force-all libc6
Consequently in a second all of the packages with a dependency to libc6 are removed, and whatever command I run, I get
-bash: /usr/bin/MY_COMMAND: No such file or directory
I can access the /bin/busybox but then when I want to reinstall libc6 package via
/bin/busybox dpkg --force-depends -i install libc6
I get "permission denied".
The Sudo command of course doesn't work either!!
Does anyone has a suggestion on how I can install unistalled packages!