我正在尝试在rocky8 linux机器上安装inotify-tools.x86_64。我得到了以下错误。任何线索都非常感谢。
~yum安装inotify-tools.x86_64最后一次元数据过期检查: 1:09:43前在清华,2022年5月19日,04:50:55。不匹配参数: inotify-tools.x86_64错误:找不到匹配: inotify-tools.x86_64
我试图使用dnf命令来安装它,但是也导致了同样的错误。
我还试图通过从git克隆它来安装它,但是autogen和configure shell脚本没有在rocky8中运行。
发布于 2022-05-19 18:32:25
据我所见,inotify-tools是由epel-el-8包提供的。如果在/etc/yum.repos.d目录中启用了它,则应该能够通过dnf/yum包管理器进行安装。
我机器的输出..。
[factory@docker-tests ~]$ yum info inotify-tools.x86_64
Loaded plugins: product-id, remove-with-leaves, search-disabled-repos, subscription-manager
Repository rhel-7-server-rpms is listed more than once in the configuration
Repository epel-el-7 is listed more than once in the configuration
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Available Packages
Name : inotify-tools
Arch : x86_64
Version : 3.14
Release : 9.el7
Size : 51 k
Repo : epel-el-7
Summary : Command line utilities for inotify
URL : http://inotify-tools.sourceforge.net/
License : GPLv2
Description : inotify-tools is a set of command-line programs for Linux providing
: a simple interface to inotify. These programs can be used to monitor
: and act upon filesystem events.https://stackoverflow.com/questions/72309232
复制相似问题