Automic VaultAutomic Vault

brew

Installer liboping avec Homebrew, apk, dnf, MacPorts, Nix, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de liboping pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install liboping

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install liboping

MacPorts ports tree · net/liboping/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add liboping

Alpine Linux edge package indexes · liboping · Source: dl-cdn.alpinelinux.org

Fedora dnfvérifié · 92%
sudo dnf install liboping

Fedora Rawhide package metadata · liboping · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#liboping

nixpkgs package indexes · pkgs/by-name/li/liboping/package.nix · Source: api.github.com

Debian aptvérifié · 92%
sudo apt install libnet-oping-perl

Debian stable package indexes · libnet-oping-perl · Source: deb.debian.org

openSUSE zyppervérifié · 92%
sudo zypper install liboping-devel

openSUSE Tumbleweed package metadata · liboping-devel · Source: download.opensuse.org

aperçu

Résumé du paquet

C library to generate ICMP echo requests

Commandes et alias

  • noping
  • oping

historique

Historique du projet et usages

liboping is Florian Forster's ANSI C library for sending ICMP echo requests to IPv4 and IPv6 hosts in parallel. It turns the basic idea behind ping into a reusable network-monitoring library and ships oping and noping as practical command-line examples.

Historique du projet

The noping.cc project page says liboping was inspired by ping, libping, and fping, but differs by pinging multiple hosts in parallel while handling IPv4 and IPv6 transparently. The design emphasized a small object-oriented C interface, simplicity, extensibility, and opaque internal data structures.

The homepage documents oping as a sample application like ping, ping6, and fping rolled into one. Starting with version 1.4.0, noping added an ncurses front end for live ping statistics and highlighting unusual round-trip times.

Historique d'adoption

liboping's adoption is concentrated in monitoring and operations tooling. It is useful when software needs repeated ping-style probes without forking ping for every host or reimplementing raw-socket handling.

The GitHub repository includes Perl bindings in the source package, which made the library accessible to monitoring scripts as well as C applications.

Modes d'utilisation

Developers use liboping to construct ping objects, add hosts, send probes, and iterate over results. The oping and noping binaries provide ready-made command-line interfaces for parallel ping checks.

The README documents the permissions issue that matters to packagers: raw sockets require elevated privileges, so Linux packages may use cap_net_raw while other Unix systems may need a setuid-root installation strategy.

Pourquoi les passionnés de paquets s'y intéressent

liboping is package-nerd interesting because it packages ICMP probing as a library instead of a shell loop around ping. That matters for monitoring systems, where process spawning and inconsistent ping implementations are exactly the sort of small overheads that become operational noise.

It also exposes the subtle packaging side of network utilities: the library itself is ordinary C, but the included binaries require careful capability or setuid handling to work for unprivileged users.

Chronologie

  • Pre-2017: liboping develops as octo's ping library with oping as the command-line sample application.
  • Version 1.4.0: noping is introduced as an ncurses front end for live ping statistics.
  • 2017: noping.cc documentation is built with copyright year 2017 and offers liboping 1.10.0 tarballs.
  • 2017: GitHub release page records release 1.10.0 on 2017-05-11.

Related projects

  • ping and ping6 are the traditional command-line tools whose behavior oping overlaps.
  • fping is named by the project page as an inspiration for parallel host probing.
  • Perl monitoring scripts are a related ecosystem because the source package includes Perl bindings.

posture de sécurité

Niveau de risque : vert

library-like package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • library-like package without higher-risk signals

Signaux

  • metadata:library-like

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 13 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
nopingcliexécutable global
opingcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire1.10.0
gestionnaire mis à jour2026-06-19
données localesOK
amontnot checked
dernière version détectéenon détecté

https://noping.cc/

  • infoRelease/tag comparison is only available for GitHub repositories.https://noping.cc/confiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:liboping
