我想为我的一个项目的 rockylinux 构建一个包:
https://github.com/eantoranz/gitmod
我能够为 ubuntu、debian 和 fedora 创建软件包,没有太多问题……只需安装软件包(包括开发软件包),构建即可。目前结果:
https://github.com/eantoranz/gitmod/releases/tag/v0.11
但我对 rockylinux 没有提供很多开箱即用的功能感到困惑(使用 rockylinux:9 docker 镜像):
# dnf search libgit2 fuse3 glib2 cunit
No matches found.
我应该启用哪些存储库来查看与这些搜索词相关的包?
如果某个软件包在 Fedora 中可用,但在标准 Rocky/Alma/Red Hat 中不可用,则可能需要启用 EPEL 存储库;这通常很简单