inotify 未安装在 rocky8 linux
inotify not installing in rocky8 linux
我正在尝试在 rocky8 linux 机器上安装 inotify-tools。x86_64。我收到以下错误。非常感谢任何线索
~yum 安装 inotify-tools。x86_64
上次元数据过期检查:1:09:43 前,2022 年 5 月 19 日星期四 04:50:55 下午 UTC。
参数不匹配:inotify-tools.x86_64
错误:无法找到匹配项:inotify-tools.x86_64
我尝试使用 dnf 命令安装它,但出现了同样的错误。
我也尝试通过从 git 克隆它来安装它,但是 autogen 和配置 shell 脚本在 rocky8 中不是 运行。
据我所知,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.
我正在尝试在 rocky8 linux 机器上安装 inotify-tools。x86_64。我收到以下错误。非常感谢任何线索
~yum 安装 inotify-tools。x86_64 上次元数据过期检查:1:09:43 前,2022 年 5 月 19 日星期四 04:50:55 下午 UTC。 参数不匹配:inotify-tools.x86_64 错误:无法找到匹配项:inotify-tools.x86_64
我尝试使用 dnf 命令安装它,但出现了同样的错误。
我也尝试通过从 git 克隆它来安装它,但是 autogen 和配置 shell 脚本在 rocky8 中不是 运行。
据我所知,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.