Whenever we want to use command yum install <packagename> get error:
No package available
For example,
[ad type=”banner”]How do we make it work?
These steps might help you,
- yum clean all & yum clean metadata
- Check the files in /etc/yum.repos.d and make sure that they don’t all have enabled = 0 for each repo (there may be more than one per file).
- Finally you would be able to do yum update and search for desired packages.
- For CentOS/RHEL 7, autossh is no longer available in Repoforge repository. So you will need to build and compile it from the source, here is what you should do: [ad type=”banner”]
fantastic