You are not logged in.
Hi.
I finally got round to sorting out the bloat from my KDE installation with `pacman -R kde-meta`. I then set about removing some of the bits that I didn't want, and everything was brilliant. In my wisdom, I decided to use `pacman -R` instead of `pacman -Rsn` to remove the unwanted bits.
I then decided to try to tidy things up by removing unneeded dependencies. I used to do this every once in a while with `pacman -Rs $(pacman -Qqdt)`, but now that KDE is no longer a meta package, this command seems to view pretty much my entire KDE installation as not explicitly installed, and therefore unneeded. I disagree!
I see that my aforementioned trusty old command has been removed from the pacman wiki page (possibly for this very reason?), and am now wondering if there is an alternative method to finding and removing unneeded dependencies? I haven't worked anything out from the pacman man page, but am hoping that there is a quicker way to tidy things up than removing all of KDE and reinstalling the bits that I want explicitly.
Is this possible, or would I be better to wait for the next major KDE update and start from scratch?
Last edited by mikemrh9 (2009-11-21 00:38:56)
Offline
Have you looked at the --as-explicit flag? I.e. pacman -S --as-explicit <package> will make it explicitly installed. If the package is still in the cache it should be fast.
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
Brilliant. It's all stripped down and I still have my original configuration - that saved me a lot of pain. Thank you.
Offline