Results 1 to 10 of 17
I just tried to update httpd using yum
Code:
yum list installed httpd
2.2.16-1.fc14
Code:
yum update httpd
2.2.17-1.fc14
But the latest version is : 2.2.21
In the sameway
Code:
...
- 11-26-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Unable to update to latest version of httpd
I just tried to update httpd using yum
2.2.16-1.fc14Code:yum list installed httpd
2.2.17-1.fc14Code:yum update httpd
But the latest version is : 2.2.21
In the sameway
6.6.4.1-16.fc14Code:yum install ImageMagick
Latest Version : 6.7.3-8.
Why I am getting older version? How do i fix this?
Using F14
- 11-26-2011 #2
Post the output of
Try updating the whole system as there might be an update for YUM itself.Code:yum check-update
For further reference see this link.Code:yum update
The Unofficial Fedoraź FAQI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-26-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
gives huge list.Code:yum check-update
httpd x86_64 2.2.17-1.fc14 updates 812 k
I found this on the list.
I am doing the yum update now.
Is it good to use rpmfusion?
Will RPMFUSION have updated data all the time?
To install httpd from rpmfusion, should i first uninstall httpd?
Thanks
- 11-26-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,788
I would say that it is helpful to use rpmfusion to install apps that aren't in your "official" Fedora repos. But mixing repos from different vendors is always risky and invites dependency issues. I would avoid installing an app from rpmfusion if it is in the official repos - but sometimes it may be your only way - just understand the risks.
btw, i see httpd 2.2.17-1 in the Fedora 14 official updates repo here:
Index of /pub/fedora/linux/updates/14/x86_64
If I were you, I'd first figure out why you're not seeing the update package from there first. Maybe you don't have the Fedora updates repo enabled?
Edit: okay, so I guess you *are* seeing the updated httpd package in the Fedora repo - anyway, my original opinion stands: use the Fedora version, if possibleCode:yum repolist
Last edited by atreyu; 11-26-2011 at 08:34 PM. Reason: duh
- 11-26-2011 #5Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Is that mean that fedora 14 does not have the 2.2.21 of httpd in its repo?
- 11-26-2011 #6
atreyu gives good, solid advice, I agree with entire post above.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-26-2011 #7Linux Guru
- Join Date
- May 2011
- Posts
- 1,788
Correct. Do you have some pressing need for that particular version?
Edit: Version 2.2.21 of httpd is in the Fedora 15 updates repo...if truly important, perhaps you should upgrade.
- 11-26-2011 #8Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
No, Just asked. I just saw the latest version is available only in F16.
Should i download, write in a dvd and upgrade my Fedora? Or is there any other way to do it?
EDIT
I heard having latest version is safe. (security reason)
Is that correct?
- 11-26-2011 #9Linux Guru
- Join Date
- May 2011
- Posts
- 1,788
You can either download an ISO and burn to DVD, or you can do the whole she-bang over the internet. To do the actual update to a new version of the OS, there are two basic schools of thought:
1. Do an in-place upgrade
2. Wipe the system and do a fresh install
The first way for a while was problematic in Fedora, but for several versions now, has proven stable and reliable.
The second way is more drastic but is guaranteed to work (provided hardware is compatible).
In either case, back up any data you don't want to lose!!!!
What to back up? A good tar command might be:
But that is by no means exhaustive - just a tip. You know where your important files are.Code:# back up important directories tar -cf /tmp/backup.tar /root /home /etc /var /data # copy to some safe place scp /tmp/backup.tar <some_safe_place>
If you go for the in-place upgrade, here's the guide:
How to use PreUpgrade - FedoraProject
Post back here with problems/questions, etc. and good luck!
- 11-26-2011 #10
I'd suggest that if you do an "in-place upgrade", let the updater (mentioned above) finish updating your system. It could cause trouble if you cancel it out and upgrade instead.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote

