Certbot: CentOS 7: No package certbot available.

Created on 7 Jul 2016  ·  3Comments  ·  Source: certbot/certbot

I'm having a little trouble installing certbot on CentOS 7 -- I've run sudo yum install epel-release:

[centos@jump-1 ~]$ sudo yum install epel-release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.solarvps.com
 * epel: mirror.us.leaseweb.net
 * extras: mirrors.lga7.us.voxel.net
 * updates: mirror.datto.com
Package epel-release-7-6.noarch already installed and latest version
Nothing to do

but sudo yum install certbot comes up:

[centos@jump-1 ~]$ sudo yum install certbot
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.solarvps.com
 * epel: mirror.symnds.com
 * extras: mirrors.lga7.us.voxel.net
 * updates: mirrors.advancedhosters.com
No package certbot available.
Error: Nothing to do

What should I be trying?

fedora / redhat / CentOS

Most helpful comment

Thanks for pointing me in the right direction -- I apparently had a bad epel.repo in /etc/yum.repos.d -- I rmed it, removed epel-release, cleared the yum cache, and re-installed epel-release, and it works now.

All 3 comments

@hogarthj, any ideas?

It's in the repo...

https://dl.fedoraproject.org/pub/epel/7/x86_64/c/

Can you see any other epel packages?

You might want to try clearing the yum cache otherwise please run it with a high level debug and paste the output.

Thanks for pointing me in the right direction -- I apparently had a bad epel.repo in /etc/yum.repos.d -- I rmed it, removed epel-release, cleared the yum cache, and re-installed epel-release, and it works now.

Was this page helpful?
0 / 5 - 0 ratings