Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 111425  / 2 Years ago, tue, january 25, 2022, 3:16:46

I've install LXDE on my laptop due to Unity's disappointing performance. But now, I want to completely remove LXDE including it's entire list of programs that came installed with it. How do I go about doing so?


More From » uninstall

 Answers
4

In a Terminal type:



sudo apt purge --remove lxde*; sudo apt autoremove -y


or



sudo apt purge --remove lubuntu-*; sudo apt autoremove -y


That'll do it.



or Open up the Software Center and look for the package lxde and uninstall it.



lxde is a meta-package, install it will install everything lxde, removing it will remove everything it installed.


[#41549] Wednesday, January 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ickump

Total Points: 234
Total Questions: 124
Total Answers: 111

Location: Jordan
Member since Fri, Apr 8, 2022
2 Years ago
ickump questions
Mon, Aug 16, 21, 08:46, 3 Years ago
Mon, Aug 22, 22, 02:44, 2 Years ago
Sun, Oct 2, 22, 07:13, 2 Years ago
;