You are not logged in.
I have gnome on simply because our school used to run arch on gnome. It was useful to play with it to figure out how to do things they liked. (I fluxuate between Fluxbox and Windowmaker.) But now that they prefer KDE I would like to remove all of gnome. When I do -R gnome I get these messages about such and such are necessary for such and such program. Is there a simple way of removing all of Gnome?
Offline
the way i would do it:
do a pacman -R gnome in a xterm.
copy to an editor or somewhere else or write them down, what pkgs are still needed on your system
remove from the list of pkgs in gnome group the pkgs that are still needed
do pacman -R [post your list of pkgs to be removed here]
The impossible missions are the only ones which succeed.
Offline
That's what I started to do but I wondered if there was anything faster. Anyhow, thanks for your reply.
Offline
the discussion about a faster way is here:
http://bbs.archlinux.org/viewtopic.php?t=11116
The impossible missions are the only ones which succeed.
Offline
Go into the command line and do 'pacman -Rscn gnome'.
R = remove (duh)
s = remove all dependencies not required by other programs
c = remove all programs dependent on it
n = remove config files that aren't in home directories
The 'n' option isn't necessary, but you might want to use it.
(Don't worry, it won't remove anything in the /home/* or /root dirs.)
Offline
emmm that like removes bluefish :? duh!
Mr Green
Offline
emmm that like removes bluefish :? duh!
So install it again afterwards...
·¬»· i am shadowhand, powered by webfaction
Offline
Why remove it in the first place
Mr Green
Offline
rm -R /opt/gnome
Offline