You are not logged in.
Pages: 1
I installed the XFCE and LXDE desktop environments just to test them out and see how they look. Now I want to remove them but I guess I'm not entering the right command in the Terminal. What's the correct command to remove these two completely? Thanks in advance!
Offline
First, you need to list installed packages in terminal:
$ sh /usr/share/apps/q4os_system/bin/altde_util.sh --list-packages XFCE
$ sh /usr/share/apps/q4os_system/bin/altde_util.sh --list-packages LXDE
Remove listed packages this way:
$ sudo apt-get autoremove <listed_packages>
Offline
Just a word of warning, this will list q4os-network-manager, gksu, desktop-base and probably a few others that you might not want to remove...
Offline
Ok thank you so much!
First, you need to list installed packages in terminal:
$ sh /usr/share/apps/q4os_system/bin/altde_util.sh --list-packages XFCE
$ sh /usr/share/apps/q4os_system/bin/altde_util.sh --list-packages LXDERemove listed packages this way:
$ sudo apt-get autoremove <listed_packages>
Offline
Thanks for the heads up!
Just a word of warning, this will list q4os-network-manager, gksu, desktop-base and probably a few others that you might not want to remove...
Offline
Ive been using XFCE with Q4OS and installed it with Synaptic no issues and decided to remove it with Synaptic and also had no issues.
Same with a few other distros Im using.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Why not fresh install? It would help too, I suppose.
Offline
Pages: 1