Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 35816  / 2 Years ago, sat, february 5, 2022, 8:14:58

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?


More From » kde

 Answers
6

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 <package>

[#43030] Sunday, February 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;