| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 46 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 52:11:09 |
| Calls: | 663 |
| Files: | 1,190 |
| D/L today: |
5 files (1,215K bytes) |
| Messages: | 172,545 |
However, I want to be sure I am not overlooking anything that might break when I remove Gnome, i.e. something beyond replacing the display manager that I might need to consider first?
Mike Powell wrote to ALL <=-
10 years ago, I bought a laptop that came with linux installed. The default manager was Gnome. As it was not the annoying touch-screen looking version, I decided to keep it.
Now that the system is 10 years old, Gnome has become a little too resource hungry for it. I have switched it to my favorite manager,
IceWM.
I would like to remove Gnome to free up space. I think I know what I
need to do:
(1) replace gdm with another display manager (probably lightdm)
(2) apt remove gnome
However, I want to be sure I am not overlooking anything that might
break when I remove Gnome, i.e. something beyond replacing the display manager that I might need to consider first?
Thoughts appreciated. Thanks!
Mike Powell wrote to ALL <=-
However, I want to be sure I am not overlooking anything that might
break when I remove Gnome, i.e. something beyond replacing the display manager that I might need to consider first?
Hate to be cliche, but have you tried Google?
I've never tried to do such a thing, but I suspect there's quite a bit
more to it than just an 'apt remove' command. I think Gnome is much
more entwined than that.
My thoughts are that you should probably just back up whatever's needed (maybe just the /home directory), and then reinstall a fresh version of whatever distro you prefer, and restore home/data stuff.
Use "apt remove --purge" to get rid of GNOME fully.
However, I want to be sure I am not overlooking anything that might break when I remove Gnome, i.e. something beyond replacing the display manager that I might need to consider first?
Hate to be cliche, but have you tried Google?
Sean Dennis wrote to Gamgee <=-
I've never tried to do such a thing, but I suspect there's quite a bit
more to it than just an 'apt remove' command. I think Gnome is much
more entwined than that.
The big problem with removing GNOME is dependency hell and apt will try
to remove programs that have nothing to do with GNOME. It's not
something I deal with a lot but it's just another minor detail.
My thoughts are that you should probably just back up whatever's needed (maybe just the /home directory), and then reinstall a fresh version of whatever distro you prefer, and restore home/data stuff.
Nah, that's overkill in this case. You have to be careful with
dependency hell but once that's taken care of, a "apt remove --purge gnome" command will do the trick.
Gamgee wrote to Sean Dennis <=-
I'm not understanding something here... How exactly do you "take care
of dependency hell" before using the "apt remove" command? You
probably can't tell exactly what other programs depend on Gnome, and
how will you prevent 'apt' from removing them? The devil is in the details...
Again, I would back up my home directory, wipe/reinstall with the
Desktop desired (xfce for me), and be done.
Mike Powell wrote to Mortar <=-
I could have done so, yes, but if we all use Google for everything, why
do we bother BBSing? There'd be nothing left to talk about.
Sean Dennis wrote to Gamgee <=-
I'm not understanding something here... How exactly do you "take care
of dependency hell" before using the "apt remove" command? You
probably can't tell exactly what other programs depend on Gnome, and
how will you prevent 'apt' from removing them? The devil is in the details...
By not using apt and using aptitude, like I said in my earlier comment. aptitude can show you dependencies and there's workarounds if you're willing to take the time to look.
Again, I would back up my home directory, wipe/reinstall with the
Desktop desired (xfce for me), and be done.
I have been using Linux in some way or the other since 1998
and not once have I ever had to do that, even if I've trashed the Linux install.
I'm not understanding something here... How exactly do you "take care
of dependency hell" before using the "apt remove" command? You probably can't tell exactly what other programs depend on Gnome, and how will you prevent 'apt' from removing them? The devil is in the details...
Mike Powell wrote to Gamgee <=-
Re: Re: Removing Gnome
By: Gamgee to Sean Dennis on Sun Oct 26 2025 10:01:35
I'm not understanding something here... How exactly do you "take care
of dependency hell" before using the "apt remove" command? You probably can't tell exactly what other programs depend on Gnome, and how will you prevent 'apt' from removing them? The devil is in the details...
Here I would do it by checking/capturing the list of programs it says
it is going to remove and then add any I want to keep back after it is done. If one I want to keep claims it needs to re-install gnome, then
I look for an alternative.
I could have done so, yes, but if we all use Google for everything, why do we bother BBSing? There'd be nothing left to talk about.