pkg.soopen package index

brew / Rang 842

libplist mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install libplist

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install libplist

MacPorts ports tree · textproc/libplist/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add libplist

Alpine Linux edge package indexes · libplist · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install libplist

Fedora Rawhide package metadata · libplist · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#libplist

nixpkgs package indexes · pkgs/by-name/li/libplist/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S libplist

Arch Linux sync databases · libplist · Quelle: geo.mirror.pkgbuild.com

Debian aptverifiziert · 92%
sudo apt install libplist++-2.0-4

Debian stable package indexes · libplist++-2.0-4 · Quelle: deb.debian.org

openSUSE zypperverifiziert · 92%
sudo zypper install libplist++-2_0-4

openSUSE Tumbleweed package metadata · libplist++-2_0-4 · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Library for Apple Binary- and XML-Property Lists

Befehle und Aliase

  • plistutil

Verlauf

Projektgeschichte und Nutzung

libplist is the libimobiledevice project's portable C library for Apple property-list data. It reads and writes binary, XML, JSON, and OpenStep plist formats and ships the `plistutil` command-line converter.

Projektgeschichte

libplist belongs to the libimobiledevice family, a free software stack for talking to iPhone, iPod Touch, iPad, and Apple TV devices from non-Apple platforms without bundling Apple's proprietary libraries. In that stack, property-list parsing is foundational because many Apple device protocols exchange structured plist data.

The NEWS file shows the library evolving from the 1.x API line into 2.x releases with a custom XML parser, binary-plist parsing refactors, fuzzing, Cython bindings, JSON/OpenStep support, and more explicit format/error APIs.

Adoptionsgeschichte

The README states that libplist is used by libimobiledevice and corresponding projects. Distribution packaging follows from that role: a small serialization library becomes a shared dependency for iOS-device tooling, command-line utilities, and bindings.

The project also gained packaging importance outside direct device access because plist files are a common Apple serialization format. `plistutil` gives Unix users a simple way to convert and inspect those files without Apple tooling.

Wie es verwendet wird

Developers link libplist to parse, generate, and convert plist data in C or C++ programs, with optional Python bindings. Command-line users use `plistutil` to convert between supported plist encodings.

Packagers care about the library/utility split, generated documentation, Cython option, and libimobiledevice dependency graph.

Warum Paket-Nerds sich dafür interessieren

libplist is significant because it is the small serialization layer underneath a larger reverse-engineered device-access stack. It turns Apple's plist formats into ordinary Unix-library territory.

Its security and fuzzing history matter because plist parsing often sits at a trust boundary: tools may ingest files or device-provided data that should not crash or corrupt memory.

Zeitleiste

  • 2018: The NEWS file's 2.0.0 entry records parser refactoring, removal of the libxml2 dependency, malformed-input handling, and security fixes.
  • 2020: The NEWS file's 2.2.0 entry records GitHub Actions build testing, `plistutil` improvements, and the libplist-2.0 API-version rename.
  • 2023: The NEWS file's 2.3.0 entry records JSON and OpenStep format support plus new format/error APIs.
  • 2025: The NEWS file's 2.7.0 entry records Unix-timestamp helper APIs and build/tooling changes.

Related projects

  • libimobiledevice is the parent stack and main downstream user family.
  • usbmuxd, libusbmuxd, libirecovery, and other libimobiledevice projects are related packages in the same device-access ecosystem.
  • Apple property lists are the data format family that libplist implements independently.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
plistutilExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version2.7.0
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:libplist
Version2.7.0
PaketmanagerHomebrew
Homepagehttps://libimobiledevice.org/
Repositoryhttps://github.com/libimobiledevice/libplist
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

libplist++-2.0-4 2.6.0-2+b1

C++ Library for handling Apple binary and XML property lists

https://www.libimobiledevice.org/

sudo apt install libplist++-2.0-4
  • Section: libs
  • Architecture: amd64
  • Source Package: libplist
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist++-2.0-4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libplist++-dev 2.6.0-2+b1

C++ library for handling Apple binary and XML property lists - dev files

https://www.libimobiledevice.org/

sudo apt install libplist++-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libplist-2.0-4 2.6.0-2+b1

Library for handling Apple binary and XML property lists

https://www.libimobiledevice.org/

sudo apt install libplist-2.0-4
  • Section: libs
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist-2.0-4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libplist-dev 2.6.0-2+b1

Library for handling Apple binary and XML property lists - development files

https://www.libimobiledevice.org/

sudo apt install libplist-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libplist-doc 2.6.0-2

Library for handling Apple binary and XML property lists - docs

https://www.libimobiledevice.org/

sudo apt install libplist-doc
  • Section: doc
  • Architecture: all
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libplist-utils 2.6.0-2+b1

Apple property list converter

https://www.libimobiledevice.org/

sudo apt install libplist-utils
  • Section: utils
  • Architecture: amd64
  • Source Package: libplist
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libplist-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-plist 2.6.0-2+b1

Library for handling Apple binary and XML property lists - Python3 bindings

https://www.libimobiledevice.org/

sudo apt install python3-plist
  • Section: python
  • Architecture: amd64
  • Source Package: libplist
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-plist from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libplist

nix profile install nixpkgs#libplist
  • normalized package name match
  • Abgeglichen nach: Libplist
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libplist/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libplist++-2.0-4 2.3.0-1~exp2build2

C++ Library for handling Apple binary and XML property lists

https://www.libimobiledevice.org/

sudo apt install libplist++-2.0-4
  • Section: libs
  • Architecture: amd64
  • Source Package: libplist
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist++-2.0-4 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libplist++-dev 2.3.0-1~exp2build2

C++ library for handling Apple binary and XML property lists - dev files

https://www.libimobiledevice.org/

sudo apt install libplist++-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libplist-2.0-4 2.3.0-1~exp2build2

Library for handling Apple binary and XML property lists

https://www.libimobiledevice.org/

sudo apt install libplist-2.0-4
  • Section: libs
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist-2.0-4 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libplist-dev 2.3.0-1~exp2build2

Library for handling Apple binary and XML property lists - development files

https://www.libimobiledevice.org/

sudo apt install libplist-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libplist-doc 2.3.0-1~exp2build2

Library for handling Apple binary and XML property lists - docs

https://www.libimobiledevice.org/

sudo apt install libplist-doc
  • Section: doc
  • Architecture: all
  • Source Package: libplist
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libplist-utils 2.3.0-1~exp2build2

Apple property list converter

https://www.libimobiledevice.org/

sudo apt install libplist-utils
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: libplist
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libplist-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-plist 2.3.0-1~exp2build2

Library for handling Apple binary and XML property lists - Python3 bindings

https://www.libimobiledevice.org/

sudo apt install python3-plist
  • Section: universe/python
  • Architecture: amd64
  • Source Package: libplist
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libplist
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-plist from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libplist 2.7.0-r1

library to handle Apple Property List format whereas it's binary or XML

https://libimobiledevice.org

sudo apk add libplist
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libplist
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Libplist
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libplist from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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