# gupnp-tools mit Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gupnp-tools in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

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

  Evidenz: 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
```

  Evidenz: 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
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gupnp-tools
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:gupnp-tools
- **Paketmanager:** Homebrew
- **Version:** 0.12.4
- **Quellzusammenfassung:** Free replacements of Intel's UPnP tools
- **Homepage:** <https://wiki.gnome.org/GUPnP/>
- **Zuletzt aktualisiert:** 2026-07-08T09:46:04Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

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

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.12.4
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

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

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

## Andere Paketmanager-Einträge

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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)


## Quellen

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