# Installer lv2 avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lv2 pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:lv2
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lv2
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lv2
```

  Preuve: MacPorts ports tree: audio/lv2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lv2
```

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

- dnf (92%):

```sh
sudo dnf install lv2
```

  Preuve: Fedora Rawhide package metadata: lv2 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#lv2
```

  Preuve: nixpkgs package indexes: pkgs/by-name/lv/lv2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lv2
```

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

- zypper (92%):

```sh
sudo zypper install lv2
```

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

- Debian apt (92%):

```sh
sudo apt install lv2-dev
```

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

## Faits du paquet

- **Clé du paquet:** brew:lv2
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.18.10
- **Résumé source:** Portable plugin standard for audio systems
- **Page d'accueil:** <https://lv2plug.in/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- lv2_validate (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.18.10
## Historique du projet et usages

LV2 is an extensible, open audio plugin standard. The project distributes C headers, Turtle metadata, specification bundles, documentation-generation tools, tests, and example plugins used by audio hosts and plugin developers.

### Historique du projet

The current LV2 source README carries copyright years beginning in 2010 for David Robillard and describes LV2 as a plugin standard with an extensible C API and self-contained bundle directories. The public GitLab repository was created in January 2019 and now serves as the official source repository linked from lv2plug.in.

The official site explains LV2 as a small core interface with extensions for advanced behavior. Its 'Why LV2?' page frames the design around a platform-agnostic free-software specification, expressive metadata, optional compatibility features, embeddable UIs, state, presets, logging, non-realtime worker methods, and extensibility.

### Historique d'adoption

LV2 adoption is strongest in Linux and free-software audio. The official projects page lists plugins, synths, effects, meters, hosts, and developer tools, including Ardour, Audacity, Carla, Jalv, Qtractor, REAPER, and Lilv-related tooling.

Package-manager adoption follows from the standard's role as infrastructure: distributions package LV2 headers and bundles so hosts and plugins can build against a shared specification. Homebrew packages it for macOS users who build or run LV2-capable audio software.

### Modes d'utilisation

Plugin authors use the LV2 headers, example plugins, and generated programming documentation as templates. Host authors commonly use Lilv, which the LV2 documentation names as the standard library for plugin discovery, inspection, and instantiation.

LV2 data is installed as bundles, commonly directories ending in `.lv2`. The filesystem hierarchy document defines default bundle locations such as `$HOME/.lv2` and `$PREFIX/lib/lv2` on Unix, macOS Audio Plug-Ins/LV2 directories, and `%APPDATA%/LV2` or `%COMMONPROGRAMFILES%/LV2` on Windows, discovered through `LV2_PATH`.

### Pourquoi les passionnés de paquets s'y intéressent

LV2 matters to package maintainers because it is a specification package that other packages compile against and discover at runtime. The package is small, but its installed headers, metadata bundles, validator, and search paths define whether large audio stacks interoperate.

### Chronologie

- 2010: Copyright start year recorded in the current LV2 README.
- 2014: v1.10.0 tag present in the official GitLab repository.
- 2019: Official GitLab project created.
- 2022: LV2 1.18.10 release published and shown on the specification site.

### Related projects

- Lilv is the standard LV2 host library recommended by the official developing guide.
- Jalv is a real-time JACK host used as a reference-style example.
- Ardour, Audacity, Carla, Qtractor, REAPER, and Zrythm are listed as LV2-capable hosts or projects.

### Sources

- <https://gitlab.com/api/v4/projects/lv2%2Flv2>
- <https://gitlab.com/api/v4/projects/lv2%2Flv2/releases?per_page=5>
- <https://gitlab.com/lv2/lv2>
- <https://gitlab.com/lv2/lv2/-/raw/main/README.md>
- <https://lv2plug.in/>
- <https://lv2plug.in/pages/developing.html>
- <https://lv2plug.in/pages/filesystem-hierarchy-standard.html>
- <https://lv2plug.in/pages/projects.html>
- <https://lv2plug.in/pages/why-lv2.html>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - lv2-dev - 1.18.10-2+b2: normalized package name match | Debian stable package indexes: lv2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LV2 audio plugin specification | https://lv2plug.in/
- Debian apt - lv2-examples - 1.18.10-2+b2: normalized package name match | Debian stable package indexes: lv2-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LV2 audio plugin specification (example plugins) | https://lv2plug.in/
- Nix - lv2: normalized package name match | nixpkgs package indexes: pkgs/by-name/lv/lv2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lv2-dev - 1.18.10-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lv2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LV2 audio plugin specification | https://lv2plug.in/
- Ubuntu apt - lv2-examples - 1.18.10-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lv2-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LV2 audio plugin specification (example plugins) | https://lv2plug.in/
- apk - lv2 - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins | https://lv2plug.in
- apk - lv2-dev - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins (development files) | https://lv2plug.in
- apk - lv2-specgen - 1.18.10-r1: normalized package name match | Alpine Linux edge package indexes: lv2-specgen from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | extensible open standard for audio plugins (python specgen) | https://lv2plug.in
- dnf - lv2 - 1.18.10-5.fc45: normalized package name match | Fedora Rawhide package metadata: lv2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-devel - 1.18.10-5.fc45: normalized package name match | Fedora Rawhide package metadata: lv2-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | API for the LV2 Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-doc - 1.18.10-5.fc45: normalized package name match | Fedora Rawhide package metadata: lv2-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for the LV2 Audio Plugin Standard | https://lv2plug.in
- dnf - lv2-example-plugins - 1.18.10-5.fc45: normalized package name match | Fedora Rawhide package metadata: lv2-example-plugins from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Examples of the LV2 Audio Plugin Standard | https://lv2plug.in
- pacman - lv2 - 1.18.10-2: normalized package name match | Arch Linux sync databases: lv2 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Plugin standard for audio systems | https://lv2plug.in/
- zypper - lv2 - 1.18.10-3.8: normalized package name match | openSUSE Tumbleweed package metadata: lv2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Plugin standard for audio systems | https://lv2plug.in/
- zypper - lv2-devel - 1.18.10-3.8: normalized package name match | openSUSE Tumbleweed package metadata: lv2-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for LV2 | https://lv2plug.in/
- zypper - lv2-docs - 1.18.10-3.8: normalized package name match | openSUSE Tumbleweed package metadata: lv2-docs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | LV2 documentation | https://lv2plug.in/


## Combined YAML source

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


## Sources

- 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
