* [gentoo-user] uninstall a bunch
@ 2006-05-31 15:59 Rakotomandimby Mihamina
2006-05-31 16:32 ` Neil Bothwick
2006-05-31 16:34 ` Rakotomandimby Mihamina
0 siblings, 2 replies; 3+ messages in thread
From: Rakotomandimby Mihamina @ 2006-05-31 15:59 UTC (permalink / raw
To: gentoo-user
Hi,
I emerged gnome and gdm.
It installed more than 100 other dependencies. Ok. It's fine.
Know I want to remove all gnome and its dependencies and come back to a
light system (without gnome and gdm and its dependencies).
How could I do?
Is there a log file I could grep to get the list of the software
installed by the last emerge call?
Thank you.
--
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads & documentation.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] uninstall a bunch
2006-05-31 15:59 [gentoo-user] uninstall a bunch Rakotomandimby Mihamina
@ 2006-05-31 16:32 ` Neil Bothwick
2006-05-31 16:34 ` Rakotomandimby Mihamina
1 sibling, 0 replies; 3+ messages in thread
From: Neil Bothwick @ 2006-05-31 16:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
On Wed, 31 May 2006 17:59:10 +0200, Rakotomandimby Mihamina wrote:
> I emerged gnome and gdm.
> It installed more than 100 other dependencies. Ok. It's fine.
> Know I want to remove all gnome and its dependencies and come back to a
> light system (without gnome and gdm and its dependencies).
> How could I do?
emerge -C gnome - this removes the meta-package
emerge --depclean --pretend - this removes all unneeded packages, such as
those that were dependencies of the gnome meta-package Read the warning
from depclean.
You should add -gnome to USE and do 'emerge -uavDN world' before running
depclean.
--
Neil Bothwick
Feminism: the radical notion that women are people.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] uninstall a bunch
2006-05-31 15:59 [gentoo-user] uninstall a bunch Rakotomandimby Mihamina
2006-05-31 16:32 ` Neil Bothwick
@ 2006-05-31 16:34 ` Rakotomandimby Mihamina
1 sibling, 0 replies; 3+ messages in thread
From: Rakotomandimby Mihamina @ 2006-05-31 16:34 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-05-31 at 17:59 +0200, Rakotomandimby Mihamina wrote:
> Hi,
> I emerged gnome and gdm.
> It installed more than 100 other dependencies.
To be precise, I had to install 283 softwares.
So, I did:
# grep 283 /var/log/emerge.log | grep completed
114911668: completed emerge (1 of 283) dev-libs/glib-2.10.3 to /
[...]
1149116482: completed emerge (7 of 283) virtual/xft-7.0 to /
Then :
# grep 283 /var/log/emerge.log | grep completed \
| awk '{print $8}' > /root/unmerge.txt
Then I just have to loop to unmerge all.
--
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads & documentation.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-31 17:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-31 15:59 [gentoo-user] uninstall a bunch Rakotomandimby Mihamina
2006-05-31 16:32 ` Neil Bothwick
2006-05-31 16:34 ` Rakotomandimby Mihamina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox