我最近安装了CentOS流9,我发现我无法按照我可以在网上找到的任何指令使epel正常工作。CentOS 8/ CentOS流8的资源不起作用,CentOS 9流几乎没有任何资源。
我想安装epel,这样我就可以安装像ddclient
这样的软件包,但是我想不出来。通常我只会这样做:
dnf install epel-release
dnf config-manager --set-enabled powertools # I have also tried PowerTools
但我知道这个错误:
Error: No matching repo to modify: powertools.
我花了很多时间想得到epel,所以我的设置现在可能会被搞砸,但是下面是我目前安装的相关软件包和repos:
$ dnf list installed | grep -E 'centos|epel'
centos-gpg-keys.noarch 9.0-3.el9 @baseos
centos-logos.x86_64 90.4-1.el9 @AppStream
centos-logos-httpd.noarch 90.4-1.el9 @appstream
centos-stream-release.noarch 9.0-3.el9 @baseos
centos-stream-repos.noarch 9.0-3.el9 @baseos
epel-release.noarch 8-13.el8 @@commandline
$ dnf repolist
repo id repo name
Plex Plex
appstream CentOS Stream 9 - AppStream
baseos CentOS Stream 9 - BaseOS
任何帮助都将是非常感谢的,我几乎要擦拭和安装CentOS流8了。
谢谢!
发布于 2022-04-14 17:05:48
现在,powertools
被称为crb
(CodeReady Linux,或epel 9)。若要启用它,请运行
dnf config-manager --set-enabled crb
对于其他版本的epel,请查看来自软呢帽的文档。
发布于 2021-12-01 16:09:12
我认为这还不可能。我也试过,但失败了。我从官方的Fedora项目安装了epel-release
和epel-next-release
,但是我无法从EPEL安装更多的软件包。
好像还没有。我试图搜索多个网站,但没有找到任何解决方案。即使是在CentOS镜上,9流文件夹也完全丢失。
对我来说,唯一的解决方案是降级到CentOS流8。
https://unix.stackexchange.com/questions/678777
复制相似问题