After installing CentOS, Update it to the latest system like follows. For yum-plugin-fastestmirror, it is installed for dependency of yum, but if it's not installed, it had better install it.
The fastest mirror plugin is designed for use in repository configurations where you have more than 1 mirror in a repo configuration. It makes a connection to each mirror, timing the connection and then sorts the mirrors by fastest to slowest for use by yum.
If you are using the default CentOS configuration, and if you are not behind a proxy server, fastestmirror is highly recommended.
To be able to use this plugin, you must enable plugins in your /etc/yum.conf file, see Yum Plugins for details. Yum plugins are enabled by default starting with CentOS 5.
|
[root@dlp ~]#
yum -y install yum-plugin-fastestmirror
Setting up Install Process Resolving Dependencies --> Running transaction check ----> Package yum-plugin-fastestmirror.noarch 0:1.1.26-11.el6 set to be updated ---> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: yum-plugin-fastestmirror noarch 1.1.26-11.el6 base 17 k Transaction Summary ================================================================================ Install 1 Package(s) Upgrade 0 Package(s) Total download size: 17 k Installed size: 33 k Downloading Packages: yum-plugin-fastestmirror-1.1.26-11.el6.noarch.rpm | 17 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : yum-plugin-fastestmirror-1.1.26-11.el6.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.26-11.el6 Complete![root@dlp ~]#
yum -y update
|
No comments:
Post a Comment