You are not logged in.
Pages: 1
Hi all,
I have a question about pacman. Is there a way to easily remove a complete desktop environmet (KDE, XFCE etc) or generally any meta package along with the dependancies taht it has installed and are not used by anything else with pacman. reading the manpage I can only think out of "pacman -Rc sth", where sth is some very core package (qt for KDE for example), but it may still skip some of the dependancies of the original meta pckage. Are the installed metapackages actually tracked in some way.
Best regards.
If everything else fails, read the manual.
Offline
Doesn't "pacman -Rc kde" remove the whole KDE group?
Haven't been here in a while. Still rocking Arch.
Offline
Doesn't "pacman -Rc kde" remove the whole KDE group?
From my experience -no. Actually "pacman -Qs kde" does not find a package called "kde" on my system at all. Maybe I am missing something?
If everything else fails, read the manual.
Offline
Try pacman -Rc kdebase. Most KDE apps are depending on it, afaik.
Offline
I did. And also pacman -Rc qt. But my question was more general.
If everything else fails, read the manual.
Offline
I removed the whole of xfce4 yesterday with this
pacman -Rs xfce4
Linux user #403491
"Men have called me mad; but the question is not yet settled, whether madness is or is not the loftiest intelligence– whether much that is glorious– whether all that is profound– does not spring from disease of thought– from moods of mind exalted at the expense of the general intellect." - E. A. Poe from Eleonora
Offline
And no additional packages, installed as dependancies left? Because pacman -Rs kde certainly leaves packages.
If everything else fails, read the manual.
Offline
What about pacman -Rcs kde ?
Offline
That will indeed work. It may take a while though, depending on your filesystem.
Offline
OK, thanks. I thought I miss some features of pacman, or that there are other tools. I'm coming from debian world, there aptitude deos that and if you make sure it does not install optional dependancies, it's really nice.
My filesystem is reiserfs3. And my comp is actually not at the low end.
I am generally happy with Arch, but I want some time to explore before sharing my happiness
If everything else fails, read the manual.
Offline
Pages: 1