About 1,310,000 results
Open links in new tab
  1. -bash: sudo: command not found - Unix & Linux Stack Exchange

    Mar 31, 2017 · What happens if you run apt-cache policy sudo ? Not all Linux distros install sudo by default (Debian, for instance, will install sudo if and only if you don't specify a root password on …

  2. linux - Command not found when using sudo - Stack Overflow

    Oct 21, 2012 · Using sudo results in Command not found When you run a command using sudo you are effectively running it as the superuser or root. The reason that the root user is not finding your …

  3. Bash Sudo Command Not Found - Unix & Linux Stack Exchange

    11 First login to your root account. Then $ apt-get install sudo Add your existing user to group sudo $ sudo adduser <user> sudo You should then login as <user>, and the sudo command should be there.

  4. sudo: command not found when I ssh into server [closed]

    Jun 9, 2017 · If sudo is not in your path, your path variable might be broken. You can try testing this by executing a common location for sudo /usr/bin/sudo or running locate sudo | grep bin to attempt to …

  5. Error: snap: command not found - Ask Ubuntu

    49 The following worked on my system: sudo apt-get install snapd sudo snap install notes I needed to log out and then back in for Dash to find 'Notes': Note: There is currently some confusion with …

  6. Why running command as sudo returns command not found?

    Nov 27, 2015 · The problem with sudo cd is that cd is a built-in command, not a program. If you want to go into a directory that you don't have any access to, and (for example) rename a file there, you …

  7. bash - sudo: source: command not found - Ask Ubuntu

    When I try to use: sudo source /etc/bash.bashrc I get the error: sudo: source: command not found Is there a simple way to load in the new bash profile settings for sudo without having to close the …

  8. linux - update-ca-certificates command not found despite ca ...

    Sep 6, 2022 · Whis linux distribution and version are you using? I faced a similar problem but solved it by finding the update-ca-certificates command with sudo find /usr/ -name 'update-ca-certificates'

  9. terminal - sudo: port: command not found - Stack Overflow

    Mar 14, 2012 · Command Line Tools are installed. I then installed MacPort using “dmg” disk images for Lion from macports.org. Since, I was getting sudo: port: command not found after every use of port, I …

  10. apt - Command 'sudo' not found - Ask Ubuntu

    Jun 23, 2020 · sudo is always packaged with Ubuntu, and according to my experience, also in current versions of Debian, but there are Linux distros, where it is not packaged with the default installations. …