Hi, I would like to know what is the best way to completely remove all traces of KDE from BackTrack. I am using VMWare Fusion on a Mac and my goal is to use the least space possible and Fluxbox instead of KDE for a faster desktop.
The majority of the security tools included in BackTrack are command line tools anyway so for me it does not make sense to have a bulky desktop experience in order to use the terminal.
Does anybody know of a script or a reliable way/method of removing KDE?
Much appreciated.
synaptic package manager (or aptitude it's Command Line Equivelant) in BT4 should have a nifty "--purge" function.
should do nicelyCode:apt-get remove kde --purge
otherwise
Code:apt-get purge kde