Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install udunits

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install udunits

MacPorts ports tree · science/udunits/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add udunits

Alpine Linux edge package indexes · udunits · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#udunits

nixpkgs package indexes · pkgs/by-name/ud/udunits/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install libudunits2-0

Debian stable package indexes · libudunits2-0 · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install udunits-compat

openSUSE Tumbleweed package metadata · udunits-compat · ソース: download.opensuse.org

Fedora dnf確認済み · 92%
sudo dnf install udunits2

Fedora Rawhide package metadata · udunits2 · ソース: dl.fedoraproject.org

概要

パッケージ概要

Unidata unit conversion library

コマンドとエイリアス

  • udunits2

履歴

プロジェクトの歴史と使われ方

UDUNITS is NSF Unidata's package for representing, manipulating, and converting units of physical quantities. It matters in package-manager culture because it is both a C library and a small command-line utility, so higher-level scientific packages can depend on it without each carrying its own unit database.

プロジェクトの歴史

The current UDUNITS-2 line replaced the original UDUNITS-1 implementation while preserving broad compatibility. The official manual describes UDUNITS-2 as a C library, the `udunits2` unit-definition and conversion utility, and an extensive XML database of units.

UDUNITS-2 changed the older package in several concrete ways: non-ASCII unit strings, logarithmic units, persistent value converters, a revised API, and an XML unit database with import support. The manual also notes that a version 1 C API is included for backward compatibility, making it a transition package as well as a new implementation.

The changelog shows the project continuing through many 2.1 and 2.2 releases, with work on the command-line utility, Windows and CMake builds, unit database corrections, timestamp parsing, and portability fixes. Version 2.2.28 was published in December 2020 with documentation and release-engineering changes.

採用の歴史

UDUNITS is part of the broader Unidata scientific software ecosystem, alongside tools such as netCDF. Its adoption pattern is typical of scientific infrastructure packages: it is rarely the end-user application, but it becomes a dependency below weather, climate, geoscience, and data-processing software that need consistent physical-unit parsing and conversion.

The package-manager metadata in this batch shows the same infrastructure role across Unix-like ecosystems: Homebrew ships `udunits`, Debian and Ubuntu expose `libudunits2-0`, Fedora uses `udunits2`, and MacPorts and Nix also package it. That spread reflects a library that downstream scientific stacks expect to find from the system package manager.

使われ方

Library users call UDUNITS to parse unit strings, obtain binary unit representations, manipulate units arithmetically, and build converters between compatible units. Command-line users use `udunits2` to inspect unit definitions and convert numeric values.

The XML unit database is a central usage point. The official documentation lists separate XML files for SI prefixes, SI base and derived units, SI-accepted units, and common non-SI units, and explains that the database is user-extensible.

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

UDUNITS is a classic scientific packaging dependency: small on the command line, important in ABI/API terms, and easy to overlook until a build of a larger scientific tool fails because unit parsing is missing. Its value to package nerds is that it externalizes a shared, curated unit database and conversion library instead of duplicating unit logic in every project.

The package is also interesting because it straddles eras. It keeps compatibility with older UDUNITS-1 users while presenting a UDUNITS-2 API and XML database, so distribution maintainers care about headers, shared-library paths, data-file locations, and versioned downstream expectations.

タイムライン

  • 2009: UDUNITS-2 2.1.0 added a UDUNITS-1 compatibility API inside the new library.
  • 2011: The official GitHub repository was created.
  • 2014: UDUNITS-2 2.2.x development focused on documentation, CMake, Windows support, and unit database fixes.
  • 2020-12-28: UDUNITS 2.2.28 was published.

Related projects

  • UDUNITS is published by NSF Unidata/UCAR and sits near other Unidata tools such as netCDF in scientific data workflows.
  • The original UDUNITS-1 package is directly related: UDUNITS-2 documents both differences from UDUNITS-1 and a compatibility C API.

