Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Network > RHN Satellite Server > Issue <<  55 of 131 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 9788
Last update: 01-03-07
Issue:
How do I install an older version of a package with using the "up2date" command?
Resolution:

Resolution:
When the up2date command is executed, the new available packages are installed. When required, old packages can be downloaded and installed using the up2date command. Here is an example how to install the old version:

The latest version of the kernel package in use is kernel-2.6.9-34.EL and the architecture is i686. Now, if a user needs to revert back to an older kernel version, for example, kernel-2.6.9-5.EL, the following command can be used:

# up2date --get kernel-2.6.9-5.EL.i686.rpm

Note: The full package name and the architecture of the package is necessary.

The executed command above will download the package version in /var/spool/up2date directory. To install the package, use the rpm command:

# rpm -ivh /var/spool/up2date/kernel-2.6.9-5.EL.i686.rpm


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Network > RHN Satellite Server > Issue <<   55  of  131  >>