![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RESTORE 4.0.4-1 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 01-24-2008 06:40 PM |
| RESTORE 4.0.3-1 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 01-10-2008 03:40 PM |
| RESTORE 4.0.3-1 (RESTORE-EE branch) | iBot | Software Releases - RSS News | 0 | 01-10-2008 03:40 PM |
| RESTORE 4.0.0-2 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 01-08-2008 03:20 PM |
| RESTORE 4.0.0 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 12-25-2007 12:30 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
regarding rpm restore
Helo,
when I use rpm --upgrade packagename It will upgrade the package name. now I want to restore the original package name is there any way so that I can restore the original package? using rpm command Regards, Amit |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
In this case, you will have to uninstall the upgraded package. Use the command:
Code:
rpm -e <package-name> Code:
rpm-q <orig_package-name> |
|
#3
|
|||
|
|||
|
Quote:
I have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that when I uninstall the ADMIN-4.1.0.1 then I got the oirginal package ADMIN-4.0.0.1 rpm --erase ADMIN-4.1.0.1 now is there anyway(using rpm command or whatever) so that I got the original package when i uninstalled the upgraded package name. Regards, Amit |
|||
| Google The UNIX and Linux Forums |