
10-Jul-2009, 21:59
|
|
Wise Penguin
|
|
Join Date: Jun 2008
Location: NZ
Posts: 1,850
|
|
Re: How to create RPM fron installed packages?
Quote:
To repackage an installed package simply do:
rpm -e --repackage package_name
You will now find the .rpm of what you just un-installed in /var/spool/repackage and you can reinstall it again, and keep the .rpm. I love rpm.
This is great for when that particular version of that app you really need is nowhere to be found anymore.
|
Cool tip!
|