* [gentoo-user] how to remove gnome complete
@ 2006-01-08 14:22 Daniel Pielmeier
2006-01-08 14:36 ` Holly Bostick
2006-01-08 14:41 ` [gentoo-user] how to remove gnome complete Rumen Yotov
0 siblings, 2 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2006-01-08 14:22 UTC (permalink / raw
To: gentoo-user
hello all,
i want to test some other windowmanagers and if i find one that
satisfies me i want to switch from the gnome-desktop to this
windowmanager. So how can i remove all gnome packages. Is it save to
remove all gnome-base and gnome-extra packages and run "emerge depclean"
and "revdep-rebuild".
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 14:22 [gentoo-user] how to remove gnome complete Daniel Pielmeier
@ 2006-01-08 14:36 ` Holly Bostick
2006-01-08 15:08 ` Daniel Pielmeier
2006-01-08 15:24 ` Neil Bothwick
2006-01-08 14:41 ` [gentoo-user] how to remove gnome complete Rumen Yotov
1 sibling, 2 replies; 10+ messages in thread
From: Holly Bostick @ 2006-01-08 14:36 UTC (permalink / raw
To: gentoo-user
Daniel Pielmeier schreef:
> hello all,
>
> i want to test some other windowmanagers and if i find one that
> satisfies me i want to switch from the gnome-desktop to this
> windowmanager. So how can i remove all gnome packages. Is it save to
> remove all gnome-base and gnome-extra packages and run "emerge
> depclean" and "revdep-rebuild".
A better way would be to
emerge -C gnome(-light)
to unmerge the meta-package you installed (either gnome or gnome-light;
this will not unmerge any packages, just the meta-package, but it will
orphan all the dependent programs that were installed by the
meta-package, which is what you want),
then run emerge depclean -p to show the now-orphaned dependencies of
those meta-packages,
emerge -C(av) the ones you know you don't want (since you might, for
example, want to keep Evolution, if you use it, or Totem or whatever;
just because you don't use the GNOME desktop doesn't mean you have to
stop using every GNOME package you might enjoy, even under another WM),
emerge (-av) any of the packages that you may want to keep (to get them
into your world file)
run emerge depclean -p again to confirm that you got rid of everything
you wanted gone, if so, you're done, if not, rinse and repeat.
Don't really know why a revdep-rebuild would be necessary, but it
doesn't hurt to do one (with -p first).
And of course, you don't necessarily have to remove GNOME at all, just
because you use another WM/DE (unless you have a disk space issue or
something). Suppose your other WM/DE breaks? It can be useful to have a
"spare" around so that you have something to login to, if you feel more
comfortable inside a GUI.
HTH,
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 14:22 [gentoo-user] how to remove gnome complete Daniel Pielmeier
2006-01-08 14:36 ` Holly Bostick
@ 2006-01-08 14:41 ` Rumen Yotov
2006-01-09 3:57 ` Dale
1 sibling, 1 reply; 10+ messages in thread
From: Rumen Yotov @ 2006-01-08 14:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 913 bytes --]
On (08/01/06 15:22), Daniel Pielmeier wrote:
> hello all,
>
> i want to test some other windowmanagers and if i find one that
> satisfies me i want to switch from the gnome-desktop to this
> windowmanager. So how can i remove all gnome packages. Is it save to
> remove all gnome-base and gnome-extra packages and run "emerge depclean"
> and "revdep-rebuild".
> --
> gentoo-user@gentoo.org mailing list
>
Hi,
This is the way to go, but unmerge only the "gnome-base/gnome" as it's a
'meta-package' for whole 'gnome' DE. Then run: 'emerge depclean -pv'.
Check the packages and unmerge them in smaller groups after which run
'revdep-rebuild' to check for unmerge errors.
If you more confident look at gnome dependencies (in the gnome-ebuild).
PS:Consider removing (also) the gnome USE-flag from /etc/make.conf but later
will have to re-emerge some packages (due to changed USE flag).
HTH.Rumen
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 14:36 ` Holly Bostick
@ 2006-01-08 15:08 ` Daniel Pielmeier
2006-01-08 15:24 ` Neil Bothwick
1 sibling, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2006-01-08 15:08 UTC (permalink / raw
To: gentoo-user
Thank you,
i will try this, but i have emerged the gnome-light meta-package + some
other gnome packages witch are part of the gnome meta-package, but i did
not remember all of them. So i thought there is a simple way to remove
all of them.
When i remove the gnome light meta-package, will the additional packages
i have installed become orphaned too, i am not sure if they will so i
probably have to remove them manually
I did not use any of the gnome packages like evolution or totem before,
so i started to think the only thing i need is a nice comfortable and
custumizable windowmanger and gnome even gnome-light is to big for me.
Regards Daniel
Holly Bostick schrieb:
> Daniel Pielmeier schreef:
>
>>hello all,
>>
>>i want to test some other windowmanagers and if i find one that
>>satisfies me i want to switch from the gnome-desktop to this
>>windowmanager. So how can i remove all gnome packages. Is it save to
>> remove all gnome-base and gnome-extra packages and run "emerge
>>depclean" and "revdep-rebuild".
>
>
> A better way would be to
>
> emerge -C gnome(-light)
>
> to unmerge the meta-package you installed (either gnome or gnome-light;
> this will not unmerge any packages, just the meta-package, but it will
> orphan all the dependent programs that were installed by the
> meta-package, which is what you want),
>
> then run emerge depclean -p to show the now-orphaned dependencies of
> those meta-packages,
>
> emerge -C(av) the ones you know you don't want (since you might, for
> example, want to keep Evolution, if you use it, or Totem or whatever;
> just because you don't use the GNOME desktop doesn't mean you have to
> stop using every GNOME package you might enjoy, even under another WM),
>
> emerge (-av) any of the packages that you may want to keep (to get them
> into your world file)
>
> run emerge depclean -p again to confirm that you got rid of everything
> you wanted gone, if so, you're done, if not, rinse and repeat.
>
> Don't really know why a revdep-rebuild would be necessary, but it
> doesn't hurt to do one (with -p first).
>
> And of course, you don't necessarily have to remove GNOME at all, just
> because you use another WM/DE (unless you have a disk space issue or
> something). Suppose your other WM/DE breaks? It can be useful to have a
> "spare" around so that you have something to login to, if you feel more
> comfortable inside a GUI.
>
> HTH,
> Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 14:36 ` Holly Bostick
2006-01-08 15:08 ` Daniel Pielmeier
@ 2006-01-08 15:24 ` Neil Bothwick
2006-01-08 17:03 ` Daniel Pielmeier
1 sibling, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2006-01-08 15:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 605 bytes --]
On Sun, 08 Jan 2006 15:36:52 +0100, Holly Bostick wrote:
> emerge (-av) any of the packages that you may want to keep (to get them
> into your world file)
That will result in the program being recompiled from scratch again.
emerge -n will add it to thew world file without recompilation if it is
already installed.
You can also do "echo category/package >>/var/lib/portage/world", which
is what i did before I discovered emerge -n, but using emerge seems more
portage-friendly and less likely to screw things up with a typo.
--
Neil Bothwick
Engineers do it with less resistance.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 15:24 ` Neil Bothwick
@ 2006-01-08 17:03 ` Daniel Pielmeier
2006-01-08 19:28 ` Neil Bothwick
0 siblings, 1 reply; 10+ messages in thread
From: Daniel Pielmeier @ 2006-01-08 17:03 UTC (permalink / raw
To: gentoo-user
There is still the question how i can remove the additional packages
(mentioned before) i have installed but which are not dependencies of
gnome-light.
Neil Bothwick schrieb:
> On Sun, 08 Jan 2006 15:36:52 +0100, Holly Bostick wrote:
>
>
>>emerge (-av) any of the packages that you may want to keep (to get them
>>into your world file)
>
>
> That will result in the program being recompiled from scratch again.
> emerge -n will add it to thew world file without recompilation if it is
> already installed.
>
> You can also do "echo category/package >>/var/lib/portage/world", which
> is what i did before I discovered emerge -n, but using emerge seems more
> portage-friendly and less likely to screw things up with a typo.
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 17:03 ` Daniel Pielmeier
@ 2006-01-08 19:28 ` Neil Bothwick
2006-01-08 19:37 ` [gentoo-user] how to remove gnome complete [SOLVED] Daniel Pielmeier
0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2006-01-08 19:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 504 bytes --]
On Sun, 08 Jan 2006 18:03:51 +0100, Daniel Pielmeier wrote:
> There is still the question how i can remove the additional packages
> (mentioned before) i have installed but which are not dependencies of
> gnome-light.
If you installed them yourself, rather than portage installing them as
dependencies, they will be in your world file. You should be able to find
them with
grep gnome /var/lib/portage/world
--
Neil Bothwick
I'm warning you! One step closer and I'll drop carrier!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete [SOLVED]
2006-01-08 19:28 ` Neil Bothwick
@ 2006-01-08 19:37 ` Daniel Pielmeier
2006-01-08 21:17 ` Neil Bothwick
0 siblings, 1 reply; 10+ messages in thread
From: Daniel Pielmeier @ 2006-01-08 19:37 UTC (permalink / raw
To: gentoo-user
Thank you for your suggestions, i will try them!
Unmerging gnome-light + the dependencies and manually searching for the
additional files in the world-file.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete [SOLVED]
2006-01-08 19:37 ` [gentoo-user] how to remove gnome complete [SOLVED] Daniel Pielmeier
@ 2006-01-08 21:17 ` Neil Bothwick
0 siblings, 0 replies; 10+ messages in thread
From: Neil Bothwick @ 2006-01-08 21:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
On Sun, 08 Jan 2006 20:37:10 +0100, Daniel Pielmeier wrote:
> Unmerging gnome-light + the dependencies and manually searching for the
> additional files in the world-file.
Don't forget to to "emerge -auvDN world" and "revdep-rebuild -p"
afterwards. I take it you've already removed gnome from your USE flags.
--
Neil Bothwick
Top Oxymorons Number 40: Same difference
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] how to remove gnome complete
2006-01-08 14:41 ` [gentoo-user] how to remove gnome complete Rumen Yotov
@ 2006-01-09 3:57 ` Dale
0 siblings, 0 replies; 10+ messages in thread
From: Dale @ 2006-01-09 3:57 UTC (permalink / raw
To: gentoo-user
Rumen Yotov wrote:
>On (08/01/06 15:22), Daniel Pielmeier wrote:
>
>
>>hello all,
>>
>>i want to test some other windowmanagers and if i find one that
>>satisfies me i want to switch from the gnome-desktop to this
>>windowmanager. So how can i remove all gnome packages. Is it save to
>>remove all gnome-base and gnome-extra packages and run "emerge depclean"
>>and "revdep-rebuild".
>>--
>>gentoo-user@gentoo.org mailing list
>>
>>
>>
>Hi,
>This is the way to go, but unmerge only the "gnome-base/gnome" as it's a
>'meta-package' for whole 'gnome' DE. Then run: 'emerge depclean -pv'.
>Check the packages and unmerge them in smaller groups after which run
>'revdep-rebuild' to check for unmerge errors.
>If you more confident look at gnome dependencies (in the gnome-ebuild).
>PS:Consider removing (also) the gnome USE-flag from /etc/make.conf but later
>will have to re-emerge some packages (due to changed USE flag).
>HTH.Rumen
>
>
I did something similiar a little while ago. I never installed Gnome
but I did not unset the gnome in the USE line so they were pulled in as
dependancies. Make sure you run revdep-rebuild -p afterwards. You may
have some things that you will have to re-compile. Make sure you have
-gnome in your USE line. I think you have to put -eds, -gtkhtml and
-bonobo in the USE line as well. Recheck that to make sure. Your
mileage may vary by what you actually want to keep. You can view the
descriptions in /usr/portage/profiles/use.desc to make sure.
I also did this once to. emerge -ep world | grep gnome just to make
sure I had all the gnome base stuff. It will show up if you missed
something. May take a while on a slower rig.
Hope this helps.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives. Named Smoker
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. Named Swifty
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB drive. Named Pokey
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive. Named Putput
All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-01-09 4:10 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-08 14:22 [gentoo-user] how to remove gnome complete Daniel Pielmeier
2006-01-08 14:36 ` Holly Bostick
2006-01-08 15:08 ` Daniel Pielmeier
2006-01-08 15:24 ` Neil Bothwick
2006-01-08 17:03 ` Daniel Pielmeier
2006-01-08 19:28 ` Neil Bothwick
2006-01-08 19:37 ` [gentoo-user] how to remove gnome complete [SOLVED] Daniel Pielmeier
2006-01-08 21:17 ` Neil Bothwick
2006-01-08 14:41 ` [gentoo-user] how to remove gnome complete Rumen Yotov
2006-01-09 3:57 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox