# Installer tox avec Homebrew, apt, dnf, pacman, zypper

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

## installation

```sh
sudo av install brew:tox
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tox
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install tox
```

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

- dnf (92%):

```sh
sudo dnf install tox
```

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

- pacman (92%):

```sh
sudo pacman -S toxcore
```

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

- zypper (92%):

```sh
sudo zypper install python313-tox
```

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

## Faits du paquet

- **Clé du paquet:** brew:tox
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.58.0
- **Résumé source:** Generic Python virtualenv management and test command-line tool
- **Page d'accueil:** <https://tox.wiki/en/latest/>
- **Dernière mise à jour:** 2026-07-22T17:13:26Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tox (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.58.0
## Historique du projet et usages

tox is a Python automation tool for creating isolated environments, installing a project under test, and running commands such as test suites, linters, and packaging checks across environment matrices.

### Historique du projet

The tox documentation describes modern tox as the second implementation of the project. The first implementation ran from version 0.5 through the 3.x series; version 4.0.0a1 began a complete rewrite, and the public 4.0.0 release followed in December 2022.

The project presents itself as part of a larger Python packaging and testing workflow alongside pytest and devpi. Its README emphasizes standardizing the packaging, testing, and release process, not merely launching test commands.

### Historique d'adoption

tox became common in Python package maintenance because it solved a recurring packaging problem: checking that a package builds and installs correctly under multiple Python versions, interpreters, dependency sets, and CI environments from one local configuration.

The Homebrew source facts show tox packaged not only for Homebrew but also for Debian, Ubuntu, Fedora/dnf, Arch/pacman, and openSUSE/zypper. That cross-distribution packaging mirrors its long-standing role as a default developer tool for Python maintainers.

### Modes d'utilisation

A typical tox project declares environments and commands in tox configuration, then runs `tox` locally or in CI. tox creates isolated virtual environments, installs dependencies and the package under test, and invokes the configured commands for each environment.

The current docs also document plugin extension points and companion plugins such as tox-uv, where tox remains the orchestration layer while another backend supplies environment creation or package installation behavior.

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

For package nerds, tox is one of the canonical Python packaging test tools: it turns the install-test cycle into a reproducible command, catches packaging mistakes before release, and lets maintainers run the same environment matrix locally that CI will run remotely.

Its importance is not just testing but package metadata hygiene. By forcing the package to install into clean environments before tests run, tox catches missing dependencies, broken build configuration, and environment assumptions that ordinary in-tree test runs can hide.

### Chronologie

- 2010: PyPI records tox 0.5, the start of the first numbered implementation line noted by the tox changelog.
- 2022: tox 4.0.0 released after the complete rewrite documented in the tox changelog.
- 2026: tox 4.x remains active, with the latest docs listing regular 4.5x releases and plugin/onboarding documentation.

### Related projects

- The tox README explicitly places tox alongside pytest and devpi in Python packaging and release workflows.
- tox-uv, tox-conda, and tox-docker are examples of ecosystem plugins that extend tox's environment runner or test orchestration model.

### Sources

- <https://github.com/tox-dev/tox#readme>
- <https://pypi.org/pypi/tox/json>
- <https://tox.wiki/en/latest/changelog.html>
- <https://tox.wiki/en/latest/config.html>
- source_facts.package-manager


## Notes de sécurité

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



## 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: tox.toml, pyproject.toml, tox.ini, setup.cfg
## Autres enregistrements de gestionnaires de paquets

- Debian apt - tox - 4.25.0-1: normalized package name match | Debian stable package indexes: tox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | virtualenv-based automation of test activities | https://tox.wiki/
- Ubuntu apt - tox - 4.13.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: tox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | virtualenv-based automation of test activities | https://tox.wiki/
- dnf - tox - 4.53.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: tox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Virtualenv-based automation of test activities | https://tox.readthedocs.io/
- pacman - toxcore - 1:0.2.22-2: normalized package name match | Arch Linux sync databases: toxcore from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Secure, configuration-free, P2P Skype replacement backend | https://tox.chat
- zypper - python313-tox - 4.34.1-1.6: normalized package name match | openSUSE Tumbleweed package metadata: python313-tox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Virtualenv-based automation of test activities | https://github.com/tox-dev/tox


## Combined YAML source

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


## Sources

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