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
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 5 comments… read them below or add one }
thaks for a redhat family and member
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 ?
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!
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
I want to write and execute c program in my os 2.6.21-1.3194.fc7. i have the editor gedit. It seems that there is no c compiler. please help.