Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Completely remove Gnome and XFCE?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
newbie
Posts: 11
Joined: 2010-02-06 14:35

Completely remove Gnome and XFCE?

#1 Post by newbie »

I installed Gnome, XFCE and KDE in Lenny and have decided that KDE is the one I enjoy most.

Are there potential problems if I completely remove Gnome and XFCE and make mine a true KDE environment? If not, what would command be to do it? Thanks for the knowledge.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Completely remove Gnome and XFCE?

#2 Post by craigevil »

aptitude remove gnome-desktop-environment xfce4 should remove most if not all of gnome and xfce, might want to make sure you are using kdm and not gdm before removing gnome.

As root run:
dpkg-reconfigure kdm
and choose kdm
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
steveo314
Posts: 67
Joined: 2006-09-08 04:15

Re: Completely remove Gnome and XFCE?

#3 Post by steveo314 »

install kde first then do " apt-get purge gnome* gdm* xfce..* "
Sid | Intel Pentium Dual-Core T2310 | Compaq Presario C714NR | 4 GB Ram

User avatar
dbbolton
Posts: 2129
Joined: 2007-06-20 08:17
Location: Iapetus

Re: Completely remove Gnome and XFCE?

#4 Post by dbbolton »

steveo314 wrote:install kde first then do " apt-get purge gnome* gdm* xfce..* "
If you enter the commands like that, the shell is likely to interpret the globs rather than apt. Perhaps a more sound approach would be:

Code: Select all

aptitude purge -P '~ngnome'
and so on.
GitHub | zsh docs in Letter PDF
Telemachus wrote:Put down the CGI.

User avatar
idud
Posts: 39
Joined: 2008-10-29 23:50
Location: Tasikmalaya, Indonesia

Re: Completely remove Gnome and XFCE?

#5 Post by idud »

I usually do this:

Code: Select all

# aptitude purge xfce-desktop gnome-desktop
It works for me.

Post Reply