Automic VaultAutomic Vault

brew

iputils を Homebrew, apk, dnf, Nix, pacman, zypper, apt, winget でインストール

iputils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install iputils

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add iputils

Alpine Linux edge package indexes · iputils · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install iputils

Fedora Rawhide package metadata · iputils · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#iputils

nixpkgs package indexes · iputils · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S iputils

Arch Linux sync databases · iputils · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install iputils

openSUSE Tumbleweed package metadata · iputils · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install iputils-arping

Debian stable package indexes · iputils-arping · ソース: deb.debian.org

Windows

Windows Package Manager確認済み · 92%
winget install --id WhoElse.Ping -e

Windows Package Manager source index · WhoElse.Ping · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Set of small useful utilities for Linux networking

コマンドとエイリアス

  • clockdiff
  • ping
  • tracepath

履歴

プロジェクトの歴史と使われ方

iputils is a compact Linux networking utility suite built around everyday diagnostic tools such as ping, arping, tracepath, and clockdiff. It packages the command-line instruments administrators reach for before heavier packet capture or routing-analysis tools.

プロジェクトの歴史

The iputils README traces the project to Alexey Kuznetsov's 1999 releases, with a first downloadable release dated 1999-04-16 and later maintenance by Hideaki Yoshifuji from 2006 through 2015. The repository keeps that history visible in a dedicated History section rather than treating the tools as anonymous base-system commands.

The suite has been pruned over time. The README records removed tools such as ninfod, rarpd, rdisc, tftpd, and traceroute6, with replacements noted where appropriate. That pruning left the package focused on the small Linux network diagnostics that still fit its purpose.

採用の歴史

iputils is widely packaged because ping and its sibling tools are expected on Linux systems, rescue environments, containers, CI images, and network troubleshooting hosts. The Homebrew formula and the distribution package names in the source facts reflect how the same upstream is split differently by downstream package managers.

The package also carries portability expectations across Linux libc implementations. Its README explicitly lists glibc, uClibc-ng, and musl support, which matters for Alpine, embedded systems, and container-focused distributions.

使われ方

Users invoke iputils tools for reachability checks, round-trip timing, path MTU discovery, simple route-path inspection, ARP probing, and clock-difference checks. The package deliberately stays close to the network stack and avoids becoming a broad monitoring framework.

Development guidance in the README asks bug reporters to document kernel and distribution details and suggests network namespaces for tests, which reflects the package's tight coupling to Linux kernel behavior.

パッケージ好きにとっての重要性

iputils is package-nerd important because it turns 'ping' from a generic command expectation into a concrete upstream with release history, removed-program policy, libc support, and distribution-specific splits.

It is also a reminder that base utilities are not static: even tiny networking commands accumulate kernel compatibility, privilege-model, translation, and test-environment concerns.

タイムライン

  • 1999: Alexey Kuznetsov's iputils release line begins.
  • 1999: First downloadable release listed as iputils-ss990417.
  • 2006: Hideaki Yoshifuji's release line begins.
  • 2015: Yoshifuji release line reaches s20151218.
  • 2021: Several obsolete tools are listed with their last release before removal.

Related projects

  • iputils overlaps historically with Linux iproute tooling, traceroute, mtr, tftp-hpa, dnsmasq, libc implementations, and the Linux kernel networking test surface.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:network

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
clockdiffcliグローバル実行可能ファイル
pingcliグローバル実行可能ファイル
tracepathcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版20250605
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/iputils/iputils

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/iputils/iputils信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:iputils
バージョン20250605
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/iputils
ホームページhttps://github.com/iputils/iputils
リポジトリhttps://github.com/iputils/iputils
上流ドキュメントhttps://github.com/iputils/iputils#readme
ライセンスGPL-2.0-or-later AND BSD-3-Clause
ソースアーカイブhttps://github.com/iputils/iputils/archive/refs/tags/20250605.tar.gz
依存関係libxslt
ビルド依存関係meson, ninja
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

iputils-arping 3:20240905-3

Tool to send ICMP echo requests to an ARP address

https://github.com/iputils/iputils/

sudo apt install iputils-arping
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 3 依存関係
  • normalized package name match
  • 一致条件: Iputils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: iputils-arping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

iputils-clockdiff 3:20240905-3

Measure the time difference between networked computers

https://github.com/iputils/iputils/

sudo apt install iputils-clockdiff
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 3 依存関係
  • normalized package name match
  • 一致条件: Iputils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: iputils-clockdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

iputils-ping 3:20240905-3

Tools to test the reachability of network hosts

https://github.com/iputils/iputils/

sudo apt install iputils-ping
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 3 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Iputils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: iputils-ping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

iputils-tracepath 3:20240905-3

Tools to trace the network path to a remote host

https://github.com/iputils/iputils/

sudo apt install iputils-tracepath
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Iputils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: iputils-tracepath from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

iputils

nix profile install nixpkgs#iputils
  • normalized package name match
  • 一致条件: Iputils
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: iputils from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

iputils-arping 3:20240117-1build1

Tool to send ICMP echo requests to an ARP address

https://github.com/iputils/iputils/

sudo apt install iputils-arping
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 3 依存関係
  • normalized package name match
  • 一致条件: Iputils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: iputils-arping from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

iputils-clockdiff 3:20240117-1build1

Measure the time difference between networked computers

https://github.com/iputils/iputils/

sudo apt install iputils-clockdiff
  • Section: universe/net
  • Architecture: amd64
  • Source Package: iputils
  • 2 依存関係
  • normalized package name match
  • 一致条件: Iputils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: iputils-clockdiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

iputils-ping 3:20240117-1build1

Tools to test the reachability of network hosts

https://github.com/iputils/iputils/

sudo apt install iputils-ping
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Iputils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: iputils-ping from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

iputils-tracepath 3:20240117-1build1

Tools to trace the network path to a remote host

https://github.com/iputils/iputils/

sudo apt install iputils-tracepath
  • Section: net
  • Architecture: amd64
  • Source Package: iputils
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Iputils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: iputils-tracepath from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

iputils 20250605-r2

IP Configuration Utilities

https://github.com/iputils/iputils/

sudo apk add iputils
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • 1 依存関係
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

iputils-arping 20250605-r2

IP Configuration Utilities (arping utility)

https://github.com/iputils/iputils/

sudo apk add iputils-arping
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils-arping from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

iputils-clockdiff 20250605-r2

IP Configuration Utilities (clockdiff utility)

https://github.com/iputils/iputils/

sudo apk add iputils-clockdiff
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils-clockdiff from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

iputils-doc 20250605-r2

IP Configuration Utilities (documentation)

https://github.com/iputils/iputils/

sudo apk add iputils-doc
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

iputils-ping 20250605-r2

IP Configuration Utilities (ping utility)

https://github.com/iputils/iputils/

sudo apk add iputils-ping
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils-ping from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

iputils-tracepath 20250605-r2

IP Configuration Utilities (tracepath utility)

https://github.com/iputils/iputils/

sudo apk add iputils-tracepath
  • License: BSD-3-Clause AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: iputils
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Iputils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: iputils-tracepath from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

iputils 20250605-2.fc44

Network monitoring tools including ping

https://github.com/iputils/iputils

sudo dnf install iputils
  • License: BSD-4-Clause-UC AND GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: iputils
  • 5 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Iputils
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: iputils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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