How do I know When I Need To Update My Linux System Software?
Q. How do I know when I need to update my Linux system? How do I know new patches are available for CentOS Linux (Red Hat) / Debian Linux server system?
A. Almost all Linux distribution includes a command line and/or GUI notification tool. A small icon will appear on your toolbar. It will indicate that there is an update waiting to be downloaded. By double clicking on the icon, you should able to install all the updates.
If GUI is not installed type the following command to see status of updated package under Debian Linux:
# apt-get update
# apt-get upgrade
Under CentOS Linux 5 / RHEL 5 Linux server pass check-update option to yum command. You will find out if your machine had any updates that needed to be applied without running it interactively.
# yum check-update
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Update Fedora 7 Linux
- How to Update Ubuntu Linux
- Howto: Update firefox on Linux
- How do I update Ubuntu Linux softwares?
- CentOS Linux apply package updates
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: CentOS, centos linux, debian, debian linux, Linux, linux distribution, linux red hat, linux server, linux system, linux system software, new patches, notification tool, red hat, rhel, rhel 5, server system, software, yum, yum command



June 4th, 2008 at 10:17 pm
A more complete answer would include a website that showed the schedule of updates, complete with the changelogs, etc.
Imagine you are administering 100 debian boxes.
You have a windows laptop and at the moment you don’t have access to the debian boxes. But you’d like to see what packages are ready to be updated since 2 weeks ago when you applied updates.
June 6th, 2008 at 5:41 am
If you are on Debian (or similar), there is a package called apticron which will e-mail you details of updates when they become available. It’s very handy.
June 9th, 2008 at 9:55 am
Right now we are using YAST/YAST2 for system update; is there any OFFICIAL command line tool for SuSE Linux(like yum & apt-get).