Update System2008/11/26 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-fastestmirror' that looks for fast server and download packages from there automatically when yum command is used. |
[root@ns ~]# yum -y install yum-fastestmirror Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package yum-fastestmirror.noarch 0:1.1.18-2.fc10 set to be updated --> Finished Dependency Resolution Dependencies Resolved =================================================================== Package Arch
Version
Repository
Size =================================================================== Installing: yum-fastestmirror noarch
1.1.18-2.fc10
fedora
13 k Transaction Summary =================================================================== Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 13 k Downloading Packages: (1/1): yum-fastestmirror- 100% |=======================| 13 k 00:00 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: yum-fastestmirror ######################### [1/1] Installed: yum-fastestmirror.noarch 0:1.1.18-2.fc10 Complete! [root@ns ~]# yum -y update
|
Sponsored Link |