I just installed debian and i have many problems
I just installed debian and i have many problems
My user account doesnt have sudo despite being in sudoers. I cant run new commands i have to execute the binary. Grub takes very long to load with "welcome to grub" message. I just wanted a stable distro as arch broke and currupted my external ssd
I don't know what behavior you are seeing.
Install sudo, add the user to the sudo group, and log out and log back in again (okay, technically you could just
sg sudo
as that user rather than logging him out, but group privileges are assigned at login, and it's probably easier to just log out).https://wiki.debian.org/sudo
Normally running a command does execute a binary. You mean that you have to fully-specify the path to the binary, that it's not in your PATH? Like, you're typing
/bin/ls
rather thanls
?It's probably easier for people to understand what's going on if you just paste the output you're seeing and indicate what it is that you expected to see.
When installing Debian, it asks you for a root password. If you enter one then you will not be added to the sudo group automatically. If you skip entering a root password, you will be added to sudo.
I always enter a root password and then once in the installed OS switch to the root account with su - then add my self to sudo with usermod -aG sudo beirdo-baggins
Then reboot.
Oh. Maybe thats my issue
Maybe they mean lacking wheel groups? Or not knowing how to invoke sudo with a specific user?
Debian's got a sudo group, not a wheel group.
EDIT: Oh, I see what you mean. Arch might use the wheel group and Debian the sudo group, and if he just copied his Arch sudoers file over his Debian one, it would reference the wheel group and wouldn't work.
googles
Yeah, Arch has wheel.
https://linuxopsys.com/topics/add-user-to-sudoers-in-arch-linux
EDIT2: I bet he tried to add his user account explicitly to /etc/sudoers rather than just adding the account to the sudo group and just got the syntax wrong in one way or another, as the syntax of sudoers isn't terribly intuitive.
I'm not certain, but I'm wondering if OP means that new programs don't automatically get a "desktop" app or whatever. I'm often annoyed when I have to manually create the file that lets me access software from the launch menu
Offtopic, but I had no use for desktop files in general, as I launch stuff from the command line, but I finally discovered a wonderful use for them. Steam creates a desktop file for Steam games it installs. Steam itself is...not all that amazing as a launcher. Gives you the last five games launched in a contextual menu from a tray icon, and a list of games you can search through in the client interface after you bring up the window and move to the Library tab. However, you can set up
rofi
to use desktop files as completions (one sets it up to complete on "drun"), and thenrofi
can act as your Steam game launcher, which is great. I can just whack a keystroke to invokerofi
, and then type a few characters of the game I want and whack enter, androfi
will prioritize by last-invoked. Really nice not having to slog through the Steam interface.I meant, for example, i have to run /usr/sbin/smartctl instead of just smartctl