[gentoo-user] howto update whole system and all applications

2005-09-09 Thread pat
Hi all, I want to update whole my system and all applications. I want this because I've changed USE flags and changed available locales for the glibc. I know this update can throw me into troubles, but I want to try this :-) So, I know the system can be updated by the: emerge --update --deep syst

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Frank Schafer
On Fri, 2005-09-09 at 10:34 +0200, pat wrote: > Hi all, > > I want to update whole my system and all applications. I want this because > I've changed USE flags and changed available locales for the glibc. I know > this update can throw me into troubles, but I want to try this :-) > > So, I know t

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread pat
On Fri, 09 Sep 2005 10:37:41 +0200, Frank Schafer wrote > On Fri, 2005-09-09 at 10:34 +0200, pat wrote: > > Hi all, > > > > I want to update whole my system and all applications. I want this because > > I've changed USE flags and changed available locales for the glibc. I know > > this update can

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Alex
On Friday 09 September 2005 08:34, pat wrote: > What I have to do to update everything within my Linux box ??? emerge --update --deep --newuse world "--update --deep" will check the whole dependency tree for updates and "--newuse" will include the packages whose USE-flags changed -- Cheers, Ale

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Frank Schafer
On Fri, 2005-09-09 at 12:08 +, Alex wrote: > On Friday 09 September 2005 08:34, pat wrote: > > What I have to do to update everything within my Linux box ??? > > emerge --update --deep --newuse world > > "--update --deep" will check the whole dependency tree for updates and > "--newuse" will

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Neil Bothwick
On Fri, 9 Sep 2005 10:43:51 +0200, pat wrote: > Yes, it does, but the "world" doesn't contains all installed > applications. It contains all the applications you have explicitly installed, the rest should be dependencies of these, so will be picked up by --emptytree. You may have some orphaned de

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread Alex
On Friday 09 September 2005 09:12, Frank Schafer wrote: > # emerge --update --deep --newuse world > # emerge --depclean > # revdep-rebuild yeap, that would be the coplete prosedure :) -- Cheers, Alex. pgpnqy1uOGLK5.pgp Description: PGP signature

Re: [gentoo-user] howto update whole system and all applications

2005-09-09 Thread pat
On Fri, 9 Sep 2005 12:30:28 +, Alex wrote > On Friday 09 September 2005 09:12, Frank Schafer wrote: > > # emerge --update --deep --newuse world > > # emerge --depclean > > # revdep-rebuild > > yeap, that would be the coplete prosedure :) > -- > Cheers, Alex. Frank, Alex OK, thanks for the h