I tried to remove KDE from my system. When I run ' dpkg -r kdebase-bin', it says 'kdebase-data' depends on it. So how can I remove all the packages related to KDE?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 26 '11 at 9:26
|
Unlike There are also tools like |
|||
|
|
Usually one uses a higher-level utility instead of dpkg. You can use apt-get to remove a package and all its dependencies.
|
|||
|
|
apt-get remove kdebase-binit will resolve the dependencies. – Rocky Oct 14 '11 at 16:12