this post was submitted on 24 Jan 2026
10 points (100.0% liked)
Debian operating system
3691 readers
1 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not sure, but does removing the meta package and then running
apt autoremovework?Nope, that doesn't remove anything. 0 upgrading, installing, removing, or not upgrading.
What you can do is pretend to reinstall (--reinstall), download only (-d), for example for xfce4 meta package :
sudo apt-get -d install --reinstall xfce4Then stop it after it shows you which packages it is about and copy and paste all the packages it mentions in a simple file (myfile) and execute that.
For Gnome it could be like this (leaving out a lot of packages to make the example fit on one line) :
As you can see do note which display manager you're currently using. Executing the file you made can be done with :
bash ./myfile