# udptunnel を Homebrew, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:udptunnel
```

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

### macOS

- Homebrew (100%):

```sh
brew install udptunnel
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install udptunnel
```

  証拠: Debian stable package indexes: udptunnel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#udptunnel
```

  証拠: nixpkgs package indexes: pkgs/by-name/ud/udptunnel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:udptunnel
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/udptunnel>
- **バージョン:** 1.1
- **ソース概要:** Tunnel UDP packets over a TCP connection
- **ホームページ:** <https://www.cs.columbia.edu/~lennox/udptunnel/>
- **上流ドキュメント:** <https://www.cs.columbia.edu/~lennox/udptunnel/>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz>
- **最終更新:** 2026-06-29T19:43:01-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- udptunnel (cli)
- udptunnel (エイリアス)

## ビルド依存関係

- autoconf
- automake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.1
- マネージャ更新日: 2026-06-29
- ローカルデータ: OK
- 上流リポジトリ: https://www.cs.columbia.edu/~lennox/udptunnel/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

UDPTunnel is a small Unix networking utility for carrying UDP packets over a TCP connection. Its own documentation describes the original motivation as letting multimedia conferences traverse firewalls that allowed only outgoing TCP.

### プロジェクトの歴史

Jonathan Lennox released UDPTunnel 1.0 in 1999 and version 1.1 in 2001. The 1.1 release was a relicensing and documentation update with no code changes, which helps explain why the package remains a compact, stable command-line tool rather than an actively evolving service.

### 採用の歴史

The official page documents portability to POSIX socket platforms and notes testing on Solaris, Linux, and FreeBSD. Its package-manager presence is mostly as a small compatibility tool for users who need the exact UDP-over-TCP behavior rather than a broader VPN or proxy stack.

### 使われ方

UDPTunnel runs in client or server mode and relays UDP after establishing a TCP connection. The documentation also calls out RTP mode for paired RTP/RTCP multimedia traffic and explains that multicast addresses can be tunneled with an explicit TTL.

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

For package nerds, UDPTunnel is the sort of tiny historical network utility that survives because it does one old Internet job plainly: build with autoconf, install one binary, and tunnel UDP-like conference traffic through restrictive TCP-only paths.

### タイムライン

- 1999-05-19: UDPTunnel 1.0 initial release.
- 2001-09-06: UDPTunnel 1.1 re-released under a BSD-style license with documentation updates and no code changes.

### Related projects

- The documentation frames UDPTunnel around RTP-style multimedia traffic and notes incorporated code by Henning Schulzrinne.

### ソース

- <https://www.cs.columbia.edu/~lennox/udptunnel/ documents the purpose, usage modes, platform notes, author, and 1999/2001 release history.>
- source_facts.package-manager lists Homebrew, Debian, Nix, and Ubuntu package names.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

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

- Debian apt - udptunnel - 1.1-12: normalized package name match | Debian stable package indexes: udptunnel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tunnel UDP packets over a TCP connection | http://www1.cs.columbia.edu/~lennox/udptunnel/
- Nix - udptunnel: normalized package name match | nixpkgs package indexes: pkgs/by-name/ud/udptunnel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - udptunnel - 1.1-10: normalized package name match | Ubuntu 24.04 LTS package indexes: udptunnel from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tunnel UDP packets over a TCP connection | http://www1.cs.columbia.edu/~lennox/udptunnel/


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [netcat](https://pkg.so/ja/brew/netcat/) - Shares pkgdb curated category or tags: cli, networking, tcp, udp.
- [tcptunnel](https://pkg.so/ja/brew/tcptunnel/) - Shares pkgdb curated category or tags: cli, networking, tcp, tunneling.
- [iperf3](https://pkg.so/ja/brew/iperf3/) - Shares pkgdb curated category or tags: cli, networking, tcp, udp.
- [socat](https://pkg.so/ja/brew/socat/) - Shares pkgdb curated category or tags: cli, networking, tcp.
- [v2ray](https://pkg.so/ja/brew/v2ray/) - Shares pkgdb curated category or tags: cli, networking, tunneling.
- [iperf](https://pkg.so/ja/brew/iperf/) - Shares pkgdb curated category or tags: cli, networking, tcp, udp.
- [connect](https://pkg.so/ja/brew/connect/) - Shares pkgdb curated category or tags: cli, networking, tunneling.
- [corkscrew](https://pkg.so/ja/brew/corkscrew/) - Shares pkgdb curated category or tags: cli, networking, tunneling.
- [dns2tcp](https://pkg.so/ja/brew/dns2tcp/) - Local package facts share a topical domain. Shared terms: cli, networking, over, tcp, tunnel.
- [ptunnel](https://pkg.so/ja/brew/ptunnel/) - Local package facts share a topical domain. Shared terms: cli, networking, over, tunnel, tunneling.

## Combined YAML source

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


## ソース

- 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
