# hamlib mit Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hamlib in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:hamlib
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install hamlib
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hamlib
```

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

### Linux

- apk (92%):

```sh
sudo apk add hamlib
```

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

- dnf (92%):

```sh
sudo dnf install hamlib
```

  Evidenz: Fedora Rawhide package metadata: hamlib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#hamlib
```

  Evidenz: nixpkgs package indexes: hamlib from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S hamlib
```

  Evidenz: Arch Linux sync databases: hamlib from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install hamlib
```

  Evidenz: openSUSE Tumbleweed package metadata: hamlib from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libhamlib++-dev
```

  Evidenz: Debian stable package indexes: libhamlib++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:hamlib
- **Paketmanager:** Homebrew
- **Version:** 4.7.2
- **Quellzusammenfassung:** Ham radio control libraries
- **Homepage:** <http://www.hamlib.org/>
- **Repository:** <https://github.com/hamlib/hamlib>
- **Zuletzt aktualisiert:** 2026-06-21T15:41:01Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ampctl (Alias)
- ampctld (Alias)
- rigctl (Alias)
- rigctlcom (Alias)
- rigctld (Alias)
- rigctlsync (Alias)
- rigctltcp (Alias)
- rigmem (Alias)
- rigsmtr (Alias)
- rigswr (Alias)
- rigtestlibusb (Alias)
- rigtestmcast (Alias)
- rigtestmcastrx (Alias)
- rotctl (Alias)
- rotctld (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 4.7.2
## Projektgeschichte und Nutzung

Hamlib is the long-running free-software control layer for amateur-radio rigs, rotators, and amplifiers. It matters because it gives radio applications a shared API and command set instead of forcing every logging, digital-mode, contest, or satellite tool to speak each device protocol directly.

### Projektgeschichte

Hamlib traces its copyright lineage to Frank Singleton, Stephane Fillod, and the Hamlib Group beginning in 2000. The official README describes the project goal as stable, flexible shared libraries for faster development of amateur-radio equipment-control applications.

The design grew around a generic library API and backend modules for specific devices. The README describes `libhamlib` as the generic API seen by application programs, with radio, rotator, and amplifier backends behind it. That backend model is the central historical choice: support for new hardware can be added without rewriting every client application.

The project has also accumulated command-line utilities and network daemons. Tools such as `rigctl`, `rotctl`, and `ampctl` expose direct shell control and testing, while `rigctld`, `rotctld`, and `ampctld` make the same command families available over TCP sockets for applications written in other languages or running on other machines.

### Adoptionsgeschichte

Hamlib became infrastructure rather than a single end-user program. The official README notes C++ support, bindings for Perl, Python, and TCL, and a network daemon usable by any language with sockets. That made it practical for GUI applications, scripts, and distributed station-control setups to share the same hardware backends.

Package-manager adoption reflects that infrastructure role. The input package facts list Hamlib in Homebrew, Alpine, Debian/Ubuntu, Fedora, MacPorts, Nix, Arch, and openSUSE-style packaging, which is the kind of broad Unix distribution footprint expected for a hardware-control library used by other amateur-radio software.

### Wie es verwendet wird

Users and developers most often meet Hamlib through the control utilities. `rigctl` can set or query radio state from the shell, `rotctl` controls antenna rotators, and the daemon variants let multiple clients speak to equipment through TCP ports. The dummy model gives developers a way to test behavior without physical radio hardware.

For application authors, the package provides a common API for equipment capabilities and state. The library abstracts differences among serial, USB-serial, Ethernet, Wi-Fi, Bluetooth, and similar control paths where devices present a command interface.

### Warum Paket-Nerds sich dafür interessieren

Hamlib is a classic package-nerd dependency: the executables are useful, but the real value is the shared ABI/API and the growing backend database. Distributions package it because many higher-level radio tools can depend on one control library instead of vendoring device protocols or requiring users to build hardware drivers from source.

It is also a packaging stress case. The project spans C libraries, command-line tools, daemon protocols, language bindings, release branches, and hardware-specific backends. Packagers care about Hamlib because an upgrade can unlock new equipment support, but major-version or command/API changes can affect client applications that link to the library or script against the utilities.

### Zeitleiste

- 2000: Copyright lineage begins with Frank Singleton, Stephane Fillod, and the Hamlib Group.
- 2001-2011: Copyright notices in utility manual pages identify Stephane Fillod's early long-term authorship period.
- 2002 onward: Hamlib Group contributor copyright appears in utility documentation.
- 2010s-2020s: The project continues as a shared library plus command utilities, daemon interfaces, bindings, release branches, and a GitHub-hosted master repository.

### Related projects

- Client applications commonly relate to Hamlib through the `rigctl`/`rotctl` utilities or the `rigctld`/`rotctld` network daemons. The project also relates to radio logging, digital-mode, satellite-tracking, and remote-station software that need standardized rig or rotator control.
- The project keeps a SourceForge presence for snapshots and backup distribution while the master repository is on GitHub.

### Quellen

- <https://formulae.brew.sh/formula/hamlib>
- <https://github.com/Hamlib/Hamlib>
- <https://github.com/Hamlib/Hamlib/wiki>
- <https://github.com/Hamlib/Hamlib/wiki/Network-Device-Control>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Debian apt - libhamlib++-dev - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development C++ library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - libhamlib++4t64 - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib++4t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time C++ library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - libhamlib-dev - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - libhamlib-doc - 4.6.2-1: normalized package name match | Debian stable package indexes: libhamlib-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for the hamlib radio control library | http://www.hamlib.org
- Debian apt - libhamlib-perl - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time perl library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - libhamlib-utils - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Utilities to support the hamlib radio control library | http://www.hamlib.org
- Debian apt - libhamlib4t64 - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: libhamlib4t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - lua-hamlib - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: lua-hamlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time Lua library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - python3-hamlib - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: python3-hamlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time Python3 library to control radio transceivers and receivers | http://www.hamlib.org
- Debian apt - tcl-hamlib - 4.6.2-1+b1: normalized package name match | Debian stable package indexes: tcl-hamlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Run-time Tcl library to control radio transceivers and receivers | http://www.hamlib.org
- Nix - hamlib: normalized package name match | nixpkgs package indexes: hamlib from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - libhamlib++-dev - 4.5.5-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhamlib++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development C++ library to control radio transceivers and receivers | https://sourceforge.net/projects/hamlib/
- Ubuntu apt - libhamlib++4t64 - 4.5.5-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhamlib++4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Run-time C++ library to control radio transceivers and receivers | https://sourceforge.net/projects/hamlib/
- Ubuntu apt - libhamlib-dev - 4.5.5-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhamlib-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development library to control radio transceivers and receivers | https://sourceforge.net/projects/hamlib/
- Ubuntu apt - libhamlib-doc - 4.5.5-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhamlib-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for the hamlib radio control library | https://sourceforge.net/projects/hamlib/
- Ubuntu apt - libhamlib-perl - 4.5.5-3.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libhamlib-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Run-time perl library to control radio transceivers and receivers | https://sourceforge.net/projects/hamlib/


## Combined YAML source

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


## Quellen

- 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
