# libpsl mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

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

## Installation

```sh
sudo av install brew:libpsl
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install libpsl
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libpsl
```

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

### Linux

- apk (92%):

```sh
sudo apk add libpsl
```

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

- dnf (92%):

```sh
sudo dnf install libpsl
```

  Evidenz: Fedora Rawhide package metadata: libpsl 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#libpsl
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/li/libpsl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libpsl
```

  Evidenz: Arch Linux sync databases: libpsl from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libpsl-dev
```

  Evidenz: Debian stable package indexes: libpsl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libpsl-devel
```

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

## Paketfakten

- **Paketschlüssel:** brew:libpsl
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/libpsl>
- **Version:** 0.23.1
- **Quellzusammenfassung:** C library for the Public Suffix List
- **Homepage:** <https://rockdaboot.github.io/libpsl>
- **Repository:** <https://github.com/rockdaboot/libpsl>
- **Upstream-Dokumentation:** <https://rockdaboot.github.io/libpsl>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/rockdaboot/libpsl/releases/download/0.23.1/libpsl-0.23.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- psl (cli)
- psl-make-dafsa (cli)
- psl (Alias)
- psl-make-dafsa (Alias)

## Build-Abhängigkeiten

- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.23.1
- lokale Daten: OK
- Upstream-Repository: https://github.com/rockdaboot/libpsl
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

libpsl is a C library for working with the Public Suffix List, the shared list used to decide where registrable domain boundaries sit. It gives native programs a fast way to answer questions that matter for cookies, certificates, domain display, and site grouping.

### Projektgeschichte

The library was created by Tim Ruehsen from libmget cookie code on 2014-03-19, according to the source changelog, and the public GitHub repository was created on 2014-03-20. The README describes libpsl as a C library that handles the Public Suffix List with built-in PSL data, file-loaded PSL data, DAFSA compression, thread safety, and IDNA support.

The Public Suffix List itself is a cross-vendor initiative maintained by Mozilla volunteers and registry submissions. libpsl packages that ecosystem for C consumers rather than trying to define suffix policy itself.

### Adoptionsgeschichte

libpsl's adoption comes from web-client and network-client needs: software must avoid supercookies, reject overbroad certificate or domain assumptions, and group sites by registrable domain. The Public Suffix List page names browsers, Qt, crawler libraries, certificate-authority workflows, and security tooling as users of PSL data.

Package managers carry libpsl because many lower-level network tools need PSL behavior without embedding their own parser. Homebrew, Debian-family systems, Fedora, MacPorts, Nix, Arch, Alpine, and openSUSE all appear in the package metadata for this batch.

### Wie es verwendet wird

Developers use libpsl through the C API to test whether a domain is a public suffix, verify cookie-domain acceptability, find public or private domain portions, or load updated PSL data. The package also ships the `psl` command and `psl-make-dafsa` for command-line inspection and compressed list generation.

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

libpsl is package-nerd significant because it is tiny infrastructure with security consequences. A stale or missing PSL layer can allow cookie scoping mistakes or bad domain-boundary assumptions, while a shared library lets distributions update the logic and data path centrally.

Its build and packaging details are also unusually nerdy: the README separates libpsl releases from PSL data updates, supports both autotools and Meson, and uses DAFSA compression to shrink lookup data for fast native access.

### Zeitleiste

- 2014-03-19: Source changelog says Tim Ruehsen created the library from libmget cookie code.
- 2014-03-20: The public GitHub repository was created.
- 2016-01-02: Release 0.12.0 appears in GitHub release metadata.
- 2019-04-16: Release 0.21.0 was published.
- 2026-06-24: Release 0.22.0 included portability, build, Windows, Apple ICU, and tarball-build improvements.

### Related projects

- The Public Suffix List, Mozilla's PSL maintenance process, Chromium's DAFSA code, GNU Wget/libmget history, curl-like clients, browsers, crawler libraries, and certificate-authority tooling are the related ecosystem.

### Quellen

- <https://api.github.com/repos/rockdaboot/libpsl>
- <https://api.github.com/repos/rockdaboot/libpsl/releases>
- <https://formulae.brew.sh/formula/libpsl>
- <https://github.com/publicsuffix/list>
- <https://github.com/rockdaboot/libpsl>
- <https://publicsuffix.org/learn/>
- <https://raw.githubusercontent.com/rockdaboot/libpsl/master/README.md>
- <https://raw.githubusercontent.com/rockdaboot/libpsl/master/src/psl.c>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libpsl
- **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

## Andere Paketmanager-Einträge

- Debian apt - libpsl-dev - 0.21.2-1.1+b1: normalized package name match | Debian stable package indexes: libpsl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for Public Suffix List (development headers) | https://github.com/rockdaboot/libpsl
- Debian apt - libpsl5t64 - 0.21.2-1.1+b1: normalized package name match | Debian stable package indexes: libpsl5t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for Public Suffix List (shared libraries) | https://github.com/rockdaboot/libpsl
- Debian apt - psl - 0.21.2-1.1+b1: normalized package name match | Debian stable package indexes: psl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Explore the Public Suffix List | https://github.com/rockdaboot/libpsl
- Debian apt - psl-make-dafsa - 0.21.2-1.1: normalized package name match | Debian stable package indexes: psl-make-dafsa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Create a binary DAFSA from a Public Suffix List | https://github.com/rockdaboot/libpsl
- Nix - libpsl: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libpsl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libpsl-dev - 0.21.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libpsl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library for Public Suffix List (development headers) | https://github.com/rockdaboot/libpsl
- Ubuntu apt - libpsl5t64 - 0.21.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libpsl5t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library for Public Suffix List (shared libraries) | https://github.com/rockdaboot/libpsl
- Ubuntu apt - psl - 0.21.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: psl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Explore the Public Suffix List | https://github.com/rockdaboot/libpsl
- Ubuntu apt - psl-make-dafsa - 0.21.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: psl-make-dafsa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Create a binary DAFSA from a Public Suffix List | https://github.com/rockdaboot/libpsl
- apk - libpsl - 0.21.5-r3: normalized package name match | Alpine Linux edge package indexes: libpsl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C library for the Publix Suffix List | https://rockdaboot.github.io/libpsl
- apk - libpsl-dev - 0.21.5-r3: normalized package name match | Alpine Linux edge package indexes: libpsl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C library for the Publix Suffix List (development files) | https://rockdaboot.github.io/libpsl
- apk - libpsl-doc - 0.21.5-r3: normalized package name match | Alpine Linux edge package indexes: libpsl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C library for the Publix Suffix List (documentation) | https://rockdaboot.github.io/libpsl
- apk - libpsl-static - 0.21.5-r3: normalized package name match | Alpine Linux edge package indexes: libpsl-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C library for the Publix Suffix List (static library) | https://rockdaboot.github.io/libpsl
- apk - libpsl-utils - 0.21.5-r3: normalized package name match | Alpine Linux edge package indexes: libpsl-utils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | C library for the Publix Suffix List (utils) | https://rockdaboot.github.io/libpsl
- dnf - libpsl - 0.23.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: libpsl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | C library for the Publix Suffix List | https://rockdaboot.github.io/libpsl
- dnf - libpsl-devel - 0.23.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: libpsl-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for libpsl | https://rockdaboot.github.io/libpsl


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/de/web-dev-tools/) - Matched web development metadata.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [curl](https://pkg.so/de/brew/curl/) - Popular package that depends on this formula.
- [wget](https://pkg.so/de/brew/wget/) - Popular package that depends on this formula.
- [transmission-cli](https://pkg.so/de/brew/transmission-cli/) - Popular package that depends on this formula.
- [wget2](https://pkg.so/de/brew/wget2/) - Popular package that depends on this formula.
- [gsasl](https://pkg.so/de/brew/gsasl/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [nghttp2](https://pkg.so/de/brew/nghttp2/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [ldns](https://pkg.so/de/brew/ldns/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [libpcap](https://pkg.so/de/brew/libpcap/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [neon](https://pkg.so/de/brew/neon/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [libdnet](https://pkg.so/de/brew/libdnet/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [libnl](https://pkg.so/de/brew/libnl/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [adns](https://pkg.so/de/brew/adns/) - Shares pkgdb curated category or tags: c-library, cli, networking.
- [bgpdump](https://pkg.so/de/brew/bgpdump/) - Local package facts share a topical domain. Shared terms: c-library, cli, networking.
- [gensio](https://pkg.so/de/brew/gensio/) - Local package facts share a topical domain. Shared terms: c-library, cli, networking.

## Combined YAML source

View the package source record on GitHub. [combined/libpsl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libpsl.yml)


## Quellen

- 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
