Thursday, September 19, 2024

Debian sudo, the user is not in the sudoers



apt-get update

apt-get install sudo

usermod -a -G sudo
<username>

Now reboot the system.

-------------------------------
More tips=

Edit (with nano or vim or whatever) /etc/apt/sources.list.

Add contrib and non-free-firmware after main:

deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware

Then do you your regular update and upgrade.

You can also do

CODE: SELECT ALL

sudo apt install software-properties-common
And

CODE: SELECT ALL

sudo apt-add-repository contrib non-free-firmware
Then you can go about hunting for missing firmware, maybe using something like

CODE: SELECT ALL

# dmesg | grep -i firmware


MORE TIPS for DEBIAN=


EDE desktop environment =






No comments:

Post a Comment

Коментар: