Results 1 to 4 of 4
Hi,
How to download RPM Packages for Redhat Linux servers ?
Can anybody give me the link to download the rpms, please...
How to install RPM packages on th server ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-27-2012 #1Linux Newbie
- Join Date
- May 2012
- Posts
- 108
rpm packages ?
Hi,
How to download RPM Packages for Redhat Linux servers ?
Can anybody give me the link to download the rpms, please...
How to install RPM packages on th server ?
Regards,
Aparna.
- 10-27-2012 #2
For access to the redhat repositories, you need to buy one subscription per server.
Installation is then just a "yum install <PACKAGENAME>"You must always face the curtain with a bow.
- 10-31-2012 #3
Ah you can get most repositories from this site 'http://rpm.pbone.net/' it has a search feature for you to filter what you want.
If it fails to open access it through a proxy.To install the rpms do this
i-install v-verbose h-gives hash marks to show installation progress. This should work for most red-hat variants.PHP Code:rpm ivh rpmfile.rpm
- 10-31-2012 #4
Ah you can get most repositories from this site 'http://rpm.pbone.net/' it has a search feature for you to filter what you want.
If it fails to open access it through a proxy.To install the rpms do this
i-install v-verbose h-gives hash marks to show installation progress. This should work for most red-hat variants.PHP Code:rpm -ivh rpmfile.rpm


Reply With Quote
