# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, zypper 安装 uhd

查看 uhd 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:uhd
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install uhd
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install uhd
```

  证据: MacPorts ports tree: science/uhd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add uhd
```

  证据: Alpine Linux edge package indexes: uhd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install libuhd-dev
```

  证据: Debian stable package indexes: libuhd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install uhd
```

  证据: Fedora Rawhide package metadata: uhd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#uhd
```

  证据: nixpkgs package indexes: pkgs/by-name/uh/uhd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install libuhd4_10_0
```

  证据: openSUSE Tumbleweed package metadata: libuhd4_10_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:uhd
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/uhd>
- **版本:** 4.10.0.0
- **来源摘要:** Hardware driver for all USRP devices
- **主页:** <https://files.ettus.com/manual/>
- **仓库:** <https://github.com/EttusResearch/uhd>
- **上游文档:** <https://files.ettus.com/manual>
- **许可证:** GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND Apache-2.0
- **源码归档:** <https://github.com/EttusResearch/uhd/archive/refs/tags/v4.10.0.0.tar.gz>
- **最后更新:** 2026-05-07T13:23:05Z
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- uhd_adc_self_cal (cli)
- uhd_cal_rx_iq_balance (cli)
- uhd_cal_tx_dc_offset (cli)
- uhd_cal_tx_iq_balance (cli)
- uhd_config_info (cli)
- uhd_find_devices (cli)
- uhd_image_loader (cli)
- uhd_images_downloader (cli)
- uhd_usrp_probe (cli)
- usrp2_card_burner (cli)
- uhd_adc_self_cal (别名)
- uhd_cal_rx_iq_balance (别名)
- uhd_cal_tx_dc_offset (别名)
- uhd_cal_tx_iq_balance (别名)
- uhd_config_info (别名)
- uhd_find_devices (别名)
- uhd_image_loader (别名)
- uhd_images_downloader (别名)
- uhd_usrp_probe (别名)
- usrp2_card_burner (别名)

## 依赖

- boost
- libusb
- python@3.14

## 构建依赖

- cmake
- doxygen
- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 4.10.0.0
- 管理器更新时间: 2026-05-07
- 本地数据: OK
- 上游仓库: https://github.com/EttusResearch/uhd
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

UHD, the USRP Hardware Driver, is Ettus Research's free and open-source driver and API layer for Universal Software Radio Peripheral hardware.

### 项目历史

The official README describes UHD as the software driver and API for the USRP software-defined radio platform created and sold by Ettus Research. It supports Ettus Research USRP motherboards, daughterboards, and their combinations, making it the central host-side software layer for that hardware family.

The public GitHub repository was created in 2013 and contains host driver code, embedded module peripheral manager code, firmware, FPGA image sources, image packaging scripts, and debugging tools. The project therefore behaves like more than a typical CLI package: it is a driver, API, firmware/FPGA distribution, and hardware support tree.

Release metadata shows a long-lived 3.x-to-4.x line, with public 3.11/3.12 release-candidate and stable releases in 2018 and UHD 4.10.0.0 published in April 2026.

### 采用历史

UHD's adoption follows USRP hardware adoption in research labs, radio prototyping, telecom testbeds, and SDR developer environments. The README names common third-party application frameworks and toolkits that use UHD with USRP hardware, including GNU Radio, RFNoC out-of-tree blocks, NI LabVIEW, MATLAB/Simulink, REDHAWK, OpenBTS, Osmocom, srsRAN, and OpenAirInterface.

The supplied package data records UHD in Homebrew, MacPorts, Nix, Alpine, Debian, Ubuntu, Fedora/dnf, and openSUSE. That packaging matters because SDR users often need a reproducible host driver before higher-level GNU Radio or telecom stacks can see their radios.

### 使用方式

Package users commonly install UHD for command-line discovery, image loading, probing, calibration, and host API development. The Homebrew executables include uhd_find_devices, uhd_usrp_probe, uhd_image_loader, uhd_images_downloader, uhd_config_info, and several calibration utilities.

The official manual documents device setup and low-level operational behavior such as tuning, sample-rate constraints, overflow and underflow handling, threading, and device-family-specific configuration. In practice, UHD is both a user-facing diagnostic toolkit and the library dependency that unlocks USRP support for SDR applications.

### 为什么软件包爱好者会关心

UHD is significant to package maintainers because it sits at the boundary between package management and physical hardware. A working formula or distro package has to account for libraries, firmware/FPGA images, USB or network transport, command-line tools, and ABI expectations from SDR applications.

