Talk:KDE/Removal
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 12:31, 5 November 2024 (UTC) :: Your reply ~~~~
Split complex uninstall command
Would it be possible to split the uninstall command so that it is nicer to see on the wiki?
Personally, I would use something like this:
root #
KDEPACKAGES="$(qlist -IC 'kde-base/*')"
root #
KDELIBDEPS="$(for name in $(qlist -IC | grep -v '^kde-base/'); do (qdepends -C $name | grep -q kdelibs) && echo $name; done)"
root #
emerge --depclean --ask ${KDEPACKAGES} ${KDELIBDEPS}
The document currently uses the following:
root #
emerge --ask --depclean kde-base/kdelibs $(qlist -IC 'kde-base/*') $(for name in $(qlist -IC | grep -v '^kde-base/') ; do ( qdepends -C $name | grep -q kdelibs ) && echo $name ; done)
I did remove the explicit kde-base/kdelibs as it will be mentioned by the qlist
command anyway.
Perhaps we can also use the following qdepends
reverse dependency option (-Q
):
root #
qdepends -C -N -q -Q kde-base/kdelibse
However it seems that this is not matching all dependencies sadly (I think it misses eclass provided dependencies?)
Perhaps we can find the most optimal way through revdep-rebuild
against the /usr/lib/libkdecore.so library? — The preceding unsigned comment was added by SwifT (talk • contribs) 05:31, December 29, 2013
Entire KDE/Removal page is obsolete
There is not one single bit of useful information left for someone coming from a current sync of Portage. It needs to be either rewritten or deleted. — The preceding unsigned comment was added by ASturm (talk • contribs)
- I don't use Plasma or I would help. Any takers/volunteers here? --Maffblaster (talk) 22:20, 11 January 2022 (UTC)
- I'll disagree that all of it is irrelevant as it shows how to remove KDE Plasma 5 as well. I don't believe it should be deleted as parts are still good AFAICT. Yes, some of the files listed at the end are really old. In addition, the translations of KDE as well as the Project:KDE page need references removed before any major action could occur. --Grknight (talk) 12:46, 27 May 2022 (UTC)
- Sorry that’s my mistake, I got so hung up on the configuration files section I had assumed the rest of the article was all KDE 4 related. I’m going to move the relevant removal stuff (since that’s still useful) to the main KDE page within I’m the next couple of days if someone doesn’t do it first. —Redstrate (talk) 03:12, 28 May 2022 (UTC)