# Installer python-yq avec Homebrew, zypper, Nix, apk, apt, dnf, MacPorts, scoop

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

## installation

```sh
sudo av install brew:python-yq
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install python-yq
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xq
```

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

### Linux

- zypper (92%):

```sh
sudo zypper install python313-yq
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#tomlq
```

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

- apk (92%):

```sh
sudo apk add xq
```

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

- Debian apt (92%):

```sh
sudo apt install xq
```

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

- dnf (92%):

```sh
sudo dnf install xq
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/xq
```

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

## Faits du paquet

- **Clé du paquet:** brew:python-yq
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/python-yq>
- **Version:** 4.1.2
- **Résumé source:** Command-line YAML and XML processor that wraps jq
- **Page d'accueil:** <https://kislyuk.github.io/yq/>
- **Dépôt:** <https://github.com/kislyuk/yq>
- **Docs amont:** <https://kislyuk.github.io/yq/>
- **Licence:** Apache-2.0
- **Archive source:** <https://files.pythonhosted.org/packages/58/24/1e43bea1cb58532658a6d5b51a5f1d45d21df50eb1d14d977eb6d3064dbb/yq-4.1.2.tar.gz>
- **Dernière mise à jour:** 2026-07-12T12:25:22-07:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- tomlq (cli)
- xq (cli)
- tomlq (alias)
- xq (alias)

## Dépendances

- libyaml
- python@3.14

## Bibliothèques fournies par macOS

- jq

## 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: 4.1.2
- gestionnaire mis à jour: 2026-07-12
- données locales: OK
- dépôt amont: https://kislyuk.github.io/yq/
- 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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** python-yq
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** xq, yq
- **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

- zypper - python313-yq - 3.4.3-1.9: normalized package name match | openSUSE Tumbleweed package metadata: python313-yq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command-line YAML processor - jq wrapper for YAML documents | https://github.com/kislyuk/yq
- zypper - python314-yq - 3.4.3-1.9: normalized package name match | openSUSE Tumbleweed package metadata: python314-yq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command-line YAML processor - jq wrapper for YAML documents | https://github.com/kislyuk/yq
- MacPorts - xq: installed executable or alias match | MacPorts ports tree: textproc/xq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - xq - 1.3.0-1+b6: installed executable or alias match | Debian stable package indexes: xq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line XML and HTML beautifier and content extractor | https://github.com/sibprogrammer/xq
- Nix - tomlq: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/to/tomlq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - xq: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/xq/xq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - xq - 1.0.0-2build1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: xq from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command line XML and HTML beautifier and content extractor | https://github.com/sibprogrammer/xq
- apk - xq - 1.3.0-r16: installed executable or alias match | Alpine Linux edge package indexes: xq from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Command-line XML and HTML beautifier and content extractor | https://github.com/sibprogrammer/xq
- apk - xq-doc - 1.3.0-r16: installed executable or alias match | Alpine Linux edge package indexes: xq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Command-line XML and HTML beautifier and content extractor (documentation) | https://github.com/sibprogrammer/xq
- dnf - xq - 1.4.0-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: xq from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command-line XML and HTML beautifier and content extractor | https://github.com/sibprogrammer/xq
- Scoop - main/xq: installed executable or alias match | Scoop official bucket manifest trees: bucket/xq.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [dasel](https://pkg.so/fr/brew/dasel/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json, toml.
- [yq](https://pkg.so/fr/brew/yq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json, toml.
- [yj](https://pkg.so/fr/brew/yj/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json, toml.
- [otree](https://pkg.so/fr/brew/otree/) - Shares pkgdb curated category or tags: cli, developer-tools, json, toml, xml.
- [remarshal](https://pkg.so/fr/brew/remarshal/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json, toml.
- [oq](https://pkg.so/fr/brew/oq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, jq, json.
- [jsongrep](https://pkg.so/fr/brew/jsongrep/) - Shares pkgdb curated category or tags: cli, developer-tools, json, toml, yaml.
- [config-file-validator](https://pkg.so/fr/brew/config-file-validator/) - Shares pkgdb curated category or tags: cli, developer-tools, json, toml, yaml.

## Combined YAML source

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


## Sources

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