Q. I am seeing below error when installing some packages
Loaded plugins:fastest mirror
Loading mirror speed from cached hosfile
Setting up install process
Nothing to do
This error will come when you execute below command
yum install somepackage
and the repo is set with "enable=0", try to change it or use --enablerepo= as shown below.
yum --enablerepo=yourreponame install somepackage
If you set enable=0 that indicates that dont include this repo when installing RPM packages. And enable=1 will include this repo when installing packages.
Hope this helps some one.
Loaded plugins:fastest mirror
Loading mirror speed from cached hosfile
Setting up install process
Nothing to do
This error will come when you execute below command
yum install somepackage
and the repo is set with "enable=0", try to change it or use --enablerepo= as shown below.
yum --enablerepo=yourreponame install somepackage
If you set enable=0 that indicates that dont include this repo when installing RPM packages. And enable=1 will include this repo when installing packages.
Hope this helps some one.
0 comments:
Post a Comment