View previous topic :: View next topic |
Author |
Message |
Shopro l33t
Joined: 12 May 2004 Posts: 678 Location: Dayton, OH, USA
|
Posted: Wed May 12, 2004 6:35 am Post subject: Keeping system updated |
|
|
What is a prefered way to keep my gentoo system updated ?
So that i could get the latest security patches and so on ?
How offen should i update and what commands i should run and when.
Thanks in advance. |
|
Back to top |
|
|
petrjanda Veteran
Joined: 05 Sep 2003 Posts: 1557 Location: Brno, Czech Republic
|
Posted: Wed May 12, 2004 6:47 am Post subject: |
|
|
Hi and welcome,
To update
to view packages it will install
to install them remove the "p"
To install testing packages edit /etc/make.conf and find the line saying ACCEPT_KEYWORDS="~x86" and uncomment it.
You shouldnt update more often than once per day. _________________ There is, a not-born, a not-become, a not-made, a not-compounded. If that unborn, not-become, not-made, not-compounded were not, there would be no escape from this here that is born, become, made and compounded. - Gautama Siddharta |
|
Back to top |
|
|
Shopro l33t
Joined: 12 May 2004 Posts: 678 Location: Dayton, OH, USA
|
Posted: Wed May 12, 2004 6:51 am Post subject: |
|
|
Thank you for your answer.
I read in some post that "emerge -u world could do alot harm for the system. And i also read about command "glsa-check -f all" but i am not sure what that command does ? |
|
Back to top |
|
|
dan_a n00b
Joined: 21 Jul 2002 Posts: 11 Location: Isle Of Man, British Isles
|
Posted: Wed May 12, 2004 1:42 pm Post subject: |
|
|
emerge -U (note the capital) can cause problems - emerge -u (lower case) should be harmless.
glsa-check -f applies fixes for any security advisories. Use glsa-check -l to list your vulnerable packages. |
|
Back to top |
|
|
robmoss Retired Dev
Joined: 27 May 2003 Posts: 2634 Location: Jesus College, Oxford
|
|
Back to top |
|
|
sekretarz Retired Dev
Joined: 09 Feb 2004 Posts: 156 Location: Poznan, Poland
|
Posted: Wed May 12, 2004 3:04 pm Post subject: |
|
|
I've added emerge sync to crontab and it's updating in the night
i run emerge -u world twice a week or even more often. _________________ #gentoo.pl Team - sekretarz |
|
Back to top |
|
|
|