Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RPM / FTP returns codes

Status
Not open for further replies.

johnv20

Programmer
Sep 26, 2001
292
US
Hi,
does anyone have a list of rpm & ftp return codes. I'm trying to install an rpm from an ftp site & keeping getting an error with ret val 256.


Thanks
 
Try an rpm -V package_name against the package you are trying to install (Note the uppercase V) this verifies file sizes also do a man rpm to see the other switches

you could try rpm -Uvfb package_name..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top