hello
I used netinst et install debian wheezy. after reboot I found kde as desktop, so I installed gnome, and I changed kdm with gdm
now I want to remove kde, how to remove it completely? in I didn't find a way in wiki debian
remove kde
- craigevil
- Posts: 5395
- Joined: 2006-09-17 03:17
- Location: heaven
- Has thanked: 22 times
- Been thanked: 29 times
Re: remove kde
$ apt-get remove kdelibs-bin kdelibs5-data
seems to do it here.
seems to do it here.
The following packages will be REMOVED:
akregator ark bangarang bomber bovo choqok debconf-kde-helper dolphin dragonplayer filelight granatier gstreamer0.10-qapt
gwenview juk k3b kaddressbook kalarm kapman kate katomic kbattleship kblackbox kblocks kbounce kbreakout kcalc
kcharselect kcolorchooser kde-baseapps kde-baseapps-bin kde-config-flash-player kde-plasma-desktop kde-runtime
kde-standard kde-style-oxygen kde-window-manager kde-workspace kde-workspace-bin kdeadmin kdebase-bin kdebase-runtime
kdegames kdegraphics kdelibs-bin kdelibs5-data kdelibs5-plugins kdemultimedia kdemultimedia-kio-plugins kdepasswd
kdepim-runtime kdeplasma-addons kdesdk-dolphin-plugins kdesdk-kio-plugins kdesudo kdeutils kdf kdiamond kdm kfind kfloppy
kfourinline kget kgoldrunner kgpg khelpcenter4 kid3 kigo killbots kiriki kjumpingcube klickety klines klipper kmahjongg
kmail kmenuedit kmines kmix knetwalk knights knotes kolf kollision kolourpaint4 konq-plugins konqueror
konqueror-nsplugins konquest konsole kontact konversation kopete korganizer kpat kremotecontrol krename kreversi kruler
kscd kscreensaver kshisen ksirk ksnapshot kspaceduel ksquares ksudoku ksysguard ksystemlog kteatime ktimer ktorrent ktron
ktuberling kubrick kuser kwalletmanager kwrite libkateinterfaces4 libkdepim4 libkopete4 libmessagelist4 libreoffice-kde
lskat mplayerthumbs okular palapeli plasma-dataengines-workspace plasma-desktop plasma-netbook plasma-runner-installer
plasma-runners-addons plasma-scriptengine-python plasma-scriptengine-superkaramba plasma-widget-ktorrent
plasma-widget-lancelot plasma-widgets-addons plasma-widgets-workspace polkit-kde-1 python-kde4 qapt-batch
qapt-deb-installer qapt-utils software-properties-kde soundkonverter sweeper system-config-printer-kde systemsettings
yakuake
The following NEW packages will be installed:
gksu libgksu2-0 libgtop2-7 libgtop2-common
0 upgraded, 4 newly installed, 148 to remove and 18 not upgraded.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.56-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
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list
Re: remove kde
In addition, you can do the following and remove any package marked (ii) that is related to KDE.
If you trust the above command to only lists kde items, you can easily get the names and create a simple script to remove them all.
Code: Select all
sudo dpkg -l | grep -i kde
Code: Select all
sudo dpkg -l|ack -i kde|cut -d' ' -f3