# gupnp-tools を Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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
