Comments on: How to Fix “-bash: sudo: command not found” in Linux https://www.tecmint.com/sudo-command-not-found/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 03:17:24 +0000 hourly 1 By: ThumbOne https://www.tecmint.com/sudo-command-not-found/comment-page-1/#comment-2004604 Mon, 01 May 2023 03:59:45 +0000 https://www.tecmint.com/?p=50547#comment-2004604 In reply to dragonmouth.

I laughed out loud at that. The article recommends using sudo to install sudo!

]]>
By: qoomon https://www.tecmint.com/sudo-command-not-found/comment-page-1/#comment-2004434 Sun, 30 Apr 2023 17:33:34 +0000 https://www.tecmint.com/?p=50547#comment-2004434 I guess it’s a careless mistake. Just run `su -` without sudo and then install sudo.

]]>
By: dragonmouth https://www.tecmint.com/sudo-command-not-found/comment-page-1/#comment-2002828 Thu, 27 Apr 2023 12:59:23 +0000 https://www.tecmint.com/?p=50547#comment-2002828 Simply switch to the root user.

$ sudo su -

If you are getting the “sudo command not found” error, this will not work.

]]>