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?

you are viewing a single comment's thread
view the rest of the comments
[-] 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?

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

Linux

47325 readers
564 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