Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Updating policy...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
thom_raindog
Guru
Guru


Joined: 16 May 2008
Posts: 400

PostPosted: Sat May 24, 2008 7:34 pm    Post subject: Updating policy... Reply with quote

Howdie,

I wonder:
How often do I sync portage?
How often do I update my system, and, furthermore, which way do I update? Do I call
Code:

emerge --update --newuse --deep world


twice a day (kiddin!!) or what?
What makes sense, what is suggested, what input can you give?

Thanks in advance.
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Sat May 24, 2008 7:44 pm    Post subject: Reply with quote

Well, you really shouldn't do it more than once a day. Even once every couple days is fine.

Personally, I sync mine once a day and emerge -uavDN world once a day while I'm at work so I can keep my system up to date. Of course, this really isn't necessary. Most people will usually do an emerge --update --newuse --deep world once a week or so (some will even do it once a month).

Whenever you do update your entire system, make sure you emerge --sync beforehand so you can grab the latest updates.

Edit:

Also, emerge -uavDN world is the same as emerge --update --ask --verbose --deep --newuse world. It's just the shorthand version. The --verbose will output specific information like use flags, size, whether it's an update, downgrade, etc. and the --ask will ask you if you want to perform the emerge.
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
thom_raindog
Guru
Guru


Joined: 16 May 2008
Posts: 400

PostPosted: Sat May 24, 2008 8:03 pm    Post subject: Reply with quote

Thanks already.

And just doing "minor" updating, like
Code:

emerge --update world


makes no sense?
I was thinking doing that once a day and the big one once a week or so?
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Sat May 24, 2008 8:07 pm    Post subject: Reply with quote

emerge --update world will only update the packages that you installed. Here's an excerpt from the Portage manual:
Quote:
Portage will then search for newer version of the applications you have installed. However, it will only verify the versions for the applications you have explicitly installed (the applications listed in /var/lib/portage/world) - it does not thoroughly check their dependencies. If you want to update every single package on your system, add the --deep argument...


I wouldn't say it doesn't make any sense to do this, but it doesn't update the entire system per se. Just the applications where you typed emerge application.

In case you haven't read it yet, this is the link to the Portage manual.
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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