Update Fedora 7 Linux
Q.. How do I update Fedora 7 Linux? I’ve just installed everything from DVD and I’d like to keep my system upto date.
A.. The Fedora Project frequently releases updates to Fedora. Many of these are simple fixes for common bugs, others are security updates. Installing these updates on your system will help keep it as reliable and as secure as possible.
Fedora Linux comes with a special applet (a small program on taskbar) to update your system automatically when updates are available.
Using puplet GUI tool
Fedora includes puplet and yum-updatesd which work together to provide an 'Updates Available' popup when updates are published on internet. So all you have to do is click on popup window and apply update.
Using command line tool yum
As usual you can use yum to update your system with the latest packages released for Fedora. Login as root and type the command:
# yum update
OR
# yum -y update
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- How do I enable laptop mode to improve Linux laptop battery life?
- How do I install or upgrade an RPM file or package under Red Hat / Fedora / Suse Linux?
- Install OpenSSH Server on Asus EEE PC
- Dual boot 2 or 3 different Linux distributions on a laptop
- Linux compliant wireless cards
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!



September 12th, 2007 at 2:40 pm
thaks for a redhat family and member
February 26th, 2008 at 4:28 pm
Im have a FC7 setup with PHP 5.2.4
I did yum update php but returns :
[root@servername ~]# yum update php
Setting up Update Process
Could not find update match for php
No Packages marked for Update
[root@servername ~]#
Why isnt it able to update to PHP 5.2.5 ?
May 25th, 2008 at 5:03 pm
Hi Anjanesh,
most Linux distributions “stick” to one specific version of a package for the distro’s release livetime, which means they will apply security patches into your running version of, let’s say php. If you do a major upgrade of your distribution one day, there will be fresh versions for most of your apps. Then, again, you will be sticking with those version numbers for some time.
This is not bad, because it makes things save and easy for years. Trust me if i say that you wouldn’t want a version upgrade of every package as soon as it gets available. Been to this hell with another distro… can become a nightmare!
May 29th, 2008 at 7:33 pm
Hi!
If you are really so hot about getting the new phpstuff, try
yum upgrade php
or download the rpm and install it via rpm -u
sincerly
sl