this post was submitted on 22 Aug 2023
46 points (97.9% liked)

Linux

45573 readers
792 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I want to remove xfce from my debian 12 system. What is the best way to do it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago (2 children)
[–] [email protected] 2 points 10 months ago (1 children)

default debian config isn't enabling sudo for created users

(and that's a good choice imo)

but you can of course use "su -" and just switch to root propperly

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (1 children)

if you do not provide a root password during install, the default user is in sudoer.

[–] [email protected] 1 points 10 months ago

I know.

but since there's that field in the install wizard, asking you for that password, I'd guess most people will provide one.m?