# Installer libgxps avec Homebrew, dnf, Nix, pacman, apt, zypper

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

## installation

```sh
sudo av install brew:libgxps
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libgxps
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install libgxps
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#libgxps
```

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

- pacman (92%):

```sh
sudo pacman -S libgxps
```

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

- Debian apt (92%):

```sh
sudo apt install gir1.2-gxps-0.1
```

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

- zypper (92%):

```sh
sudo zypper install libgxps-devel
```

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

## Faits du paquet

- **Clé du paquet:** brew:libgxps
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/libgxps>
- **Version:** 0.3.2
- **Résumé source:** GObject based library for handling and rendering XPS documents
- **Page d'accueil:** <https://wiki.gnome.org/Projects/libgxps>
- **Docs amont:** <https://wiki.gnome.org/Projects/libgxps>
- **Licence:** LGPL-2.1-or-later
- **Archive source:** <https://download.gnome.org/sources/libgxps/0.3/libgxps-0.3.2.tar.xz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- xpstojpeg (cli)
- xpstopdf (cli)
- xpstopng (cli)
- xpstops (cli)
- xpstosvg (cli)
- xpstojpeg (alias)
- xpstopdf (alias)
- xpstopng (alias)
- xpstops (alias)
- xpstosvg (alias)

## Dépendances

- cairo
- freetype
- gettext
- glib
- jpeg-turbo
- libarchive
- libpng
- libtiff
- little-cms2

## Dépendances de compilation

- gobject-introspection
- meson
- ninja
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Précautions: `ghostscript` now installs a conflicting libgxps.dylib. You may need to `brew unlink libgxps` if you have both installed.
- 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: 0.3.2
- données locales: OK
- dépôt amont: https://wiki.gnome.org/Projects/libgxps
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

libgxps is a GNOME C library and toolset for reading, rendering, and converting XPS and OpenXPS documents. It fills a practical desktop gap: support for Microsoft's XML Paper Specification in GTK/GNOME document workflows without treating XPS as a first-class platform format.

### Historique du projet

The GNOME wiki describes libgxps as a GObject-based library for handling and rendering XPS documents, built on GLib, GObject, GIO, cairo, libarchive, and FreeType, with optional image and color-management libraries. The same page frames XPS/OpenXPS as an XML-based electronic-paper format originally developed by Microsoft and later standardized as an open document format.

The NEWS file records libgxps 0.1.0 on October 12, 2011 as the first public release. Version 0.2.0 followed on November 19, 2011 with API changes and documentation work, while version 0.3.0 on August 8, 2017 added OpenXPS fixed-representation schema support and switched the build system to Meson.

### Historique d'adoption

libgxps was adopted as a distribution library because document viewers and converters need occasional XPS support even on systems where XPS is not a native document culture. The GNOME wiki listed Evince as a project using libgxps and linked to packages for Arch, Debian, Fedora, and Ubuntu; the batch input also shows Homebrew, Nix, pacman, and openSUSE package coverage.

### Modes d'utilisation

The library is used by applications that need to inspect or render XPS documents. Its command-line tools, including xpstopdf, xpstopng, xpstojpeg, xpstops, and xpstosvg, make it useful in scripts that convert XPS files into more common Unix document and image formats.

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

libgxps is a format-bridge package: small enough to be invisible most days, but important when a user receives an XPS file and expects the desktop stack to do something sensible. It also shows the GNOME pattern of wrapping document parsing, cairo rendering, and conversion utilities around a specific file format.

### Chronologie

- 2011-10-12: libgxps 0.1.0 was the first public release.
- 2011-11-19: libgxps 0.2.0 added API and documentation changes.
- 2017-08-08: libgxps 0.3.0 added OpenXPS fixed-representation schema support and switched to Meson.
- 2021-02-16: libgxps 0.3.2 added Windows WIC support for WDP images and conversion crash fixes.

### Related projects

- Evince is listed by GNOME as a project using libgxps.
- cairo, libarchive, FreeType, GLib, GObject, and GIO are core dependencies named by the GNOME wiki.
- XPS and OpenXPS are the document formats handled by libgxps.

### Sources

