View Single Post
  #5 (permalink)  
Old 10-Jul-2009, 21:59
deano_ferrari deano_ferrari is online now
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,850
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default 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!
Reply With Quote