Removing Gnome

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
linux
Posts: 2
Joined: 2004-05-05 18:56
Location: Under the bridge

Removing Gnome

#1 Post by linux »

I want to remove Gnome and swich over to a light-windowmanager.
Can I use all apps that are writen for gnome (and KDE) or do I need to re-install some programms.

and how do I remove which packages when I want to remove Gnome?

THX
uhhhhhhhhh, mmmmmh, I'm speechless!

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

Theorically, there is a task-gnome package, on which depends Gnome. If you remove it with apt-get remove, it will remove Gnome, too. If you don't have this package (maybe because you installed Gnome 'manually'), then remove a low-level library on which Gnome depends, for example libgnomeui-common. It will remove Gnome.

However, if you want to use applications written for Gnome and/or KDE, you will need the appropriate libraries. You cannot use Nautilus without the Gnome libs, or Konqueror without the KDE libs.
In my opinion, the best way to change is that you install a lightweight window manager, but you don't remove Gnome. Play a couple of weeks with your new WM, and you'll see if you need Gnome or not (You can use Gnome programs from any window manager, they will load the libs they need). If not, you can safely purge it without worrying about reinstalling it two days later for your favorite mail client, for example... :-)

linux
Posts: 2
Joined: 2004-05-05 18:56
Location: Under the bridge

#3 Post by linux »

Thx for you fast reply.
I'm going to experiment with blackbox.

-linux
uhhhhhhhhh, mmmmmh, I'm speechless!

User avatar
startx
Posts: 172
Joined: 2004-09-16 12:14
Location: london

#4 Post by startx »

and how do I remove which packages when I want to remove Gnome?
if you remove gnome-desktop-environment, gnome-session, gnome-panel and a few more ( try apt-cache search gnome | more ) this will remove much of the gnome desktop.

most "gnome apps" are actually gtk2 applications, these will work as long as you keep the gtk2 libraries.

(lightwise windowmanager: e.g. fluxbox )
debian squeeze for everyday life, many other versions for the rest

Devastator
Posts: 9
Joined: 2004-09-20 12:20
Location: /dev/tty1

#5 Post by Devastator »

You might try apt-get remove gnome* --purge

This will remove ALL of gnome, even your gnome apps.
Don't worry, the binary packages are in your apt-cache directory,
so if you do need them, you won't have to download them again.
Just apt-get blablabla and it will install the package from cache.

Greetingz

User avatar
startx
Posts: 172
Joined: 2004-09-16 12:14
Location: london

#6 Post by startx »

even your gnome apps.
if they are still in the cache depends from when he cleared it the last time ...
i think there is an urgend need for the future to find away for removing desktop environments like gnome or kde without removing the apps.
debian squeeze for everyday life, many other versions for the rest

Post Reply