My yum repository able to search packages, but not able to install it in RHEL?
- by mandy
I set up yum from dvd. Following is the containts of my .repo file:
[dvd]
name=Red Hat Enterprise Linux Installation DVD
baseurl=file:///media/dvd
enabled=0.
I'm able to search packages. However while installation I'm getting below error:
[root@localhost dvd]# yum install libstdc++.x86_64
Loaded plugins: rhnplugin, security
This system is…