# gnutls を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

gnutls のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gnutls
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gnutls
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gnutls
```

  証拠: MacPorts ports tree: devel/gnutls/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gnutls
```

  証拠: Alpine Linux edge package indexes: gnutls from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install gnutls
```

  証拠: Fedora Rawhide package metadata: gnutls 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#gnutls
```

  証拠: nixpkgs package indexes: pkgs/by-name/gn/gnutls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gnutls
```

  証拠: Arch Linux sync databases: gnutls from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gnutls
```

  証拠: openSUSE Tumbleweed package metadata: gnutls from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/gnutls
```

  証拠: Scoop official bucket manifest trees: bucket/gnutls.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gnutls
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.8.13
- **ソース概要:** GNU Transport Layer Security (TLS) Library
- **ホームページ:** <https://gnutls.org/>
- **最終更新:** 2026-08-02T17:21:05-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gnutls-certtool (エイリアス)
- gnutls-cli (エイリアス)
- gnutls-cli-debug (エイリアス)
- gnutls-serv (エイリアス)
- ocsptool (エイリアス)
- p11tool (エイリアス)
- psktool (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.8.13
## プロジェクトの歴史と使われ方

GnuTLS is the GNU Project's TLS library and tool suite for encrypted network protocols. It is packaged both as a developer library and as a set of diagnostic and certificate-management commands, which makes it important to operating-system distributions, network applications, and administrators who need scriptable TLS tooling.

### プロジェクトの歴史

GnuTLS emerged inside the GNU ecosystem as a portable C implementation of the SSL, TLS, and DTLS protocol families. The manual presents it as a library meant to hide protocol complexity behind an API while still exposing certificate handling, key exchange, session management, and authentication choices to applications.

The project developed alongside changes in TLS itself. It added protocol support, X.509 and OpenPGP certificate features, PKCS#11 work, command-line tools such as certtool and gnutls-cli, and library interfaces for both application developers and system integrators. Its GitLab project became the official source-control and issue-tracking home.

### 採用の歴史

GnuTLS found adoption where applications needed a GNU-maintained TLS implementation that could be shipped broadly by distributions. Package managers carry it not only for the user-facing commands but also because other software links against libgnutls for HTTPS, mail, directory services, and other encrypted protocols.

The library's ecosystem significance comes from being a stack component rather than a stand-alone application. Many users meet it indirectly through dependencies, while administrators and developers use the command-line tools to debug handshakes, inspect certificates, test servers, and work with PKCS#11 tokens.

### 使われ方

Practitioners use libgnutls in applications that need TLS or DTLS support, and use gnutls-cli, gnutls-serv, gnutls-cli-debug, certtool, ocsptool, p11tool, and psktool for testing and certificate workflows. The manual also covers authentication choices, priority strings, session tickets, certificate credentials, and integration patterns.

In package-manager culture, installing GnuTLS often satisfies both build-time library requirements and operational tooling needs. It is a small command-line surface on top of a security-sensitive shared library, so maintainers care about ABI stability, protocol defaults, and timely security updates.

### パッケージ好きにとっての重要性

GnuTLS is one of the packages that turns TLS from a browser feature into ordinary Unix plumbing. It sits in dependency graphs, exposes inspection tools for humans, and gives source-built software a distribution-provided cryptographic backend.

### タイムライン

- 2003: GnuTLS 1.0.0 marked an early stable release line.
- 2011: GnuTLS 3.0 introduced a major branch with expanded TLS support.
- 2013: GnuTLS 3.1.10 changed the library licensing to LGPLv2.1 or later for wider linking compatibility.
- 2020s: GitLab served as the official repository and issue-tracking home.

### Related projects

- libtasn1 and nettle are important lower-level libraries in the GnuTLS stack.
- PKCS#11 providers and smart-card tooling integrate with GnuTLS through p11tool and library support.
- Applications that link against libgnutls form the main adoption surface for the package.

### ソース

- <https://gitlab.com/gnutls/gnutls>
- <https://gnutls.org/>
- <https://gnutls.org/manual/gnutls.html>
- <https://gnutls.org/reference>
- <https://lists.gnupg.org/pipermail/gnutls-devel/2013-May/006176.html>
- <https://lists.gnupg.org/pipermail/gnutls-help/2003-October/000001.html>


## セキュリティノート

gnutls に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- Nix - gnutls: normalized package name match | nixpkgs package indexes: pkgs/by-name/gn/gnutls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gnutls - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | TLS protocol implementation | https://www.gnutls.org/
- apk - gnutls-c++ - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls-c++ from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The C++ interface to GnuTLS | https://www.gnutls.org/
- apk - gnutls-dbg - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | TLS protocol implementation (debug symbols) | https://www.gnutls.org/
- apk - gnutls-dev - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | TLS protocol implementation (development files) | https://www.gnutls.org/
- apk - gnutls-doc - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | TLS protocol implementation (documentation) | https://www.gnutls.org/
- apk - gnutls-utils - 3.8.13-r0: normalized package name match | Alpine Linux edge package indexes: gnutls-utils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Command line tools for TLS protocol | https://www.gnutls.org/
- dnf - gnutls - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A TLS protocol implementation | http://www.gnutls.org/
- dnf - gnutls-c++ - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls-c++ from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The C++ interface to GnuTLS | http://www.gnutls.org/
- dnf - gnutls-dane - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls-dane from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A DANE protocol implementation for GnuTLS | http://www.gnutls.org/
- dnf - gnutls-devel - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for the gnutls package | http://www.gnutls.org/
- dnf - gnutls-fips - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls-fips from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Virtual package to install packages required to use gnutls under FIPS mode | http://www.gnutls.org/
- dnf - gnutls-utils - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnutls-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command line tools for TLS protocol | http://www.gnutls.org/
- dnf - mingw32-gnutls - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-gnutls from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | MinGW GnuTLS TLS/SSL encryption library | http://www.gnutls.org/
- dnf - mingw64-gnutls - 3.8.13-3.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-gnutls from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | MinGW GnuTLS TLS/SSL encryption library | http://www.gnutls.org/
- pacman - gnutls - 3.8.13-2: normalized package name match | Arch Linux sync databases: gnutls from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz | A library which provides a secure layer over a reliable transport layer | https://www.gnutls.org/


## Combined YAML source

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