# 使用 Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper 安装 gupnp-tools

查看 gupnp-tools 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

- MacPorts (94%):

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

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:gupnp-tools
- **软件包管理器:** Homebrew
- **版本:** 0.12.4
- **来源摘要:** Free replacements of Intel's UPnP tools
- **主页:** <https://wiki.gnome.org/GUPnP/>
- **最后更新:** 2026-07-08T09:46:04Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

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

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.12.4
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

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

- **Geiger 风险:** yellow / 中
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## 其他软件包管理器记录

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


## 来源

- 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
