[gentoo-user] System update

2003-12-11 Thread Olli
How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] System update

2003-12-11 Thread Sigurd Stordal
On Thursday 11 December 2003 16:59, Olli wrote: How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? emerge -uD world (or -UD to only update not downgrade) -- Sigurd Stordal master in Petrology/mineralogy President of GOGS Opuscreator VS in

Re: [gentoo-user] System update

2003-12-11 Thread brett holcomb
emerge -uD system emerge -uD world Try both with the -p option to make sure it will do what you want. On Thu, 11 Dec 2003 17:59:56 +0200 Olli [EMAIL PROTECTED] wrote: How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? -- [EMAIL PROTECTED]

Re: [gentoo-user] System update

2003-12-11 Thread Patrick Börjesson
How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? emerge -Du world -vp ^Should show which packages that are going to be updated (remove -vp to do the actual merge), but might miss some if you've unmerged packages... To be sure that all

Re: [gentoo-user] System update

2003-12-11 Thread Barry Marler
On Thu, 11 Dec 2003 17:59:56 +0200 Olli [EMAIL PROTECTED] wrote: How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? snip emerge syncemerge -DUpv world -- Barry Marler Information Analyst II Center for Applied Genetic Technologies

Re: [gentoo-user] System update

2003-12-11 Thread Oliver Lange
Olli wrote: How I can update all packages with emerge? Do 'emerge system' update all packages, outside base-system? For upgrading *all* packages that are installed on my box, i'm using this one: emerge --oneshot -uU `qpkg -nc -I` -v -p after checking what's going to be installed, enter the same

Re: [gentoo-user] System update

2003-12-11 Thread Oliver Lange
Patrick Börjesson wrote: emerge -Du `qpkg -I -nc` -vp We already had the same thread 1 or 2 weeks ago. Not using the --oneshot option will *screw up* your world favorites file, so you won't be able to have emerge depclean your system after firing that command. Never tell anyone to use this

Re: [gentoo-user] System update

2003-12-11 Thread ejbr
On Thursday 11 December 2003 11:32 am, Oliver Lange wrote: For upgrading *all* packages that are installed on my box, i'm using this one: emerge --oneshot -uU `qpkg -nc -I` -v -p after checking what's going to be installed, enter the same command again, but this time without the -p option.

Re: [gentoo-user] System update

2003-12-11 Thread Oliver Lange
[EMAIL PROTECTED] wrote: emerge --oneshot -uU `qpkg -nc -I` -v -p H - dunno if I'll ever understand this emerge business. When I ran the above, all sorts of stuff showed up as N that I don't need or want. E.g, it wants to emerge gentoo-sources-2.4.20-r9 and gs-sources-2.4.23_pre8-r1. I

Re: [gentoo-user] System update

2003-12-11 Thread ejbr
On Thursday 11 December 2003 08:18 pm, Oliver Lange wrote: [EMAIL PROTECTED] wrote: emerge --oneshot -uU `qpkg -nc -I` -v -p H - dunno if I'll ever understand this emerge business. When I ran the above, all sorts of stuff showed up as N that I don't need or want. E.g, it wants to