0

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.

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172

1 Answers1

3

As hamatti stated, you misspelled sudo as sodu.

The correct command is sudo apt-get install <package-name>.

Aaron Hill
  • 4,957