# Installer gupnp-tools avec Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:gupnp-tools
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gupnp-tools
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gupnp-tools
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install gupnp-tools
```

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

- dnf (92%):

```sh
sudo dnf install gupnp-tools
```

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

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

- pacman (92%):

```sh
sudo pacman -S gupnp-tools
```

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

- zypper (92%):

```sh
sudo zypper install gupnp-tools
```

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

## Faits du paquet

- **Clé du paquet:** brew:gupnp-tools
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gupnp-tools>
- **Version:** 0.12.4
- **Résumé source:** Free replacements of Intel's UPnP tools
- **Page d'accueil:** <https://wiki.gnome.org/GUPnP/>
- **Docs amont:** <https://wiki.gnome.org/GUPnP/>
- **Licence:** GPL-2.0-or-later AND LGPL-2.0-or-later
- **Archive source:** <https://download.gnome.org/sources/gupnp-tools/0.12/gupnp-tools-0.12.4.tar.xz>
- **Dernière mise à jour:** 2026-07-08T09:46:04Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gssdp-discover (cli)
- gupnp-av-cp (cli)
- gupnp-event-dumper (cli)
- gupnp-network-light (cli)
- gupnp-universal-cp (cli)
- gupnp-upload (cli)
- gssdp-discover (alias)
- gupnp-av-cp (alias)
- gupnp-event-dumper (alias)
- gupnp-network-light (alias)
- gupnp-universal-cp (alias)
- gupnp-upload (alias)

## Dépendances

- gdk-pixbuf
- gettext
- glib
- gssdp
- gtk+3
- gtksourceview4
- gupnp
- gupnp-av
- libsoup
- libxml2

## Dépendances de compilation

- meson
- ninja
- pkgconf

## 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: 0.12.4
- gestionnaire mis à jour: 2026-07-08
- données locales: OK
- dépôt amont: https://wiki.gnome.org/GUPnP/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

GUPnP Tools is the companion utility suite for the GNOME GUPnP stack. It packages control points, test devices, upload helpers, discovery tools, and event-dumping utilities that make UPnP networks inspectable from a desktop or command line.

### Historique du projet

The project sits on top of GUPnP, GNOME's GObject/libsoup implementation of UPnP devices and control points. Its README describes the tools as free replacements for Intel's UPnP tools and lists Universal Control Point, Network Light, AV Control Point, Upload, and related utilities for testing and debugging devices.

GNOME release archives contain 0.1-series tarballs for GUPnP Tools and later 0.12-series tarballs. Git tags in the GNOME GitLab repository include gupnp-tools-0.3 from April 2008, tying the tool suite to the early public life of GUPnP itself.

The 0.12.0 NEWS entry records the port to GUPnP 1.6 and libsoup3, a higher GLib requirement, and addition of an Event Dumper command-line tool. Later 0.12-series entries focus on crash fixes, parser fixes, translation updates, and maintenance work.

### Historique d'adoption

GUPnP Tools appears in Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE package sets because it is the practical way to test and debug UPnP behavior without writing a GUPnP application first.

The package is especially useful for distributors of GUPnP-related libraries: it provides interactive and command-line smoke tests for discovery, eventing, MediaServer uploads, and MediaRenderer control.

### Modes d'utilisation

Universal Control Point discovers UPnP devices and services, retrieves metadata, subscribes to events, and invokes actions. Network Light exposes a controllable sample device. AV Control Point discovers media and drives external UPnP MediaRenderer devices. Upload sends files to known MediaServers.

Package users commonly install the suite when debugging consumer-network devices, validating a GUPnP build, examining SSDP discovery behavior, or reproducing UPnP problems without writing custom client code.

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

GUPnP Tools is the part of the GUPnP stack that makes the library visible to package users. Libraries can be hard to validate from a package manager alone; this package gives maintainers executable probes and sample control points.

It also preserves an important GNOME packaging pattern: split the reusable libraries (`gssdp`, `gupnp`, `gupnp-av`) from debug and demo applications, so systems can install runtime libraries without the full testing toolbox.

### Chronologie

- 2008: Git tag gupnp-tools-0.3 appears in the GNOME repository.
- 2011: GNOME release archive hosts 0.1-series GUPnP Tools tarballs.
- 2022: 0.12.0 NEWS records the port to GUPnP 1.6 and libsoup3 and adds the Event Dumper tool.
- 2025: 0.12.2 NEWS records parser fixes, debug-output cleanup, and deprecated libxml cleanup.
- 2026: 0.12.3 NEWS records translation updates.

### Related projects

- GUPnP is the core UPnP framework used by the tools.
- GSSDP provides SSDP discovery and announcement support beneath GUPnP.
- GUPnP AV supplies UPnP A/V helper functionality used by media-oriented tools.
- libsoup and GLib provide HTTP and main-loop/platform foundations.

### Sources

- <https://download.gnome.org/sources/gupnp-tools/>
- <https://download.gnome.org/sources/gupnp-tools/0.1/>
- <https://download.gnome.org/sources/gupnp-tools/0.12/>
- <https://gitlab.gnome.org/GNOME/gupnp-tools>
- <https://gitlab.gnome.org/GNOME/gupnp-tools/-/raw/master/NEWS>
- <https://gitlab.gnome.org/GNOME/gupnp-tools/-/raw/master/README.md>


## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - gupnp-tools - 0.12.2-1+b1: normalized package name match | Debian stable package indexes: gupnp-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tools for testing UPnP devices and control points | https://wiki.gnome.org/Projects/GUPnP
- Nix - gupnp-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/gu/gupnp-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gupnp-tools - 0.12.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gupnp-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tools for testing UPnP devices and control points | https://wiki.gnome.org/Projects/GUPnP
- dnf - gupnp-tools - 0.12.4-2.fc45: normalized package name match | Fedora Rawhide package metadata: gupnp-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A collection of dev tools utilising GUPnP and GTK+ | https://wiki.gnome.org/Projects/GUPnP
- pacman - gupnp-tools - 0.12.4-1: normalized package name match | Arch Linux sync databases: gupnp-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Utilities and demos to work with UPnP | https://wiki.gnome.org/Projects/GUPnP
- zypper - gupnp-tools - 0.12.4-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gupnp-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | UPnP tools to test and debug UPnP devices and control points | http://www.gupnp.org/
- zypper - gupnp-tools-lang - 0.12.4-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gupnp-tools-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package gupnp-tools | http://www.gupnp.org/
- MacPorts - gupnp-tools: normalized package name match | MacPorts ports tree: net/gupnp-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Documentation packages](https://pkg.so/fr/documentation-tools/) - Matched documentation, manual, or publishing 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.
- [gdk-pixbuf](https://pkg.so/fr/brew/gdk-pixbuf/) - Runtime dependency declared by Homebrew.
- [libxml2](https://pkg.so/fr/brew/libxml2/) - Runtime dependency declared by Homebrew.
- [gtk+3](https://pkg.so/fr/brew/gtk-3/) - 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.
- [gupnp](https://pkg.so/fr/brew/gupnp/) - Package name indicates the same formula family.
- [miniupnpc](https://pkg.so/fr/brew/miniupnpc/) - Shares pkgdb curated category or tags: cli, networking, upnp.
- [phodav](https://pkg.so/fr/brew/phodav/) - Shares pkgdb curated category or tags: cli, gnome, networking.
- [gtk-vnc](https://pkg.so/fr/brew/gtk-vnc/) - Shares pkgdb curated category or tags: cli, gnome, networking.
- [pan](https://pkg.so/fr/brew/pan/) - Shares pkgdb curated category or tags: cli, gnome, networking.
- [djbdns](https://pkg.so/fr/brew/djbdns/) - Shares pkgdb curated category or tags: cli, network-tools, networking.
- [c-ares](https://pkg.so/fr/brew/c-ares/) - Shares pkgdb curated category or tags: cli, networking.
- [unbound](https://pkg.so/fr/brew/unbound/) - Shares pkgdb curated category or tags: cli, networking.

## Combined YAML source

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