On 1/20/06, Richard Fish <[EMAIL PROTECTED]> wrote:
At this point, Im not sure what I should do based on my results:
# equery belongs `find /usr/kde/3.5 -type f | head -n 1`
[ Searching for file(s) /usr/kde/3.5/env/agent-startup.sh in *... ]
Avalon pkg #
On 1/19/06, Ian <[EMAIL PROTECTED]> wrote:
> What I want, is to end up with kde 3.4.3 (only) installed, without arts.
> I would first like to unmerge both 3.5 and 3.4.1, but as I used the split
> ebuilds Im not sure how....
How about:
cd /var/db/pkg
for x in kde-base/*-3.5*; do
emerge --unmerge $x
done
That will get the main packages. Then you can do:
equery belongs `find /usr/kde/3.5 -type f | head -n 1`
At this point, Im not sure what I should do based on my results:
# equery belongs `find /usr/kde/3.5 -type f | head -n 1`
[ Searching for file(s) /usr/kde/3.5/env/agent-startup.sh in *... ]
Avalon pkg #
emerge --unmerge <package name from above command>
The above will find one non-KDE (by which I mean not part of the KDE
3.5 release) and unmerge it. Repeat the above commands until no more
files remain in /usr/kde/3.5. You may want to keep a list of these
packages to re-merge with kde 3.4.
For the 3.4.1 KDE, don't worry about it, as the 3.4.3 packages will
overwrite them. You cannot have both 3.4.1 and 3.4.3 installed at the
same time.
BTW, why do want to do this? Why not just keep 3.5?
-Richard
--
[email protected] mailing list
But there are still a few things in /usr/kde/3.5
Dirs: env, share, shutdown
What should I do?
Thanks!
--
Cheers,
Ian

