# Installer bumpversion avec Homebrew, apt, dnf, apk, Nix, zypper

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

## installation

```sh
sudo av install brew:bumpversion
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bumpversion
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install bumpversion
```

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

- dnf (92%):

```sh
sudo dnf install bumpversion
```

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

- apk (92%):

```sh
sudo apk add bump2version
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#bump2version
```

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

- zypper (92%):

```sh
sudo zypper install python3-bump2version
```

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

## Faits du paquet

- **Clé du paquet:** brew:bumpversion
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.1
- **Résumé source:** Increase version numbers with SemVer terms
- **Page d'accueil:** <https://pypi.org/project/bumpversion/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bump2version (alias)
- bumpversion (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bumpversion. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Debian apt - bumpversion - 1.0.1-1.2: normalized package name match | Debian stable package indexes: bumpversion from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Version-bump your software with a single command | https://github.com/peritus/bumpversion
- Ubuntu apt - bumpversion - 1.0.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: bumpversion from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Version-bump your software with a single command | https://github.com/peritus/bumpversion
- dnf - bumpversion - 1.0.1-21.fc45: normalized package name match | Fedora Rawhide package metadata: bumpversion from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Version-bump your software with a single command | https://github.com/c4urself/bump2version
- Nix - bump2version: installed executable or alias match | nixpkgs package indexes: bump2version from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - bump2version - 1.0.1-r7: installed executable or alias match | Alpine Linux edge package indexes: bump2version from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Version-bump your software with a single command! | https://github.com/c4urself/bump2version
- apk - bump2version-pyc - 1.0.1-r7: installed executable or alias match | Alpine Linux edge package indexes: bump2version-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for bump2version | https://github.com/c4urself/bump2version
- zypper - python3-bump2version - 1.0.1-5.2: installed executable or alias match | openSUSE Tumbleweed package metadata: python3-bump2version from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Version-bump software with a single command | https://github.com/c4urself/bump2version


## Sources

- pkg.so package database
- external package-manager database matches
- cross-ecosystem install command graph
