47
submitted 1 year ago by BearPear@lemmy.world to c/linux@lemmy.ml

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

top 28 comments
sorted by: hot top controversial new old
[-] Chais@sh.itjust.works 110 points 1 year ago
[-] WhyAUsername_1@lemmy.world 13 points 1 year ago

Hahaha.. thanks for the Chuckle..

[-] BearPear@lemmy.world 6 points 1 year ago
[-] Chais@sh.itjust.works 1 points 1 year ago
[-] AspieEgg 40 points 1 year ago* (last edited 1 year ago)

I think that: sudo apt purge xfce4* sudo apt autoremove

should do it.

I’ll point out that the other answers here are also correct. It depends on how you want to clean it from your system.

“apt remove” will only remove the packages, not the config files
“apt purge” will remove the packages and config files
“apt autoremove” will clean up the orphaned dependencies
“xfce4” will only remove the DE
“xfce4*” will remove the DE and most of the other packages that come with xfce

[-] wildbus8979@sh.itjust.works 17 points 1 year ago

You can combine all of those with apt remove --auto-remove --purge xfce4*

[-] gideonstar@feddit.de 3 points 1 year ago

hat would be a good way to remove any depe

apt --purge autoremove xfce4

[-] iopq@lemmy.world 4 points 1 year ago

When I did this on Ubuntu, when I shut down I still see some stuff from xfce

[-] AspieEgg 5 points 1 year ago

Not every package that comes with xfce has a name that starts with xfce4, just most of them do. You may need to identify and remove other packages too.

[-] iopq@lemmy.world 1 points 1 year ago

This is why I hate apt

In NixOS when you remove the package from the list of packages you don't have the symlinks pointing to it anymore, so it is like it's not there (you can garbage collect it)

[-] RickyRigatoni@lemmy.ml 3 points 1 year ago

That's a lot easier than my method of loading synaptic, searching the DE name, then marking everything for removal.

[-] BearPear@lemmy.world 2 points 1 year ago

Thanks. This is helpful

[-] bizdelnick@lemmy.ml 18 points 1 year ago

apt remove --auto-remove xfce4

[-] lily33@lemm.ee 8 points 1 year ago

That's the way. However, I'd like to add that when I used Debian, I regularly got leftovers after uninstalling things, especially when removing big things work lots of dependencies. So expect some dependencies to remain.

[-] MangoPenguin 2 points 1 year ago

That's just how package managers seem to work in my experience. Even using --purge on APT leaves behind a ton of junk.

[-] bizdelnick@lemmy.ml 1 points 1 year ago

--purge does not do anything with dependencies. You will need to explicitly remove all packages that are marked as installed manually, i. e. all packages that you pointed a package manager to install. If a DE was installed automatically by Debian installer, or if you installed it with apt install xfce4, the only manually installed component it the xfce4 metapackage, and using the --auto-remove flag will remove all its dependencies. But if you additionally installed any components or packages that depend on that components, you will also need to clean them up manually.

[-] MangoPenguin 1 points 1 year ago

But if you additionally installed any components or packages that depend on that components, you will also need to clean them up manually.

Doesn't --autoremove purge do that?

[-] BearPear@lemmy.world 1 points 1 year ago
[-] Dirk@lemmy.ml 10 points 1 year ago

What is the best way to do it?

By uninstalling the corresponding packages, I guess ... Don't know in detail how Debian works nowadays, but there will likely a meta package or a package group you can remove to remove Xfce with all dependencies

[-] planish@sh.itjust.works 8 points 1 year ago

Open up Synaptic, search up all the packages that say stuff about XFCE, mark them for removal, and then apply all the changes.

[-] Prismey@sh.itjust.works 7 points 1 year ago

You can run sudo apt purge xfce4 (if you wan to remove all of its components and dependencies) or sudo apt remove xfce4. If you don't have an other DE installed, I suggest you find one and do it form the other DE, because if you don't, you're gonna end up without a graphical environement, and you would have to do everything frop the terminal.

[-] DAT@feddit.de 2 points 1 year ago
[-] ultra@discuss.online 4 points 1 year ago
[-] DAT@feddit.de 3 points 1 year ago

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

[-] jyte@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

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

[-] DAT@feddit.de 1 points 1 year 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?

[-] nbailey@lemmy.ca 5 points 1 year ago

If it was installed with tasksel that would be a good way to remove any dependancies like lightdm as well.

this post was submitted on 22 Aug 2023
47 points (100.0% liked)

Linux

47292 readers
764 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