I have redhat EL 4 installed. I'm setting up yum on it following the directions here:
http://techtrouts.com/how-to-install...prise-linux-4/
While things are working, some of the packages that I need (e.g., irsim, electric) are not available through this repository.
What other repositories are compatible with RH EL 4 and how can I set them up? Do these repositories provide a RPM package? Then, would I just do:
rpm -ivh <repo-package.rpm>
yum update
?
Thanks.