I was in the middle of installing several apps using the sodu apt-get install command when all of a sudden sodu started producing the error sodu:command not found. What is going on?
Editor's note: The spelling of the command is as he typed it.
I was in the middle of installing several apps using the sodu apt-get install command when all of a sudden sodu started producing the error sodu:command not found. What is going on?
Editor's note: The spelling of the command is as he typed it.
As hamatti stated, you misspelled sudo as sodu.
The correct command is sudo apt-get install <package-name>.