Updating a Linux box - The Easy way!
Thursday, September 28th, 2006Linux seems so overwhelming that sometimes we don’t realize some things might be easier then they seem. The best way (in my opinion) to update linux (I am using Fedora 5) is by opening up a terminal prompt and typing:
yum -y update
Yup that is all! It will look at all the repositories that are setup on the machine and find any new updates as well as removed any old ones that might be kicking around in the cache.
On a side note you can install almost anything for linux by typing:
yum -y install “application”
** Note - Sometimes this name is something you’d expect and sometimes you need to write out the FULL name like:
yum -y install compat-libstdc++-33