| View previous topic :: View next topic |
| Author |
Message |
-leliel- Apprentice

Joined: 03 May 2003 Posts: 294 Location: Germany
|
Posted: Tue May 27, 2003 6:14 pm Post subject: update all downloaded packages? |
|
|
Hi,
is there a way to update all emerged packages?
thanks.  _________________ - carpe noctem -
dunkelelf@jabber.org |
|
| Back to top |
|
 |
joco n00b

Joined: 19 May 2003 Posts: 12
|
Posted: Tue May 27, 2003 7:55 pm Post subject: |
|
|
I think you maybe are looking for "emerge -u world".
Cheers Jo |
|
| Back to top |
|
 |
-leliel- Apprentice

Joined: 03 May 2003 Posts: 294 Location: Germany
|
Posted: Tue May 27, 2003 8:02 pm Post subject: |
|
|
what about additional installed packages? like kde, licq a.s.o.? _________________ - carpe noctem -
dunkelelf@jabber.org |
|
| Back to top |
|
 |
Lycander Guru


Joined: 10 Apr 2003 Posts: 468
|
Posted: Tue May 27, 2003 8:35 pm Post subject: |
|
|
emerge -u --deep world
If you type emerge <something> in the past, it will be checked when you emerge world. Have a look at your /var/cache/edb/world file to see all the packages you've manually emerged. It does not contain dependent packages that were emerged, hence the "--deep" flag in the above command. "emerge -u world" alone just looks at your world file and updates those packages whereas when the --deep flag is used I think it also goes and checks dependency packages for updates. |
|
| Back to top |
|
 |
-leliel- Apprentice

Joined: 03 May 2003 Posts: 294 Location: Germany
|
Posted: Wed May 28, 2003 4:57 pm Post subject: |
|
|
thanks a lot.  _________________ - carpe noctem -
dunkelelf@jabber.org |
|
| Back to top |
|
 |
|