- <https://formulae.brew.sh/formula/libgxps>
- <https://gitlab.gnome.org/GNOME/libgxps>
- <https://gitlab.gnome.org/GNOME/libgxps/-/raw/master/NEWS>
- <https://gitlab.gnome.org/GNOME/libgxps/-/raw/master/README>
- <https://wiki.gnome.org/Projects/libgxps>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libgxps
- **Version Scheme:** 0
- **Revision:** 3
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** yes
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - gir1.2-gxps-0.1 - 0.3.2-4+b2: normalized package name match | Debian stable package indexes: gir1.2-gxps-0.1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GObject introspection data for the gxps library | https://wiki.gnome.org/libgxps
- Debian apt - libgxps-dev - 0.3.2-4+b2: normalized package name match | Debian stable package indexes: libgxps-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | handling and rendering XPS documents (development files) | https://wiki.gnome.org/libgxps
- Debian apt - libgxps-doc - 0.3.2-4: normalized package name match | Debian stable package indexes: libgxps-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for handling and rendering XPS documents (documentation) | https://wiki.gnome.org/libgxps
- Debian apt - libgxps-utils - 0.3.2-4+b2: normalized package name match | Debian stable package indexes: libgxps-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | handling and rendering XPS documents (utilities) | https://wiki.gnome.org/libgxps
- Debian apt - libgxps2t64 - 0.3.2-4+b2: normalized package name match | Debian stable package indexes: libgxps2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | handling and rendering XPS documents (library) | https://wiki.gnome.org/libgxps
- Nix - libgxps: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libgxps/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gir1.2-gxps-0.1 - 0.3.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-gxps-0.1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GObject introspection data for the gxps library | https://wiki.gnome.org/libgxps
- Ubuntu apt - libgxps-dev - 0.3.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libgxps-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | handling and rendering XPS documents (development files) | https://wiki.gnome.org/libgxps
- Ubuntu apt - libgxps-doc - 0.3.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libgxps-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library for handling and rendering XPS documents (documentation) | https://wiki.gnome.org/libgxps
- Ubuntu apt - libgxps-utils - 0.3.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libgxps-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | handling and rendering XPS documents (utilities) | https://wiki.gnome.org/libgxps
- Ubuntu apt - libgxps2t64 - 0.3.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libgxps2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | handling and rendering XPS documents (library) | https://wiki.gnome.org/libgxps
- dnf - libgxps - 0.3.2-13.fc45: normalized package name match | Fedora Rawhide package metadata: libgxps from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | GObject based library for handling and rendering XPS documents | https://wiki.gnome.org/Projects/libgxps
- dnf - libgxps-devel - 0.3.2-13.fc45: normalized package name match | Fedora Rawhide package metadata: libgxps-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for libgxps | https://wiki.gnome.org/Projects/libgxps
- dnf - libgxps-tools - 0.3.2-13.fc45: normalized package name match | Fedora Rawhide package metadata: libgxps-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command-line utility programs for manipulating XPS files | https://wiki.gnome.org/Projects/libgxps
- pacman - libgxps - 0.3.2-5: normalized package name match | Arch Linux sync databases: libgxps from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | XPS Documents library | https://wiki.gnome.org/Projects/libgxps
- zypper - libgxps-devel - 0.3.2+5-1.10: normalized package name match | openSUSE Tumbleweed package metadata: libgxps-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for libgxps, a XPS document render library | https://wiki.gnome.org/Projects/libgxps


## Liens liés

- [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.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [glib](https://pkg.so/fr/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/fr/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/fr/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/fr/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [little-cms2](https://pkg.so/fr/brew/little-cms2/) - Runtime dependency declared by Homebrew.
- [cairo](https://pkg.so/fr/brew/cairo/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/fr/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/fr/brew/meson/) - Build dependency declared by Homebrew.
- [gobject-introspection](https://pkg.so/fr/brew/gobject-introspection/) - Build dependency declared by Homebrew.
- [evince](https://pkg.so/fr/brew/evince/) - Popular package that depends on this formula.
- [plutobook](https://pkg.so/fr/brew/plutobook/) - Shares pkgdb curated category or tags: cli, document-rendering, media.
- [librsvg](https://pkg.so/fr/brew/librsvg/) - Shares pkgdb curated category or tags: cairo, cli, gnome, media.
- [gdk-pixbuf](https://pkg.so/fr/brew/gdk-pixbuf/) - Shares pkgdb curated category or tags: cli, gnome, media.
- [mupdf](https://pkg.so/fr/brew/mupdf/) - Shares pkgdb curated category or tags: cli, media, xps.
- [pdf2svg](https://pkg.so/fr/brew/pdf2svg/) - Shares pkgdb curated category or tags: cairo, cli, media.
- [easy-tag](https://pkg.so/fr/brew/easy-tag/) - Shares pkgdb curated category or tags: cli, gnome, media.
- [svg2pdf](https://pkg.so/fr/brew/svg2pdf/) - Shares pkgdb curated category or tags: cairo, cli, media.
- [libart](https://pkg.so/fr/brew/libart/) - Shares pkgdb curated category or tags: cli, gnome, media.
- [poppler](https://pkg.so/fr/brew/poppler/) - Local package facts share a topical domain. Shared terms: based, cairo, cli, cms2, freetype.
- [efl](https://pkg.so/fr/brew/efl/) - Local package facts share a topical domain. Shared terms: cairo, cli, cms2, freetype, gettext.

## Combined YAML source

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


## Sources

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