# Installer sbcl avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:sbcl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sbcl
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sbcl
```

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

### Linux

- apk (92%):

```sh
sudo apk add sbcl
```

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

- Debian apt (92%):

```sh
sudo apt install sbcl
```

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

- dnf (92%):

```sh
sudo dnf install sbcl
```

  Preuve: Fedora Rawhide package metadata: sbcl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#sbcl
```

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

- pacman (92%):

```sh
sudo pacman -S sbcl
```

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

- zypper (92%):

```sh
sudo zypper install sbcl
```

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

### Windows

- Chocolatey (92%):

```sh
choco install sbcl
```

  Preuve: Chocolatey community package catalog: sbcl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.9775996','wingide101'

- Scoop (92%):

```sh
scoop install main/sbcl
```

  Preuve: Scoop official bucket manifest trees: bucket/sbcl.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id SBCL.SBCL -e
```

  Preuve: Windows Package Manager source index: SBCL.SBCL from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:sbcl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/sbcl>
- **Version:** 2.6.7
- **Résumé source:** Steel Bank Common Lisp system
- **Page d'accueil:** <https://www.sbcl.org/>
- **Docs amont:** <https://www.sbcl.org/>
- **Licence:** LicenseRef-Homebrew-public-domain AND MIT AND Xerox AND BSD-3-Clause
- **Archive source:** <https://downloads.sourceforge.net/project/sbcl/sbcl/2.6.7/sbcl-2.6.7-source.tar.bz2>
- **Dernière mise à jour:** 2026-07-30T04:00:34Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- sbcl (cli)
- sbcl (alias)

## Dépendances

- zstd

## Dépendances de compilation

- ecl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.6.7
- gestionnaire mis à jour: 2026-07-30
- données locales: OK
- dépôt amont: https://www.sbcl.org/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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

- Unix: $SBCL_HOME/sbclrc, /etc/sbclrc, ~/.sbclrc
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - sbcl - 2:2.5.2-1: normalized package name match | Debian stable package indexes: sbcl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Common Lisp compiler and development system | http://www.sbcl.org
- Debian apt - sbcl-doc - 2:2.5.2-1: normalized package name match | Debian stable package indexes: sbcl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for Steel Bank Common Lisp | http://www.sbcl.org
- Debian apt - sbcl-source - 2:2.5.2-1: normalized package name match | Debian stable package indexes: sbcl-source from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Source code files for SBCL | http://www.sbcl.org
- Nix - sbcl: normalized package name match | nixpkgs package indexes: sbcl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - sbcl - 2:2.2.9-1ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: sbcl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Common Lisp compiler and development system | http://www.sbcl.org
- Ubuntu apt - sbcl-doc - 2:2.2.9-1ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: sbcl-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for Steel Bank Common Lisp | http://www.sbcl.org
- Ubuntu apt - sbcl-source - 2:2.2.9-1ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: sbcl-source from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Source code files for SBCL | http://www.sbcl.org
- apk - sbcl - 2.6.7-r0: normalized package name match | Alpine Linux edge package indexes: sbcl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Steel Bank Common Lisp | https://www.sbcl.org/
- apk - sbcl-doc - 2.6.7-r0: normalized package name match | Alpine Linux edge package indexes: sbcl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Steel Bank Common Lisp (documentation) | https://www.sbcl.org/
- apk - sbcl-source - 2.6.7-r0: normalized package name match | Alpine Linux edge package indexes: sbcl-source from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | sbcl source code | https://www.sbcl.org/
- dnf - sbcl - 2.6.6-1.fc45: normalized package name match | Fedora Rawhide package metadata: sbcl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Steel Bank Common Lisp | https://sbcl.sourceforge.io/
- pacman - sbcl - 2.6.7-1: normalized package name match | Arch Linux sync databases: sbcl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Steel Bank Common Lisp | https://www.sbcl.org/
- zypper - sbcl - 2.6.7-1.1: normalized package name match | openSUSE Tumbleweed package metadata: sbcl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Steel Bank Common Lisp | http://www.sbcl.org/
- zypper - sbcl-bin - 2.6.7-1.1: normalized package name match | openSUSE Tumbleweed package metadata: sbcl-bin from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | The Steel Bank Common Lisp loader program | http://www.sbcl.org/
- MacPorts - sbcl: normalized package name match | MacPorts ports tree: lang/sbcl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - sbcl: normalized package name match | Chocolatey community package catalog: sbcl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.9775996','wingide101'


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zstd](https://pkg.so/fr/brew/zstd/) - Runtime dependency declared by Homebrew.
- [ecl](https://pkg.so/fr/brew/ecl/) - Build dependency declared by Homebrew.
- [maxima](https://pkg.so/fr/brew/maxima/) - Popular package that depends on this formula.
- [ocicl](https://pkg.so/fr/brew/ocicl/) - Popular package that depends on this formula.
- [fricas](https://pkg.so/fr/brew/fricas/) - Popular package that depends on this formula.
- [acl2](https://pkg.so/fr/brew/acl2/) - Popular package that depends on this formula.
- [buildapp](https://pkg.so/fr/brew/buildapp/) - Popular package that depends on this formula.
- [clozure-cl](https://pkg.so/fr/brew/clozure-cl/) - Shares pkgdb curated category or tags: cli, common-lisp, compiler, implementation, language-runtime.
- [abcl](https://pkg.so/fr/brew/abcl/) - Shares pkgdb curated category or tags: cli, common-lisp, compiler, language-runtime.
- [roswell](https://pkg.so/fr/brew/roswell/) - Shares pkgdb curated category or tags: cli, common-lisp, language-runtime.
- [openjdk](https://pkg.so/fr/brew/openjdk/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, runtime.
- [openjdk@17](https://pkg.so/fr/brew/openjdk-17/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, runtime.
- [openjdk@21](https://pkg.so/fr/brew/openjdk-21/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, runtime.
- [openjdk@11](https://pkg.so/fr/brew/openjdk-11/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, runtime.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
