# 使用 Homebrew, apt, Nix 安装 udptunnel

查看 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
- **版本:** 1.1
- **来源摘要:** Tunnel UDP packets over a TCP connection
- **主页:** <https://www.cs.columbia.edu/~lennox/udptunnel/>
- **最后更新:** 2026-06-29T19:43:01-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- udptunnel (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.1
## 项目历史与用法

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

## 其他软件包管理器记录

- 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/


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
