| View previous topic :: View next topic |
| Author |
Message |
otey n00b

Joined: 31 Oct 2006 Posts: 11 Location: Denmark
|
Posted: Wed Nov 01, 2006 1:09 pm Post subject: [solved] I want back to the fresh install |
|
|
This is probably my 5th reinstall. And I am kind of tied of doing it from scratch.
I was emerging gnome-light with the flags "gnome gtk -qt3 -qt4 -kde cdr dvdr alsa" in my make.conf and USE="firefox apache2 beagle" in front of 'emerge gnome-light'
Then suddenly my compilation stopped when installing some package that required cairo with the png flag on. I reemerged cairo with USE="png" and emerged the remaining packages of gnome-light.
Then compilation stops again while compiling some blablabla package. No explanations, no nothing.
Long story short: I want to go back to the fresh install. With only the stage3 apps, coldplug, and the rest of the software from the gentoo-amd64-handbook. Then I can start agan, using a manual or something.
Bottomline: How do I remove the packages and their config?
Last edited by otey on Thu Nov 02, 2006 12:28 pm; edited 1 time in total |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10459 Location: the dutch mountains
|
Posted: Wed Nov 01, 2006 1:16 pm Post subject: |
|
|
for file in `cat /var/lib/portage/world`; do emerge -C $file; done might do the trick, but just starting from scratch with a stage3 is faster and most likely more predictable. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
otey n00b

Joined: 31 Oct 2006 Posts: 11 Location: Denmark
|
Posted: Wed Nov 01, 2006 1:24 pm Post subject: |
|
|
Thanks a lot. I'll start from scratch again then. I get faster every time  |
|
| Back to top |
|
 |
PaulBredbury Veteran


Joined: 14 Jul 2005 Posts: 5931
|
Posted: Wed Nov 01, 2006 1:56 pm Post subject: Re: Problems emerging gnome, I want back to the fresh instal |
|
|
| otey wrote: | | and USE="firefox apache2 beagle" in front of 'emerge gnome-light' |
Use /etc/portage/package.use, and hit whoever told you to put USE= on the command-line  |
|
| Back to top |
|
 |
|