Назад | Перейти на главную страницу

Ошибка установки certbot на CentOS 8

Попытка установить certbot на CentOS 8 с помощью sudo dnf install certbot python3-certbot-nginx, как предлагается на веб-сайт certbot выходит из строя со следующей ошибкой

Error: 
 Problem 1: package python3-certbot-nginx-1.3.0-1.el8.noarch requires python3.6dist(certbot) >= 1.1.0, but none of the providers can be installed
  - package python3-certbot-nginx-1.3.0-1.el8.noarch requires python3-certbot >= 1.0.0, but none of the providers can be installed
  - conflicting requests
  - nothing provides python3-mock needed by python3-certbot-1.3.0-3.el8.noarch
  - nothing provides python3.6dist(mock) needed by python3-certbot-1.3.0-3.el8.noarch
 Problem 2: package certbot-1.3.0-3.el8.noarch requires python3-certbot = 1.3.0-3.el8, but none of the providers can be installed
  - conflicting requests
  - nothing provides python3-mock needed by python3-certbot-1.3.0-3.el8.noarch
  - nothing provides python3.6dist(mock) needed by python3-certbot-1.3.0-3.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Добавление --nobest к команде, как следует из последней строки ошибки, не сработало.

Epel-Release и python3 были установлены ранее.

Кто-нибудь может мне с этим помочь?

Вам необходимо включить репозиторий PowerTools, в котором хранятся необходимые зависимости:

sudo dnf config-manager --set-enabled PowerTools