Automic VaultAutomic Vault

brew

alsa-lib mit Homebrew, apk, dnf, Nix, pacman, apt, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install alsa-lib

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add alsa-lib

Alpine Linux edge package indexes · alsa-lib · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install alsa-lib

Fedora Rawhide package metadata · alsa-lib · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#alsa-lib

nixpkgs package indexes · pkgs/by-name/al/alsa-lib/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S alsa-lib

Arch Linux sync databases · alsa-lib · Quelle: geo.mirror.pkgbuild.com

Debian aptverifiziert · 92%
sudo apt install libasound2-data

Debian stable package indexes · libasound2-data · Quelle: deb.debian.org

openSUSE zypperverifiziert · 92%
sudo zypper install libasound2

openSUSE Tumbleweed package metadata · libasound2 · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Provides audio and MIDI functionality to the Linux operating system

Verlauf

Projektgeschichte und Nutzung

alsa-lib is the user-space C library for the Advanced Linux Sound Architecture, the Linux audio and MIDI stack normally abbreviated ALSA. It is the layer that lets applications talk to the ALSA kernel API through a stable library API, while adding higher-level helpers, plugin support, and configuration machinery that would be awkward for each application to implement directly.

Projektgeschichte

The ALSA project was founded by Jaroslav Kysela and grew around the goal of replacing and extending the older Open Sound System model on Linux. Official ALSA documentation describes ALSA as providing audio and MIDI functionality for Linux, with modular drivers, SMP/thread-safe design, OSS compatibility, and a user-space library named alsa-lib to simplify application programming.

alsa-lib became one of the core split-out ALSA components alongside the kernel driver code, alsa-utils, alsa-tools, and later configuration packages such as alsa-ucm-conf. The official library reference credits Jaroslav Kysela, Abramo Bagnara, Takashi Iwai, and Frank van de Pol as authors and describes the library API as the preferred interface for application programmers rather than using the kernel API directly.

Adoptionsgeschichte

The ALSA introduction notes that ALSA driver code was included in Linux 2.6, which made the ALSA stack the default assumption for most Linux desktop, embedded, and pro-audio packaging. As a result, alsa-lib became a dependency that package maintainers encounter indirectly through audio applications, desktop environments, media players, sound servers, MIDI tools, and compatibility layers.

The library continues to be released as a separately versioned package. The ALSA project news and git history show coordinated alsa-lib releases with related ALSA components, including the 1.2.16 and 1.2.16.1 releases in June 2026.

Wie es verwendet wird

Developers use alsa-lib for PCM audio, mixer controls, sequencer, raw MIDI, timers, topology, and use-case manager APIs. End users usually meet it through configuration files rather than by invoking it directly: system defaults are loaded through alsa.conf and per-machine or per-user overrides are commonly placed in asound.conf or .asoundrc files.

The source configuration file loads system and user configuration snippets from locations such as /etc/asound.conf, ~/.asoundrc, and $XDG_CONFIG_HOME/alsa/asoundrc, which explains why distribution packaging and local audio troubleshooting often revolve around these paths.

Warum Paket-Nerds sich dafür interessieren

For package people, alsa-lib is plumbing with a very large reverse-dependency shadow. It is small enough to look like a library package, but central enough that ABI, plugin paths, default configuration, UCM data, and cross-distro path choices can affect whole desktops and audio stacks.

It also matters historically because it marks the Unix audio transition from OSS compatibility toward the ALSA model that PulseAudio, JACK bridges, PipeWire compatibility layers, and many direct audio applications have had to understand.

Zeitleiste

  • 2003: ALSA driver code is included in Linux 2.6.
  • 2018: The alsa-project/alsa-lib GitHub repository is created as an official source mirror/development surface.
  • 2026-06-01: ALSA releases alsa-lib 1.2.16 with related ALSA components.
  • 2026-06-12: ALSA releases alsa-lib 1.2.16.1.

