March 24, 2008
Filed Under (Linux HOW TOs) by admin on 24-03-2008

You should often check for updates that will fix certain bugs or improve system stability. Exploits are discovered from time to time thus leaving your system exposed to new attacks.

To list available updates:

# up2date -l

To install updates that are not excluded:

# up2date -u

To install updates including excluded:

# up2date -uf

Tags: patches, up2date

Related posts



You must be logged in to post a comment.