Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
wisdom
Guest





PostPosted: Wed May 22, 2002 9:26 pm    Post subject: Update Reply with quote

are there any command so i can update all package that i have emerge?
Back to top
TheWart
Guru
Guru


Joined: 10 May 2002
Posts: 432
Location: Nashville,TN - USA

PostPosted: Wed May 22, 2002 9:50 pm    Post subject: Reply with quote

emerge -p -u world i believe
_________________
Face it, we are all noobs.

On the box it said it was designed for Win XP or better, so why won't it work with Linux?
Back to top
View user's profile Send private message
Guest






PostPosted: Wed May 22, 2002 10:06 pm    Post subject: Reply with quote

thanks ... my clock doesnt show the right time where does I change it?
Back to top
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Wed May 22, 2002 10:32 pm    Post subject: Reply with quote

TheWart wrote:
emerge -p -u world i believe


Keep in mind this will only update packages in your /var/cache/ebd/world file, i.e. those you have manually requested to emerge. It will not upgrade dependancy packages unless the upgraded package specifically asks for the upgraded copy.

This is The Right Thing in most cases, but not everyone wants that - for a script that will bash together a new world file with *everything* you have installed in it, check the tips and tricks forum.

Oh, and don't forget
Code:

emerge -p -u system

to upgrade core system files that are not part of "world".

Remember to "emerge clean" the new packages when you get them, to get rid of the old versions as well.

Bryn.
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
TheWart
Guru
Guru


Joined: 10 May 2002
Posts: 432
Location: Nashville,TN - USA

PostPosted: Thu May 23, 2002 1:14 am    Post subject: Reply with quote

did you 'ln -sf' the right timezone to /etc/localtime?


you need to go like

Code:
ln -sf /usr/share/zoneinfo/path/to/timefile /etc/localtime

_________________
Face it, we are all noobs.

On the box it said it was designed for Win XP or better, so why won't it work with Linux?
Back to top
View user's profile Send private message
wisdom
Guest





PostPosted: Thu May 23, 2002 5:32 am    Post subject: Reply with quote

yes i have done that but its doesnt show the right time
Back to top
lasa
n00b
n00b


Joined: 17 May 2002
Posts: 63
Location: Stockholm, Sweden

PostPosted: Thu May 23, 2002 6:57 am    Post subject: Reply with quote

Set the correct date and time with:

Code:
date -s '05/23/2002 08:50'


-lasa-
Back to top
View user's profile Send private message
wisdom
Guest





PostPosted: Thu May 23, 2002 1:33 pm    Post subject: Reply with quote

thanks
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum