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

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

## installation

```sh
sudo av install brew:podman
```

## Réponse sur la sécurité des agents

podman builds and runs containers with registry and host filesystem access.

- **Accès aux identifiants:** Reads registry credentials, build secrets, environment variables, and mounted files.
- **Modification distante:** Can push images and change container or pod state.
- **Risque de publication ou d'artéfact:** Can build and publish container images.
- **Contrôle recommandé:** Gate pushes, privileged runs, host mounts, and kube generation.
- **Conseils d'utilisation par les agents:** Allow local inspect/build with limited mounts; require approval for publish or privileged actions.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install podman
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install podman
```

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

### Linux

- apk (92%):

```sh
sudo apk add podman
```

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

- Debian apt (92%):

```sh
sudo apt install podman
```

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

- dnf (92%):

```sh
sudo dnf install podman
```

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

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

- pacman (92%):

```sh
sudo pacman -S podman
```

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

- zypper (92%):

```sh
sudo zypper install podman
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/podman
```

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

- winget (92%):

```sh
winget install --id RedHat.Podman -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:podman
- **Gestionnaire de paquets:** Homebrew
- **Version:** 6.0.2
- **Résumé source:** Tool for managing OCI containers and pods
- **Page d'accueil:** <https://podman.io/>
- **Dépôt:** <https://github.com/podman-container-tools/podman>
- **Dernière mise à jour:** 2026-07-22T08:08:47Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- podman (alias)
- podman-remote (alias)
- podmansh (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

## Notes de sécurité

container infrastructure.

- **Risque Geiger:** orange / élevé
- container infrastructure


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


## Credential files

- Unix: $XDG_RUNTIME_DIR/containers/auth.json, $XDG_CONFIG_HOME/containers/auth.json, ~/.config/containers/auth.json
## Autres enregistrements de gestionnaires de paquets

- Debian apt - podman - 5.4.2+ds1-2+b2: normalized package name match | Debian stable package indexes: podman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to manage containers and pods | https://github.com/containers/podman
- Debian apt - podman-docker - 5.4.2+ds1-2+b2: normalized package name match | Debian stable package indexes: podman-docker from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to manage containers and pods (Docker CLI) | https://github.com/containers/podman
- Debian apt - podman-remote - 5.4.2+ds1-2+b2: normalized package name match | Debian stable package indexes: podman-remote from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to manage containers and pods (remote CLI) | https://github.com/containers/podman
- Nix - podman: normalized package name match | nixpkgs package indexes: pkgs/by-name/po/podman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - podman - 4.9.3+ds1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: podman from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to manage containers and pods | https://github.com/containers/podman
- apk - podman - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple management tool for pods, containers and images | https://podman.io/
- apk - podman-bash-completion - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for podman | https://podman.io/
- apk - podman-doc - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple management tool for pods, containers and images (documentation) | https://podman.io/
- apk - podman-docker - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-docker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Emulate Docker CLI using Podman | https://podman.io/
- apk - podman-docker-doc - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-docker-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Emulate Docker CLI using Podman (documentation) | https://podman.io/
- apk - podman-docker-systemd - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-docker-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Emulate Docker CLI using Podman (systemd files) | https://podman.io/
- apk - podman-fish-completion - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for podman | https://podman.io/
- apk - podman-openrc - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple management tool for pods, containers and images (OpenRC init scripts) | https://podman.io/
- apk - podman-remote - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-remote from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Remote CLI for Podman | https://podman.io/
- apk - podman-systemd - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple management tool for pods, containers and images (systemd files) | https://podman.io/
- apk - podman-zsh-completion - 5.8.3-r1: normalized package name match | Alpine Linux edge package indexes: podman-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for podman | https://podman.io/


## Combined YAML source

View the package source record on GitHub. [combined/podman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/podman.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
- curated agent safety answer