For users, installing UHD from a package manager is often the first test of whether a USRP setup is usable: device discovery and uhd_usrp_probe provide quick confirmation before moving into GNU Radio, RFNoC, or custom C++/Python applications.

### 时间线

- 2013: Public GitHub repository created.
- 2018: Public UHD 3.11 and 3.12 release metadata available on GitHub.
- 2026: UHD 4.10.0.0 release published.
- 2026: Official manual identified the documentation version as 4.10.0.0.

### Related projects

- The README names GNU Radio, RFNoC OOT Blocks, NI LabVIEW, MATLAB/Simulink, REDHAWK, OpenBTS, Osmocom, srsRAN, and OpenAirInterface as common UHD application frameworks or toolkits.
- UHD is tightly coupled to Ettus Research USRP hardware and to the firmware and FPGA image assets distributed with the project.

### 来源

- <https://api.github.com/repos/EttusResearch/uhd>
- <https://api.github.com/repos/EttusResearch/uhd/releases?per_page=5>
- <https://files.ettus.com/manual/>
- <https://files.ettus.com/manual/page_general.html>
- <https://github.com/EttusResearch/uhd>
- <https://raw.githubusercontent.com/EttusResearch/uhd/master/README.md>
- source_facts.executables
- source_facts.package-manager


## 安全说明

没有找到 uhd 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 源数据库详情

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

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

- Debian apt - libuhd-dev - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: libuhd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - headers | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - libuhd4.8.0 - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: libuhd4.8.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - library | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - libuhd4.8.0-dpdk - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: libuhd4.8.0-dpdk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - DPDK | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - libuhd4.8.0-dpdk-tests - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: libuhd4.8.0-dpdk-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - DPDK tests | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - python3-uhd - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: python3-uhd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - Python3 | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - uhd-doc - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: uhd-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - doc | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Debian apt - uhd-host - 4.8.0.0+ds1-2: normalized package name match | Debian stable package indexes: uhd-host from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | universal hardware driver for Ettus Research products - host apps | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Nix - uhd: normalized package name match | nixpkgs package indexes: pkgs/by-name/uh/uhd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libuhd-dev - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libuhd-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - headers | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - libuhd4.6.0-dpdk - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libuhd4.6.0-dpdk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - DPDK | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - libuhd4.6.0-dpdk-tests - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libuhd4.6.0-dpdk-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - DPDK tests | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - libuhd4.6.0t64 - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libuhd4.6.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - library | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - python3-uhd - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-uhd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - Python3 | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - uhd-doc - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: uhd-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - doc | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- Ubuntu apt - uhd-host - 4.6.0.0+ds1-5.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: uhd-host from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | universal hardware driver for Ettus Research products - host apps | https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/
- apk - uhd - 4.9.0.0-r2: normalized package name match | Alpine Linux edge package indexes: uhd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | USRP Hardware Driver | https://github.com/EttusResearch/uhd


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Documentation packages](https://www.automicvault.com/zh-hans/pkg/documentation-tools/) - Matched documentation, manual, or publishing metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [python@3.14](https://www.automicvault.com/zh-hans/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [doxygen](https://www.automicvault.com/zh-hans/pkg/brew/doxygen/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/zh-hans/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [gnuradio](https://www.automicvault.com/zh-hans/pkg/brew/gnuradio/) - Popular package that depends on this formula.
- [blink1](https://www.automicvault.com/zh-hans/pkg/brew/blink1/) - Shares av.db curated category or tags: cli, hardware, system.
- [cyme](https://www.automicvault.com/zh-hans/pkg/brew/cyme/) - Shares av.db curated category or tags: cli, hardware, system.
- [dcled](https://www.automicvault.com/zh-hans/pkg/brew/dcled/) - Shares av.db curated category or tags: cli, driver, hardware, system.
- [digitemp](https://www.automicvault.com/zh-hans/pkg/brew/digitemp/) - Shares av.db curated category or tags: cli, hardware, system.
- [flashrom](https://www.automicvault.com/zh-hans/pkg/brew/flashrom/) - Shares av.db curated category or tags: cli, hardware, system.
- [gammu](https://www.automicvault.com/zh-hans/pkg/brew/gammu/) - Shares av.db curated category or tags: cli, hardware, system.
- [gfxutil](https://www.automicvault.com/zh-hans/pkg/brew/gfxutil/) - Shares av.db curated category or tags: cli, hardware, system.
- [inxi](https://www.automicvault.com/zh-hans/pkg/brew/inxi/) - Shares av.db curated category or tags: cli, hardware, system.

## Combined YAML source

View the package source record on GitHub. [combined/uhd.yml](https://github.com/automic-vault/db/blob/main/combined/uhd.yml)


## 来源

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