Results 1 to 6 of 6
Well, I have emerged kde on my gentoo-box and just wondered how I get to completely remove it from my box again? And with completely, I mean removing programs depending ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-13-2005 #1Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
unmerging DE's???
Well, I have emerged kde on my gentoo-box and just wondered how I get to completely remove it from my box again? And with completely, I mean removing programs depending on kde too so it won't be any conflicts about missing libraries... Any1 now how to do this?
- 04-13-2005 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
Well I have never used kde so if you unmerge everything in the list of dependancies that "emerge -vt kde" provides on my system then you wont have any problems and it should encompass everything (dependant on USE flags)
[code]
kde-base/kde-3.3.2 0 kB
kde-base/kdegames-3.3.2 -arts -debug -kdeenablefinal -xinerama 9,116kB
kde-base/kdenetwork-3.3.2 -arts -debug -kdeenablefinal -samba -slp +ssl -wifi -xinerama ,796 kB
app-crypt/qca-tls-1.0-r2 22 kB
app-crypt/qca-1.0-r2 29 kB
kde-base/kdetoys-3.3.2 -arts -debug -kdeenablefinal -xinerama 2,696 kB
kde-base/kdeaddons-3.3.2 -arts -debug -esd -kdeenablefinal +sdl -svga -xinerama +xmms 1,527 kB
kde-base/kdemultimedia-3.3.2 +alsa -arts -audiofile +cdparanoia -debug +encode +flac +speex +xine -xinerama 5,258 kB
media-libs/taglib-1.3.1 -debug 717 kB
media-libs/tunepimp-0.3.0-r1 +flac +mad +oggvorbis +perl +python +readline 512 kB
media-libs/musicbrainz-2.1.1 515 kB
media-libs/xine-lib-1_rc8-r1 +X -aalib +alsa (-altivec) -arts +avi -debug +directfb +dvd -esd +gnome +ipv6 +nls +oggvorbis -pic +sdl +speex +theora 0 kB
kde-base/kdepim-3.3.2 -arts -cjk +crypt -debug -gnokii -kdeenablefinal -pda -xinerama 9,759 kB
app-crypt/gpgme-1.0.2 814 kB
dev-libs/pth-1.4.0 434 kB
kde-base/kdeutils-3.3.2 -arts -debug -kdeenablefinal -xinerama 2,159 kB
kde-base/kdeartwork-3.3.2 -arts -debug -kdeenablefinal +opengl -xinerama -xscreensaver 17,559 kB
kde-base/kdeadmin-3.3.2 -arts -debug -kdeenablefinal +pam -xinerama 1,521 kB
kde-base/kdewebdev-3.3.2 -arts -debug -doc -kdeenablefinal -xinerama 4,685 kB
kde-base/kdeaccessibility-3.3.2 -arts -debug -kdeenablefinal -xinerama 1,213 kB
kde-base/kdegraphics-3.3.2-r2 -arts -debug -gphoto2 +imlib -jpeg2k -kdeenablefinal +opengl -povray +scanner -tetex -xinerama 6,088 kB
dev-libs/fribidi-0.10.4 327 kB
media-gfx/sane-backends-1.0.15 -gphoto2 +ipv6 -usb 3,156 kB
sys-libs/libieee1284-0.2.1 -doc 178 kB
kde-base/kdebase-3.3.2-r2 -arts +cups -debug +java -kdeenablefinal +ldap +opengl +pam -samba +ssl -xinerama 19,526 kB
kde-base/kdebase-pam-4 0 kB[code]
there is probably a much easyer way to do this.. compare the output of "emerge -pvD kde" to my list.
[/code]Proud to be a GNU/Gentoo Linux user!
- 04-13-2005 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
http://forums.gentoo.org/viewtopic-p...acb8fe#1522124
also check out this gentoo forum topic.Proud to be a GNU/Gentoo Linux user!
- 04-14-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Thanx, but I found an even easier way which also worked:
which first uninstalled the whole kde-base (lots of not-allready-installed packages, but the installed kde-packages got removed), and then found the dependencies of all the installed applications and reinstalled kdelibs to satisfy apollon. I did the same thing with gnome since I don't need more than fluxCode:cd /usr/portage/kde-base/ && emerge unmerge * && emerge --deep -u --ask world
- 04-14-2005 #5Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
nice method :)
Proud to be a GNU/Gentoo Linux user!
- 04-14-2005 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
thnx


Reply With Quote
