# Installer tcping avec Homebrew, chocolatey, MacPorts, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:tcping
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tcping
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tcping
```

  Preuve: MacPorts ports tree: net/tcping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- zypper (92%):

```sh
sudo zypper install tcping
```

  Preuve: openSUSE Tumbleweed package metadata: tcping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install tcping
```

  Preuve: Chocolatey community package catalog: tcping from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','synologydrive'

- Scoop (92%):

```sh
scoop install main/tcping
```

  Preuve: Scoop official bucket manifest trees: bucket/tcping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id EliFulkerson.tcping -e
```

  Preuve: Windows Package Manager source index: EliFulkerson.tcping from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:tcping
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/tcping>
- **Version:** 2.1.0
- **Résumé source:** TCP connect to the given IP/port combo
- **Page d'accueil:** <https://github.com/mkirchner/tcping>
- **Dépôt:** <https://github.com/mkirchner/tcping>
- **Licence:** MIT
- **Archive source:** <https://github.com/mkirchner/tcping/archive/refs/tags/2.1.0.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- tcping (cli)
- tcping (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.1.0
- données locales: OK
- dépôt amont: https://github.com/mkirchner/tcping
- dernière version détectée: 2.1.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

tcping is a small command-line utility that checks whether a host:port pair is reachable by attempting a TCP connection instead of sending ICMP echo packets.

### Historique du projet

The upstream manual page says tcping came to be in 2002 as a basic TCP connection checker and as a way to fail fast before running network commands with long timeouts on Solaris, AIX, and Linux.

The GitHub repository for Marc Kirchner's tcping was created in 2016. The manual notes that IPv6 support was added for version 2.0.0 in 2023, while AIX and Solaris support was dropped.

### Historique d'adoption

tcping's adoption is modest but package-manager-friendly: it is a single-purpose diagnostic CLI, available through Homebrew and several other package ecosystems in the input facts, for cases where ICMP ping is blocked or irrelevant.

### Modes d'utilisation

Users run tcping with a host and port, optionally selecting IPv4 or IPv6 and setting second or microsecond timeouts. Exit codes distinguish success, failure, timeout, and error, making it useful in scripts.

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

Package nerds care because tcping is the minimal network probe people reach for when netcat is too general and ping tests the wrong protocol. Its behavior is small enough to document in a manpage and stable enough to script.

### Chronologie

- 2002: tcping created for basic TCP connection checks and fast failure before long-timeout commands.
- 2016: mkirchner/tcping GitHub repository created.
- 2023: Version 2.0.0 added IPv6 support and dropped AIX and Solaris support.

### Related projects

- ping, nc/netcat, fping, and hping are related network reachability tools; tcping focuses specifically on TCP connect checks.

### Sources

- <https://api.github.com/repos/mkirchner/tcping>
- <https://github.com/mkirchner/tcping#readme>
- <https://raw.githubusercontent.com/mkirchner/tcping/master/README>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tcping
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- zypper - tcping - 2.8.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: tcping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A ping program for TCP ports | https://github.com/pouriyajamshidi/tcping
- MacPorts - tcping: normalized package name match | MacPorts ports tree: net/tcping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - tcping: normalized package name match | Chocolatey community package catalog: tcping from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','synologydrive'
- Scoop - main/tcping: normalized package name match | Scoop official bucket manifest trees: bucket/tcping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - EliFulkerson.tcping: normalized package name match | Windows Package Manager source index: EliFulkerson.tcping from https://cdn.winget.microsoft.com/cache/source.msix
- winget - pj.tcping: normalized package name match | Windows Package Manager source index: pj.tcping from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [iperf3](https://pkg.so/fr/brew/iperf3/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [socat](https://pkg.so/fr/brew/socat/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [mtr](https://pkg.so/fr/brew/mtr/) - Shares pkgdb curated category or tags: cli, networking, ping.
- [tor](https://pkg.so/fr/brew/tor/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [inetutils](https://pkg.so/fr/brew/inetutils/) - Shares pkgdb curated category or tags: cli, networking, ping.
- [netcat](https://pkg.so/fr/brew/netcat/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [haproxy](https://pkg.so/fr/brew/haproxy/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [iperf](https://pkg.so/fr/brew/iperf/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [easeprobe](https://pkg.so/fr/brew/easeprobe/) - Local package facts share a topical domain. Shared terms: check, cli, networking, tcp.
- [redir](https://pkg.so/fr/brew/redir/) - Local package facts share a topical domain. Shared terms: cli, networking, port, tcp.
- [tcpflow](https://pkg.so/fr/brew/tcpflow/) - Local package facts share a topical domain. Shared terms: cli, ip, networking, tcp.

## Combined YAML source

View the package source record on GitHub. [combined/tcping.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tcping.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
