Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: KDE (mono to meta) migration
Date: Sat, 24 Jun 2006 17:29:58
Message-Id: loom.20060624T191253-554@post.gmane.org
In Reply to: Re: [gentoo-user] Re: KDE (mono to meta) migration by "Bo Ørsted Andresen"
1 Bo Ørsted Andresen <bo.andresen <at> zlin.dk> writes:
2
3
4 > You seem to have been more confused than enlightened by the tricks I posted.
5 > If you want to nuke kde completely you should just do:
6
7 > # cd /var/db/pkg && emerge -Cva kde-base/*
8
9 > It's as simple as that. Both Neil and I told you that a long time ago. This
10 > nukes both new and old slots. Both split and monolithic. And allows you to
11 > start with kde from scratch.
12
13
14 OK my bad/stupid/ineptness..... OK?
15
16 Are these simple steps going to work?
17 If not please edit. I do not care about
18 extra compile time. I need a simple straightforward method
19 to nuke(&&unistall all of KDE) and install via kde-meta
20
21
22 First:#
23 <nuke all occurances of kde>
24 cd /var/db/pkg && emerge -Cva kde-base/*
25
26
27 Second:
28 <Ensure all the old kde kruft is gone 3.2, 3.3, and 3.4
29 # cd /var/db/pkg && emerge -Cva kde-base/*-3.{2,3,4}*
30 # env-update && source /etc/profile && etc-update && update-eix &&
31 # eupdatedb
32
33 Third:
34 <clean up broken links>
35 # revdep-rebuild -p
36 # revdep-rebuild
37 # emerge --sync
38 # env-update && source /etc/profile && etc-update
39
40 Fourth:
41 <install kde-meta>
42 # emerge -uavDNp kde-meta
43 <if blocking occurs, unmerge blocking packages and return to First>
44 # emerge -uavDN kde-meta
45
46
47 Did I miss anything? Did I get anything out of order?
48 Everyting went well, I just had lots of blocking packages when
49 I did not expect too....?
50
51
52 (sorry about being a grouch.... lack of sleep...>
53
54
55 James
56
57
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: KDE (mono to meta) migration "Bo Ørsted Andresen" <bo.andresen@××××.dk>