You are not logged in.
Pages: 1
Topic closed
Hi all,
i am sorry this question has been asked several times (years ago).
I have installed gnome3 and kde on my pc. I would like to try xfce now, do not call me crazy please
By the way I would like to keep the system clean, and now fully uninstall kde and gnome3 and all packages installed by them.
Is there a clean way to do this with pacman? Otherwise I think I have to uninstall main packages in reverse order of the installation...maybe starting from the related archwiki page
thanks
Offline
There is no global way, and thats because there also packages and stuff used by multiple Desktops, and also you may use applications from other DE… But you have the package groups:
sudo pacman -Rns plasma-meta kde-applications-meta
will do the job mostly >> it is better to do this in the terminal not inside pamac-gui!what means the -Rns ??
R = remove
n = pacman saves important configuration files when removing certain applications and names them with the extension: .pacsave. To prevent the creation of these backup files use the -n option
s = To remove a package and its dependencies which are not required by any other installed package.
Google is your friend.
Offline
Just uninstall whatever it is you installed - and as you should always do when uninstalling, include the -s flag and -n flag.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
https://forum.antergos.com/topic/6419/completly-remove-kde wrote:There is no global way, and thats because there also packages and stuff used by multiple Desktops, and also you may use applications from other DE… But you have the package groups:
sudo pacman -Rns plasma-meta kde-applications-meta
will do the job mostly >> it is better to do this in the terminal not inside pamac-gui!what means the -Rns ??
R = remove
n = pacman saves important configuration files when removing certain applications and names them with the extension: .pacsave. To prevent the creation of these backup files use the -n option
s = To remove a package and its dependencies which are not required by any other installed package.Google is your friend.
thanks Ailen, for the link and I agree with you: Google has always been my friend
Just for you to know, I would not have started a new thread without checking first with my "friend".
I had already tried that solution...unsuccessfully
# pacman -Rns plasma-meta kde-applications-meta
error: target not found: plasma-meta
error: target not found: kde-applications-meta
thanks
I was looking for some instruction like that you linked
Offline
Then I would do as Trilby recommended,
Just uninstall whatever it is you installed - and as you should always do when uninstalling, include the -s flag and -n flag.
It would seem you didn't install using the meta package, so ..
sudo pacman -Rns plasma kde-applications
Plus whatever the Gnome packages were.
Offline
sudo pacman -rns kde-applications
Offline
$ man pacman
$ pacman -Ss <any-word>
$ pacman -Qi <any-installed-package-name>
$ pacman -Si <any-package name>
Inbefore new threads "How to unistall xfce?", "How to uninstall lxqt?" etc.
Offline
Review the list of explicitly installed packages
pacman -Qe
and remove packages that you don't want anymore.
Offline
DuckDuckGo is my friend. Google is evil.
Offline
That's nice, everyone should have a friend.
Still, this topic is more-or-less exactly two years old; I would hope that virusso80 is no longer struggling with this problem. If they are, they can file a report to have the topic re-opened.
In the meantime: closing.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed