Posts Tagged ‘Yum’

I personally like to update my CentOS packages through Yum software package manager. To download/update the packages at maximum speed, choosing the right mirror is necessary. There is a nice plugin for yum designed to automatically scan the fastest mirror in your network.
yum install yum-fastestmirror
Run this command to update all packages
yum update
You will notice yum [...]