upgrading packages


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat upgrading packages
# 1  
Old 05-07-2008
upgrading packages

Hello,

I am using Redhat Linux Enterprise 4 AS.

To upgrade NFS, I had to browse the internet and finally I got the latest rpm https://rhn.redhat.com/errata/RHBA-2005-727.html


That was a time-consuming procedure. On Solaris, I am used to go to sunfreeware.sun.com and download the latest version of a package.

I am not comparing Solaris and Linux but can you please tell me how you proceed when you want to upgrade a package?

Also, what is the official location to download rpms?

About Rpmfind.Net WWW Server a.k.a. Rufus.W3.Org
or
RPM Search

nfs-utils-1.0.6-84.EL4 was found in the second URL but not in the first one.

Thank you for your support.
# 2  
Old 05-07-2008
try this command as root:

rpm -Uvh <rpm name>

to upgrade the package. You may wish to restart the service afterwards if the package does not for you with the:

service <service name> restart

command
# 3  
Old 05-08-2008
thanks. but my question is how to get the latest version of a package and what the official redhat side to download this package?

thx
# 4  
Old 05-08-2008
Normally, red hat does not provide these packages as rpm for download unless you have a support contract.
If you do have a support contract you must set up rhn in the /etc/sysconfig/up2date area.
Otherwise, an option is to get the packages from the CentOS team. Red hat provides source for the packages and CentOS is a distribution of Linux that aims to be as close to 100% binary compatible with RHEL at the same version level.

This is not a comparison between Linux and commercial UNIX in that Red Hat is a distribution of Linux and is not "Linux" in so much as it is not THE OFFICIAL LINUX and all others are derivative works. The methods for configuring them depend on the distribution's methods.

You could easily set up the RHEL servers to use yum and point to the CentOS repositories. However, that is slightly more involved than I care to explain in a single post. This is something you could probably read about elsewhere, however.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Upgrading legacy packages with patch

Hi, All of our production servers are installed with Apache and OpenSSL from source and not yum. My boss has assigned me with a task of upgrading all production servers Apache httpd & openssl to the latest patch from Centos Repo. Is it possible to do this via yum? Please suggest the best... (10 Replies)
Discussion started by: anaigini45
10 Replies

2. Ubuntu

Encountering problem on upgrading the packages

Hi folks, Ubuntu 9.04 I have an old box not running for years. I just dig it out from the store room. On running; $ sudo aptitude update ...... ...... Err http://hk.archive.ubuntu.com jaunty/main Packages 404 Not Found Err http://hk.archive.ubuntu.com jaunty/restricted Packages ... (1 Reply)
Discussion started by: satimis
1 Replies

3. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

4. AIX

Upgrading OS from 5.2 to 5.3

We currently have test and production servers running AIX 5.2, DB2 8.1(Prod), DB2 8.2(Test),Websphere 6.1 on both. We need to upgrade to DB2 to version 9, but to do that we also need to upgrade the operating system to 5.3 and go from 32 bit kernel to 64 bit kernal. Looking for information on any... (3 Replies)
Discussion started by: jyoung
3 Replies

5. BSD

Upgrading to FreeBSd 7.1

I have installed Free BSD 7.1 an would like to upgrade to 8.0 using theupgrade option under sysinstall. Is this posible? (3 Replies)
Discussion started by: FloridaBSD
3 Replies

6. UNIX for Dummies Questions & Answers

Upgrading Apache

Hi I run FEDORA CORE 4 and I have been asked to upgrade the apache to the latest version--this machine is using 2.0.54 Apache which is really OLD. The problem is that upgrading the RPM fails because of all these dependencies. Those dependencies in turn have other dependencies. I am new to... (1 Reply)
Discussion started by: mojoman
1 Replies

7. HP-UX

UNIX upgrading?

Right now we are using HP-UX 11i We are thinking of upgrading to 11i v3.. Questions: Why would we want to upgrade? Benefits? Do we need to install v2 and then v3 or can we just go straight to v3? I see we can get the following: HP-UX 11i v3 Operating Environment and applications... (10 Replies)
Discussion started by: nixie21
10 Replies

8. Solaris

upgrading java

Hi there I have been tasked with upgrading java on one of our boxes to version 6.0 or later (package version 1.5 or later someone told me). but ive been trying to find the SUNW package for this and cant see it, so I checked pkginfo for installed package and there isnt one ....even though java is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

9. Solaris

Upgrading SSH

Hi, I have a sun box with Solaris 9 installed on it. The SSH version is Sun_SSH_1.0 but I need to upgrade it to Sun_SSH_1.1. Do I have to remove the SSH packages totally or is there any other alternative. Thanks, rte (0 Replies)
Discussion started by: run_time_error
0 Replies

10. AIX

Upgrading from 5.1.0.0 to 5.2.0.0

As a fairly new Administrator to AIX i am a little leary of the OS upgrade I need to do on one of our servers. I have already upgraded the microcode to the lastest level and now need to do the OS. I have the docs and discs from IBM and have determined that I dont want to do a new installation but... (5 Replies)
Discussion started by: Target
5 Replies
Login or Register to Ask a Question