The problem: Each time I try to execute the sudo command, and type the correct password, it rejects the password.

I am at the end of my rope with internet searches, I’m close to just wiping and trying an operating system reinstall.

I am new to linux and I recently installed ubuntu 22.04.3. I haven’t been able to access the sudo command since the install. I’m currently attempting to install firewalld, but I’m going to need this command for other things as well and I’m starting to wonder if there is something wrong with my install or worse.

Many of the troubleshooting techniques I’ve come across contain a catch 22 in that they require the sudo command to solve this, which I am unable to execute.

Edit: Thanks to everyone who helped me with this issue. Update. I tried a first disk erase and install of ubuntu. During the first attempt I went through the software updates and I did a few things like changing firefox settings before attempting to change my root password. I was unable to change the root password when I attempted to.

Attempt #2. I reformatted and immediately tried to set my root password and this time it worked, and I have had no issues since. So take all of that for what it’s worth.

  • @display_name1OP
    link
    45 months ago

    I am certain I am inputting the same password that I am using for authentication during login. Certain in the sense that I have triple checked that I am typing the correct keys on my laptop keyboard, and the password only contains lower case letters.

    In terms of keyboard layout, I have confirmed I am using US. Is there a different password specific for sudo that I am missing here? I’ve never set the password for root, since this requires the use of sudo and I’ve never been able to access sudo.

    • @YoorWeb
      link
      7
      edit-2
      5 months ago

      sudo - use current user password

      su - use root password

      Does it say that the user is not “sudoer” or just rejects the pass?