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.
Printable View
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.
For access to the redhat repositories, you need to buy one subscription per server.
Installation is then just a "yum install <PACKAGENAME>"
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
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