Results 1 to 8 of 8
Hello,
i have fought and fought to try to get rpm to work but have given up, can someone tell me how to extract a .rpm file?
Thanks...
- 05-20-2005 #1Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
need to manualy unpack a .rpm
Hello,
i have fought and fought to try to get rpm to work but have given up, can someone tell me how to extract a .rpm file?
ThanksCry out for freedom! Cry out for Linux!
- 05-20-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I don't know how it's compressed, but I know that file-roller is fully able to unpack it...
- 05-21-2005 #3Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
hmmm, that could be a problem as i don't have the file roller (this is the handheld machine).
Cry out for freedom! Cry out for Linux!
- 05-21-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Oh, I thought it was the redhat9 computer... Maybe you can copy it over to the rh9 somehow and extract it there and then copy it back?
- 05-21-2005 #5Banned
- Join Date
- Jul 2004
- Posts
- 947
why wont it install normally?
- 05-21-2005 #6Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
it won't read the packages index and list and i don't have patiences or space to mess around (16MB).
Cry out for freedom! Cry out for Linux!
- 05-31-2005 #7Just Joined!
- Join Date
- May 2005
- Location
- Perth, Australia
- Posts
- 12
Lets just make sure we remember to cover the obvious, we extract a rpm from command line like so, i need'nt remind you this should be done as root:
Paramaters do as follows:Code:rpm -ihv packagename.rpm
i - tells rpm to 'install' (as oppose to 'u' which tells rpm to 'update')
h - tells rpm to output some hash(#) loading bars so you can mointor progress
v - tells rpm to be 'verbose' - i.e. tell you what it's doing rather than just stare blankly at you
- 05-31-2005 #8Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
this is exactly what i have been doing but i have been getting the database errors and i can't rebuild the rpm database.
Cry out for freedom! Cry out for Linux!


Reply With Quote