Version1.10.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/liboping
Page d'accueilhttps://noping.cc/
Dépôthttps://github.com/octo/liboping
Docs amonthttps://noping.cc/
LicenceLGPL-2.1-or-later
Archive sourcehttps://noping.cc/files/liboping-1.10.0.tar.bz2
Dernière mise à jour2026-06-19T12:32:38-07:00
Pulseupdated
Bibliothèques fournies par macOSncurses, perl
Bouteilledisponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsRun oping and noping sudo'ed in order to avoid the 'Operation not permitted'

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

libnet-oping-perl 1.10.0-1.21-5+b5

module for ICMP latency measurement

https://noping.cc

sudo apt install libnet-oping-perl
  • Section: perl
  • Architecture: amd64
  • Source Package: liboping
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnet-oping-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liboping-dev 1.10.0-5+b5

C/C++ library to generate ICMP ECHO_REQUESTs (development files)

https://noping.cc

sudo apt install liboping-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: liboping
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liboping-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

liboping0 1.10.0-5+b5

C/C++ library to generate ICMP ECHO_REQUESTs

https://noping.cc

sudo apt install liboping0
  • Section: libs
  • Architecture: amd64
  • Source Package: liboping
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Debian stable package indexes · deb.debian.org · Debian stable package indexes: liboping0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

oping 1.10.0-5+b5

sends ICMP_ECHO requests to network hosts

https://noping.cc

sudo apt install oping
  • Section: net
  • Architecture: amd64
  • Source Package: liboping
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Debian stable package indexes · deb.debian.org · Debian stable package indexes: oping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

liboping

nix profile install nixpkgs#liboping
  • normalized package name match
  • Correspondance par : Liboping
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/liboping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libnet-oping-perl 1.10.0-1.21-5build5

module for ICMP latency measurement

https://noping.cc

sudo apt install libnet-oping-perl
  • Section: universe/perl
  • Architecture: amd64
  • Source Package: liboping
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnet-oping-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

liboping-dev 1.10.0-5build5

C/C++ library to generate ICMP ECHO_REQUESTs (development files)

https://noping.cc

sudo apt install liboping-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: liboping
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liboping-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

liboping0 1.10.0-5build5

C/C++ library to generate ICMP ECHO_REQUESTs

https://noping.cc

sudo apt install liboping0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: liboping
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: liboping0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

oping 1.10.0-5build5

sends ICMP_ECHO requests to network hosts

https://noping.cc

sudo apt install oping
  • Section: universe/net
  • Architecture: amd64
  • Source Package: liboping
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Liboping
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: oping from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

liboping 1.10.0-r2

A C library to generate ICMP echo requests

http://verplant.org/liboping/

sudo apk add liboping
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: liboping
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Liboping
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liboping from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

liboping-dev 1.10.0-r2

A C library to generate ICMP echo requests (development files)

http://verplant.org/liboping/

sudo apk add liboping-dev
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: liboping
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Liboping
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liboping-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

liboping-doc 1.10.0-r2

A C library to generate ICMP echo requests (documentation)

http://verplant.org/liboping/

sudo apk add liboping-doc
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: liboping
  • normalized package name match
  • Correspondance par : Liboping
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liboping-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

liboping 1.10.0-36.fc44

A C library to generate ICMP echo requests

https://noping.cc/

sudo dnf install liboping
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: liboping
  • 8 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Liboping
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: liboping from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

liboping-devel 1.10.0-36.fc44

Development files for liboping

https://noping.cc/

sudo dnf install liboping-devel
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: liboping
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Liboping
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: liboping-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

liboping-devel 1.10.0-2.11

Multiple Host Ping Library that supports ICMPv4 and ICMPv6

https://verplant.org/liboping/

sudo zypper install liboping-devel
  • License: LGPL-2.1-only
  • Category: Development/Libraries/Other
  • Architecture: x86_64
  • Source Package: liboping
  • 2 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Liboping
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liboping-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

liboping0 1.10.0-2.11

Multiple Host Ping Library that supports ICMPv4 and ICMPv6

https://verplant.org/liboping/

sudo zypper install liboping0
  • License: LGPL-2.1-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: liboping
  • 2 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Liboping
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: liboping0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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