# uhd を Homebrew, apk, apt, dnf, MacPorts, Nix, zypper でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

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