Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, Nix, pacman, zypper, winget 安装 inotify-tools

查看 inotify-tools 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install inotify-tools

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add inotify-tools

Alpine Linux edge package indexes · inotify-tools · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install inotify-tools

Debian stable package indexes · inotify-tools · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install inotify-tools

Fedora Rawhide package metadata · inotify-tools · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#inotify-tools

nixpkgs package indexes · pkgs/by-name/in/inotify-tools/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S inotify-tools

Arch Linux sync databases · inotify-tools · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install inotify-tools

openSUSE Tumbleweed package metadata · inotify-tools · 来源: download.opensuse.org

Windows

Windows Package Manager已验证 · 92%
winget install --id thekid.inotifywait -e

Windows Package Manager source index · thekid.inotifywait · 来源: cdn.winget.microsoft.com

概览

软件包摘要

C library and command-line programs providing a simple interface to inotify

命令和别名

  • fsnotifywait
  • fsnotifywatch
  • inotifywait
  • inotifywatch

历史

项目历史与用法

inotify-tools is a Linux-focused package of command-line utilities and a C library that expose the kernel inotify interface to shell scripts. The README says its purpose is to let inotify features be used from scripts, while the man page describes `inotifywait` as an efficient way to wait for filesystem changes.

项目历史

The NEWS file records that inotify-tools began on 19 October 2005, close to the arrival of Linux inotify in the 2.6 kernel era. The project grew around `inotifywait`, `inotifywatch`, and `libinotifytools`, making filesystem event monitoring scriptable without each script needing to call kernel APIs directly.

The repository later added `fsnotifywait` and `fsnotifywatch` for fanotify-oriented workflows, and the README explicitly recommends enhancing the Rust version of the codebase over the older C/C++ version. That note captures an unusual maintenance transition for a long-lived Linux utility package.

采用历史

inotify-tools is broadly packaged across Linux distributions and developer package managers because it is a small, dependable building block for file watchers, deploy hooks, build scripts, sync scripts, and daemon glue. Homebrew metadata lists packages across Alpine, Debian, Fedora, Nix, Pacman, Ubuntu, WinGet, and openSUSE.

使用方式

The most common command is `inotifywait`, which waits for events on files or directories, exits after a single event by default, or streams events with `--monitor`. The man page documents recursive watching, event selection, CSV and custom output formatting, daemon mode, syslog output, and warnings about watch limits such as `/proc/sys/fs/inotify/max_user_watches`.

为什么软件包爱好者会关心

For package maintainers, inotify-tools is one of the canonical tiny Unix tools: it bridges a Linux-specific kernel facility into shell-friendly text output. Its presence in package indexes often enables other packages' test suites, file-reload scripts, and live-build tooling.

时间线

  • 2005: NEWS records inotify-tools begun.
  • 2005-2010s: `inotifywait`, `inotifywatch`, and `libinotifytools` become standard package-manager entries for Linux file-event scripting.
  • 2020s: Repository includes fanotify-facing `fsnotifywait` and `fsnotifywatch` alongside the inotify tools.
  • 2025: GitHub releases page lists release 4.25.9.0.

Related projects

  • Related technologies include Linux inotify, Linux fanotify, fsnotify, shell scripting, `watch`-style terminal tools, and higher-level file watcher packages that build on kernel event APIs.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 2 个平台目标。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
fsnotifywaitcli全局可执行文件
fsnotifywatchcli全局可执行文件
inotifywaitcli全局可执行文件
inotifywatchcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本4.25.9.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/inotify-tools/inotify-tools

安装元数据

软件包元数据