Related projects

  • alsa-utils provides command-line tools such as aplay, arecord, alsamixer, and alsactl that sit beside alsa-lib in most distributions.
  • alsa-ucm-conf and alsa-topology-conf carry machine and DSP configuration data consumed through alsa-lib interfaces.
  • PipeWire, PulseAudio, JACK, media players, and many native Linux audio applications depend on ALSA compatibility or direct ALSA access.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:audio,server

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 2 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
/usr/share/alsa/alsa.conf/etc/asound.conf~/.asoundrc~/.config/alsa/asoundrc

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
aservercliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version1.2.16.1
Manager aktualisiert2026-06-14
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.alsa-project.org/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:alsa-lib
Version1.2.16.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/alsa-lib
Homepagehttps://www.alsa-project.org/
Repositoryhttps://github.com/alsa-project/alsa-lib
Upstream-Dokumentationhttps://www.alsa-project.org/alsa-doc/alsa-lib
LizenzLGPL-2.1-or-later AND GPL-2.0-or-later
Quellarchivhttps://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.16.1.tar.bz2
Zuletzt aktualisiert2026-06-14T23:50:54Z
Pulseupdated
Bottleverfügbar (auf arm64_linux, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namealsa-lib
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

libasound2-data 1.2.14-1

Configuration files and profiles for ALSA drivers

https://www.alsa-project.org/

sudo apt install libasound2-data
  • Section: libs
  • Architecture: all
  • Source Package: alsa-lib
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libasound2-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libasound2-dev 1.2.14-1

shared library for ALSA applications -- development files

https://www.alsa-project.org/

sudo apt install libasound2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: alsa-lib
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libasound2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libasound2-doc 1.2.14-1

documentation for user-space ALSA application programming

https://www.alsa-project.org/

sudo apt install libasound2-doc
  • Section: doc
  • Architecture: all
  • Source Package: alsa-lib
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libasound2-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libasound2-plugin-smixer 1.2.14-1

smixer plugin for ALSA library

https://www.alsa-project.org/

sudo apt install libasound2-plugin-smixer
  • Section: libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libasound2-plugin-smixer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libasound2t64 1.2.14-1

shared library for ALSA applications

https://www.alsa-project.org/

sudo apt install libasound2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libasound2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libatopology-dev 1.2.14-1

shared library for handling ALSA topology -- development files

https://www.alsa-project.org/

sudo apt install libatopology-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libatopology-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libatopology2t64 1.2.14-1

shared library for handling ALSA topology definitions

https://www.alsa-project.org/

sudo apt install libatopology2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libatopology2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

alsa-lib

nix profile install nixpkgs#alsa-lib
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/al/alsa-lib/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libasound2-data 1.2.11-1build2

Configuration files and profiles for ALSA drivers

https://www.alsa-project.org/

sudo apt install libasound2-data
  • Section: libs
  • Architecture: all
  • Source Package: alsa-lib
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libasound2-data from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libasound2-dev 1.2.11-1build2

shared library for ALSA applications -- development files

https://www.alsa-project.org/

sudo apt install libasound2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: alsa-lib
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libasound2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libasound2-doc 1.2.11-1build2

documentation for user-space ALSA application programming

https://www.alsa-project.org/

sudo apt install libasound2-doc
  • Section: libdevel
  • Architecture: all
  • Source Package: alsa-lib
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libasound2-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libasound2-plugin-smixer 1.2.11-1build2

smixer plugin for ALSA library

https://www.alsa-project.org/

sudo apt install libasound2-plugin-smixer
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libasound2-plugin-smixer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libasound2t64 1.2.11-1build2

shared library for ALSA applications

https://www.alsa-project.org/

sudo apt install libasound2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libasound2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libatopology-dev 1.2.11-1build2

shared library for handling ALSA topology -- development files

https://www.alsa-project.org/

sudo apt install libatopology-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libatopology-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libatopology2t64 1.2.11-1build2

shared library for handling ALSA topology definitions

https://www.alsa-project.org/

sudo apt install libatopology2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: alsa-lib
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libatopology2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

alsa-lib 1.2.15.3-r0

Advanced Linux Sound Architecture (ALSA) library

https://alsa-project.org/

sudo apk add alsa-lib
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: alsa-lib
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Alsa Lib
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: alsa-lib from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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