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

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

## installation

```sh
sudo av install brew:shellcheck
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install shellcheck
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install shellcheck
```

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

### Linux

- apk (92%):

```sh
sudo apk add shellcheck
```

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

- Debian apt (92%):

```sh
sudo apt install shellcheck
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#shellcheck
```

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

- pacman (92%):

```sh
sudo pacman -S shellcheck
```

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

- dnf (92%):

```sh
sudo dnf install ShellCheck
```

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

- zypper (92%):

```sh
sudo zypper install ShellCheck
```

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

### Windows

- Chocolatey (92%):

```sh
choco install shellcheck
```

  Preuve: Chocolatey community package catalog: shellcheck from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','selenium-chrome-driver'

- Scoop (92%):

```sh
scoop install main/shellcheck
```

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

- winget (92%):

```sh
winget install --id koalaman.shellcheck -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:shellcheck
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.0
- **Résumé source:** Static analysis and lint tool, for (ba)sh scripts
- **Page d'accueil:** <https://www.shellcheck.net/>
- **Dépôt:** <https://github.com/koalaman/shellcheck>
- **Dernière mise à jour:** 2026-07-22T15:29:11Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- shellcheck (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.11.0

## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal


## 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: .shellcheckrc, shellcheckrc, ~/.shellcheckrc, ~/.config/shellcheckrc
- Windows: .shellcheckrc, shellcheckrc, %APPDATA%/shellcheckrc
## Autres enregistrements de gestionnaires de paquets

- Debian apt - shellcheck - 0.10.0-1: normalized package name match | Debian stable package indexes: shellcheck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lint tool for shell scripts | https://www.shellcheck.net/
- Nix - shellcheck: normalized package name match | nixpkgs package indexes: shellcheck from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - shellcheck - 0.9.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: shellcheck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lint tool for shell scripts | https://www.shellcheck.net/
- apk - shellcheck - 0.11.0-r2: normalized package name match | Alpine Linux edge package indexes: shellcheck from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | a static analysis tool for shell scripts | https://github.com/koalaman/shellcheck
- apk - shellcheck-doc - 0.11.0-r2: normalized package name match | Alpine Linux edge package indexes: shellcheck-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | a static analysis tool for shell scripts (documentation) | https://github.com/koalaman/shellcheck
- dnf - ShellCheck - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ShellCheck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Shell script analysis tool | https://www.shellcheck.net/
- dnf - ghc-ShellCheck - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell ShellCheck library | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-devel - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell ShellCheck library development files | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-doc - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell ShellCheck library documentation | https://www.shellcheck.net/
- dnf - ghc-ShellCheck-prof - 0.11.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ShellCheck-prof from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Haskell ShellCheck profiling library | https://www.shellcheck.net/
- pacman - shellcheck - 0.11.0-130: normalized package name match | Arch Linux sync databases: shellcheck from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Shell script analysis tool | https://www.shellcheck.net
- zypper - ShellCheck - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ShellCheck from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shell script analysis tool | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-devel - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library development files | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-doc - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck library documentation | https://hackage.haskell.org/package/ShellCheck
- zypper - ghc-ShellCheck-prof - 0.11.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghc-ShellCheck-prof from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Haskell ShellCheck profiling library | https://hackage.haskell.org/package/ShellCheck


## Combined YAML source

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


## Sources

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