I was running few commands and suddenly my apt-get command stopped working, reporting command not found error.
Kindly help. I am blocked due to this.
I tried commands from this answer - askubuntu question for unmet dependencies
I was running few commands and suddenly my apt-get command stopped working, reporting command not found error.
Kindly help. I am blocked due to this.
I tried commands from this answer - askubuntu question for unmet dependencies
"Command not found" is the common response for a command you're not authorized to use. In this case, apt-get is a system command, and requires root privilege; you should type sudo apt-get and whatever you're trying to install, remove, etc. You'll be prompted for your user password, and assuming your'e on the sudoers list, the command will then execute with root privilege.
apt-get without sudo it will not return command not found, but, permission denied etc
– Zanna
Sep 07 '16 at 17:30
apt-get has commands and modes that don't require super-user privileges at all. -1
– David Foerster
Oct 01 '16 at 01:49