# Installer liboil avec Homebrew, dnf, MacPorts, Nix, zypper

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

## installation

```sh
sudo av install brew:liboil
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install liboil
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install liboil
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install liboil
```

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

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

- zypper (92%):

```sh
sudo zypper install liboil-0_3-0
```

  Preuve: openSUSE Tumbleweed package metadata: liboil-0_3-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:liboil
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/liboil>
- **Version:** 0.3.17
- **Résumé source:** C library of simple functions optimized for various CPUs
- **Page d'accueil:** <https://wiki.freedesktop.org/liboil/>
- **Dépôt:** <https://cgit.freedesktop.org/liboil>
- **Docs amont:** <https://wiki.freedesktop.org/liboil>
- **Licence:** BSD-2-Clause AND BSD-3-Clause
- **Archive source:** <https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- oil-bugreport (cli)
- oil-bugreport (alias)

## Dépendances de compilation

- autoconf
- automake
- gtk-doc
- libtool
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.3.17
- données locales: OK
- dépôt amont: https://wiki.freedesktop.org/liboil/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

liboil, the Library of Optimized Inner Loops, is a freedesktop.org-era C library of simple CPU-optimized routines. It collected small loops such as array conversion, multiplication, summing, and other SIMD-friendly operations behind a reusable API.

### Historique du projet

The project documentation describes liboil as a library of simple functions optimized for CPUs using techniques such as Altivec, MMX, and SSE. Its goal was to consolidate optimized inner-loop code that multimedia applications and libraries often carried privately.

The freedesktop.org download directory shows a compact release line from 0.2.0 and 0.3.x in 2005 through 0.3.17 in February 2010. After that period, Orc, the Oil Runtime Compiler, became the successor project for generating and executing SIMD-style inner loops.

### Historique d'adoption

liboil mattered most in the multimedia and desktop stack, where many packages needed fast pixel, audio, or numeric loops but did not want to maintain architecture-specific assembly in every project.

Its package-manager life continued after active upstream development because older software still linked against liboil, while newer software increasingly moved to Orc or compiler/native SIMD approaches.

### Modes d'utilisation

Developers used liboil as a C library for optimized primitive operations. Package users mostly encountered it indirectly as a dependency, with oil-bugreport available as a diagnostic executable.

The library is relevant when building older multimedia stacks or software that still depends on the liboil API rather than Orc.

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

liboil is package-nerd interesting because it captures a transitional moment before widespread portable SIMD abstractions: projects wanted reusable CPU-specific inner loops, but compiler autovectorization and runtime SIMD libraries had not settled the problem.

Its replacement by Orc is also instructive. The successor moved from a collection of hand-optimized functions toward a small runtime compiler for array operations, which explains why liboil often remains only as a compatibility package.

### Chronologie

- 2005: freedesktop.org download directory records liboil 0.2.0, 0.2.1, 0.2.2, and the early 0.3.x series.
- 2006: freedesktop.org download directory records releases through liboil 0.3.10.
- 2008: freedesktop.org download directory records liboil 0.3.13, 0.3.14, and 0.3.15.
- 2010: freedesktop.org download directory records liboil 0.3.17.
- 2010s: Orc is documented as the successor to liboil.

### Related projects

- Orc, the Oil Runtime Compiler, is documented by its project as the successor to liboil.
- GStreamer is closely related through Orc stewardship and through the multimedia use cases that made optimized inner loops valuable.
- Altivec, MMX, SSE, NEON, and similar SIMD instruction families are the hardware context behind liboil and Orc.

### Sources

- <https://cgit.freedesktop.org/liboil>
- <https://formulae.brew.sh/formula/liboil>
- <https://github.com/GStreamer/orc>
- <https://gstreamer.freedesktop.org/modules/orc.html>
- <https://liboil.freedesktop.org/download/>
- <https://liboil.freedesktop.org/wiki/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** liboil
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - liboil: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/liboil/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - liboil - 0.3.16-38.fc44: normalized package name match | Fedora Rawhide package metadata: liboil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Library of Optimized Inner Loops, CPU optimized functions | http://liboil.freedesktop.org/
- dnf - liboil-devel - 0.3.16-38.fc44: normalized package name match | Fedora Rawhide package metadata: liboil-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files and static library for liboil | http://liboil.freedesktop.org/
- zypper - liboil-0_3-0 - 0.3.17-26.14: normalized package name match | openSUSE Tumbleweed package metadata: liboil-0_3-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Library of Optimized Inner Loops | http://liboil.freedesktop.org/wiki/
- zypper - liboil-devel - 0.3.17-26.14: normalized package name match | openSUSE Tumbleweed package metadata: liboil-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Headers for the library of Optimized Inner Loops | http://liboil.freedesktop.org/wiki/
- zypper - liboil-doc - 0.3.17-26.14: normalized package name match | openSUSE Tumbleweed package metadata: liboil-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Documentation for the library of Optimized Inner Loops | http://liboil.freedesktop.org/wiki/
- MacPorts - liboil: normalized package name match | MacPorts ports tree: devel/liboil/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [gtk-doc](https://www.automicvault.com/fr/pkg/brew/gtk-doc/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/fr/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [gcviewer](https://www.automicvault.com/fr/pkg/brew/gcviewer/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [httpstat](https://www.automicvault.com/fr/pkg/brew/httpstat/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [jhiccup](https://www.automicvault.com/fr/pkg/brew/jhiccup/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [tracy](https://www.automicvault.com/fr/pkg/brew/tracy/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [ali](https://www.automicvault.com/fr/pkg/brew/ali/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [apr](https://www.automicvault.com/fr/pkg/brew/apr/) - Shares av.db curated category or tags: c-library, cli, developer-tools.
- [apr-util](https://www.automicvault.com/fr/pkg/brew/apr-util/) - Shares av.db curated category or tags: c-library, cli, developer-tools.
- [async-profiler](https://www.automicvault.com/fr/pkg/brew/async-profiler/) - Shares av.db curated category or tags: cli, developer-tools, performance.

## Combined YAML source

View the package source record on GitHub. [combined/liboil.yml](https://github.com/automic-vault/db/blob/main/combined/liboil.yml)


## Sources

- 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