软件包键brew:inotify-tools
版本4.25.9.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/inotify-tools
主页https://github.com/inotify-tools/inotify-tools
仓库https://github.com/inotify-tools/inotify-tools
上游文档https://github.com/inotify-tools/inotify-tools#readme
许可证GPL-2.0-or-later
源码归档https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.25.9.0.tar.gz
构建依赖autoconf, automake, libtool
Bottle可用 (于 arm64_linux, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameinotify-tools
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

inotify-tools 4.23.9.0-2+b1

command-line programs providing a simple interface to inotify

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install inotify-tools
  • Section: misc
  • Architecture: amd64
  • Source Package: inotify-tools
  • 2 依赖
  • normalized package name match
  • 匹配方式:Inotify Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: inotify-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libinotifytools0 4.23.9.0-2+b1

utility wrapper around inotify

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install libinotifytools0
  • Section: libs
  • Architecture: amd64
  • Source Package: inotify-tools
  • 1 依赖
  • normalized package name match
  • 匹配方式:Inotify Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libinotifytools0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libinotifytools0-dev 4.23.9.0-2+b1

Development library and header files for libinotifytools0

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install libinotifytools0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: inotify-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libinotifytools0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

inotify-tools

nix profile install nixpkgs#inotify-tools
  • normalized package name match
  • 匹配方式:Inotify Tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/in/inotify-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

inotify-tools 3.22.6.0-4

command-line programs providing a simple interface to inotify

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install inotify-tools
  • Section: universe/misc
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Inotify Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: inotify-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libinotifytools0 3.22.6.0-4

utility wrapper around inotify

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install libinotifytools0
  • Section: universe/misc
  • Architecture: amd64
  • Source Package: inotify-tools
  • 1 依赖
  • normalized package name match
  • 匹配方式:Inotify Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libinotifytools0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libinotifytools0-dev 3.22.6.0-4

Development library and header files for libinotifytools0

https://github.com/rvoicilas/inotify-tools/wiki/

sudo apt install libinotifytools0-dev
  • Section: universe/misc
  • Architecture: amd64
  • Source Package: inotify-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libinotifytools0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

inotify-tools 4.23.9.0-r0

C library and CLI tools providing a simple interface to inotify

https://github.com/inotify-tools/inotify-tools

sudo apk add inotify-tools
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: inotify-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inotify-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

inotify-tools-dev 4.23.9.0-r0

C library and CLI tools providing a simple interface to inotify (development files)

https://github.com/inotify-tools/inotify-tools

sudo apk add inotify-tools-dev
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: inotify-tools
  • 1 依赖
  • normalized package name match
  • 匹配方式:Inotify Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inotify-tools-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

inotify-tools-doc 4.23.9.0-r0

C library and CLI tools providing a simple interface to inotify (documentation)

https://github.com/inotify-tools/inotify-tools

sudo apk add inotify-tools-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: inotify-tools
  • normalized package name match
  • 匹配方式:Inotify Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inotify-tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

inotify-tools-libs 4.23.9.0-r0

C library and CLI tools providing a simple interface to inotify (libraries)

https://github.com/inotify-tools/inotify-tools

sudo apk add inotify-tools-libs
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: inotify-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: inotify-tools-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

inotify-tools 4.23.9.0-6.fc44

Command line utilities for inotify

https://github.com/inotify-tools/inotify-tools

sudo dnf install inotify-tools
  • License: GPL-2.0-only AND GPL-2.0-only WITH Linux-syscall-note AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: inotify-tools
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: inotify-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

inotify-tools-devel 4.23.9.0-6.fc44

Headers and libraries for building apps that use libinotifytools

https://github.com/inotify-tools/inotify-tools

sudo dnf install inotify-tools-devel
  • License: GPL-2.0-only AND GPL-2.0-only WITH Linux-syscall-note AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: inotify-tools
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: inotify-tools-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

inotify-tools 4.25.9.0-1

inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.

https://github.com/inotify-tools/inotify-tools

sudo pacman -S inotify-tools
  • License: GPL
  • Architecture: x86_64
  • normalized package name match
  • 匹配方式:Inotify Tools
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: inotify-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

inotify-tools 4.25.9.0-1.3

Tools for inotify

https://github.com/inotify-tools/inotify-tools

sudo zypper install inotify-tools
  • License: GPL-2.0-only WITH Linux-syscall-note AND GPL-2.0-or-later
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: inotify-tools
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: inotify-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

inotify-tools-devel 4.25.9.0-1.3

Development files for inotify-tools

https://github.com/inotify-tools/inotify-tools

sudo zypper install inotify-tools-devel
  • License: GPL-2.0-only WITH Linux-syscall-note AND GPL-2.0-or-later
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: inotify-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Inotify Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: inotify-tools-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment