m (1 revision(s)) |
|||
Line 17: | Line 17: | ||
At the prompt, enter the password for the ''root'' account. | At the prompt, enter the password for the ''root'' account. | ||
{| | {| | ||
|- | |- | ||
| {{Template:Note}} '''How Daily Updates are Run''' | | {{Template:Note}} '''How Daily Updates are Run''' | ||
Line 24: | Line 24: | ||
|} | |} | ||
{| | {| | ||
|- | |- | ||
|[[Docs/Drafts/SoftwareManagementGuide/SearchwithYum| Previous Page - 5. Searching for Packages with yum]] ||[[Docs/Drafts/SoftwareManagementGuide| Table of Contents]] ||[[Docs/Drafts/SoftwareManagementGuide/ConfiguringRepositories| Next Page - 7. Configuring Access to Software Repositories]] | |[[Docs/Drafts/SoftwareManagementGuide/SearchwithYum| Previous Page - 5. Searching for Packages with yum]] ||[[Docs/Drafts/SoftwareManagementGuide| Table of Contents]] ||[[Docs/Drafts/SoftwareManagementGuide/ConfiguringRepositories| Next Page - 7. Configuring Access to Software Repositories]] | ||
|} |
Revision as of 19:11, 29 May 2008
6. Updating Your System with yum
Use the update option to upgrade all of your Fedora system software to the latest version with one operation.
To perform a full system update, type this command:
su -c 'yum update'
At the prompt, enter the root password.
6.1. Automatically Updating Your System
The yum
package supplied with Fedora includes scripts to perform full system updates every day. To activate automatic daily updates, enter this command:
su -c '/sbin/chkconfig --level 345 yum on; /sbin/service yum start'
At the prompt, enter the password for the root account.
Previous Page - 5. Searching for Packages with yum | Table of Contents | Next Page - 7. Configuring Access to Software Repositories |