ソース

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
udunits2cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版2.2.28
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://docs.unidata.ucar.edu/udunits/current/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:udunits
バージョン2.2.28
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/udunits
ホームページhttps://docs.unidata.ucar.edu/udunits/current/
リポジトリhttps://github.com/Unidata/UDUNITS-2
上流ドキュメントhttps://docs.unidata.ucar.edu/udunits/current
ライセンスUCAR
ソースアーカイブhttps://downloads.unidata.ucar.edu/udunits/2.2.28/udunits-2.2.28.tar.gz
ビルド依存関係texinfo
macOS 提供ライブラリexpat
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameudunits
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libudunits2-0 2.2.28-7

Library for handling of units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-0
  • Section: libs
  • Architecture: amd64
  • Source Package: udunits
  • 3 依存関係
  • normalized package name match
  • 一致条件: Udunits
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libudunits2-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libudunits2-data 2.2.28-7

Data for handling of units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-data
  • Section: utils
  • Architecture: all
  • Source Package: udunits
  • normalized package name match
  • 一致条件: Udunits
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libudunits2-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libudunits2-dev 2.2.28-7

Development files for the libunits physical units package

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: udunits
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Udunits
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libudunits2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

udunits-bin 2.2.28-7

Utility for handling units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install udunits-bin
  • Section: utils
  • Architecture: amd64
  • Source Package: udunits
  • normalized package name match
  • 一致条件: Udunits
Debian stable package indexes · deb.debian.org · Debian stable package indexes: udunits-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

udunits

nix profile install nixpkgs#udunits
  • normalized package name match
  • 一致条件: Udunits
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ud/udunits/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libudunits2-0 2.2.28-7build1

Library for handling of units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: udunits
  • 3 依存関係
  • normalized package name match
  • 一致条件: Udunits
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libudunits2-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libudunits2-data 2.2.28-7build1

Data for handling of units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-data
  • Section: universe/utils
  • Architecture: all
  • Source Package: udunits
  • normalized package name match
  • 一致条件: Udunits
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libudunits2-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libudunits2-dev 2.2.28-7build1

Development files for the libunits physical units package

https://www.unidata.ucar.edu/software/udunits/

sudo apt install libudunits2-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: udunits
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Udunits
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libudunits2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

udunits-bin 2.2.28-7build1

Utility for handling units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apt install udunits-bin
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: udunits
  • normalized package name match
  • 一致条件: Udunits
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: udunits-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

udunits 2.2.28-r0

Library for handling of units of physical quantities

https://www.unidata.ucar.edu/software/udunits/

sudo apk add udunits
  • License: UCAR
  • Architecture: x86_64
  • Source Package: udunits
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Udunits
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: udunits from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

udunits-dev 2.2.28-r0

Library for handling of units of physical quantities (development files)

https://www.unidata.ucar.edu/software/udunits/

sudo apk add udunits-dev
  • License: UCAR
  • Architecture: x86_64
  • Source Package: udunits
  • 1 依存関係
  • normalized package name match
  • 一致条件: Udunits
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: udunits-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

udunits-doc 2.2.28-r0

Library for handling of units of physical quantities (documentation)

https://www.unidata.ucar.edu/software/udunits/

sudo apk add udunits-doc
  • License: UCAR
  • Architecture: x86_64
  • Source Package: udunits
  • 1 依存関係
  • normalized package name match
  • 一致条件: Udunits
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: udunits-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

udunits-compat 2.2.28-2.5

Udunits2 compatibility layer for udunits v1 API

https://www.unidata.ucar.edu/software/udunits/

sudo zypper install udunits-compat
  • License: MIT
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: udunits2
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Udunits
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: udunits-compat from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

udunits

sudo port install udunits
  • normalized package name match
  • 一致条件: Udunits
MacPorts ports tree · api.github.com · MacPorts ports tree: science/udunits/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
MacPorts94%

udunits2

sudo port install udunits2
  • installed executable or alias match
  • 一致条件: Udunits2
MacPorts ports tree · api.github.com · MacPorts ports tree: science/udunits2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
dnf92%

udunits2 2.2.28-13.fc44

A library for manipulating units of physical quantities

http://www.unidata.ucar.edu/software/udunits/

sudo dnf install udunits2
  • License: UCAR
  • Category: Unspecified
  • Architecture: i686
  • Source Package: udunits2
  • 4 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Udunits2
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: udunits2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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