Automic VaultAutomic Vault

brew

libzip を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install libzip

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install libzip

MacPorts ports tree · archivers/libzip/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add libzip

Alpine Linux edge package indexes · libzip · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install libzip

Fedora Rawhide package metadata · libzip · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#libzip

nixpkgs package indexes · pkgs/by-name/li/libzip/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S libzip

Arch Linux sync databases · libzip · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install libzip-dev

Debian stable package indexes · libzip-dev · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install libzip-devel

openSUSE Tumbleweed package metadata · libzip-devel · ソース: download.opensuse.org

概要

パッケージ概要

C library for reading, creating, and modifying zip archives

コマンドとエイリアス

  • zipcmp
  • zipmerge
  • ziptool

履歴

プロジェクトの歴史と使われ方

libzip is a C library by Dieter Baron and Thomas Klausner for reading, creating, and modifying ZIP archives, with small companion tools such as zipcmp, zipmerge, and ziptool.

プロジェクトの歴史

The libzip license page carries copyright years beginning in 1999 for Dieter Baron and Thomas Klausner. The project news records the first standalone release, libzip 0.6, on June 9, 2005, when the API was overhauled, the license changed to the three-clause BSD license, man pages were added, and zipcmp and zipmerge were installed.

libzip 1.0 was released on May 3, 2015 with an I/O abstraction layer, native Windows file API support, file modification time support, the zip_error_t type, and a security fix for CVE-2015-2331. The official repository moved from the project Mercurial server to GitHub on December 8, 2017 to make contribution via issues and pull requests easier.

採用の歴史

libzip spread because it solves the library case that Info-ZIP-style tools do not: programmatic archive editing with a C API, package-manager-friendly licensing, and no requirement to shell out to zip or unzip. Its own packages page tracks distribution packaging, and the API documentation is structured around both reading and creating or modifying archives.

The project continued to add archive-format features used by downstream software: Zip64 and UTF-8 work in 0.11 in 2013, AES encryption in 1.2.0 in 2017, bzip2 support in 1.3.0 in 2017, traditional PKWare encryption support in 1.7.0 in 2020, and zstd and lzma support in 1.8.0 in 2021.

使われ方

Developers use libzip when an application needs structured ZIP access: opening archives, reading entries, adding or replacing files, setting comments, changing compression or encryption, working with source callbacks, and closing modified archives. The command-line programs are useful for package tests, archive comparison, merging, and scripted edits.

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

libzip matters in package graphs because ZIP is not just a file-compression format: it underlies EPUB, OOXML, OpenDocument, Java archives, app bundles, firmware, and asset containers. A small C library that can modify ZIP archives safely becomes a dependency for runtimes, document tools, language bindings, and build systems.

タイムライン

  • 1999: libzip copyright history begins with Dieter Baron and Thomas Klausner.
  • 2005-06-09: libzip 0.6 became the first standalone release.
  • 2013-03-23: libzip 0.11 added Zip64 and UTF-8 support.
  • 2015-05-03: libzip 1.0 introduced an I/O abstraction layer and fixed CVE-2015-2331.
  • 2017-12-08: The official repository moved from Mercurial to GitHub.
  • 2021-06-18: libzip 1.8.0 added zstd and lzma compression support.

Related projects

  • libzip sits beside command-line ZIP implementations rather than replacing them. Related concepts and projects include Info-ZIP tools, PKWARE ZIP specifications, zlib, language bindings, and the many document and package formats built on ZIP containers.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zipcmpcliグローバル実行可能ファイル
zipmergecliグローバル実行可能ファイル
ziptoolcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.11.4
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://libzip.org/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://libzip.org/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libzip
バージョン1.11.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libzip
ホームページhttps://libzip.org/
リポジトリhttps://github.com/nih-at/libzip
上流ドキュメントhttps://libzip.org/documentation
ライセンスBSD-3-Clause
ソースアーカイブhttps://libzip.org/download/libzip-1.11.4.tar.xz
依存関係xz, zstd
ビルド依存関係cmake
macOS 提供ライブラリbzip2
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibzip
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libzip-dev 1.11.3-2

library for reading, creating, and modifying zip archives (development)

https://libzip.org

sudo apt install libzip-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libzip
  • 5 依存関係
  • normalized package name match
  • 一致条件: Libzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzip-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzip5 1.11.3-2

library for reading, creating, and modifying zip archives (runtime)

https://libzip.org

sudo apt install libzip5
  • Section: libs
  • Architecture: amd64
  • Source Package: libzip
  • 6 依存関係
  • normalized package name match
  • 一致条件: Libzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzip5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zipcmp 1.11.3-2

compare contents of zip archives

https://libzip.org

sudo apt install zipcmp
  • Section: utils
  • Architecture: amd64
  • Source Package: libzip
  • 3 依存関係
  • normalized package name match
  • 一致条件: Libzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zipcmp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zipmerge 1.11.3-2

merge zip archives

https://libzip.org

sudo apt install zipmerge
  • Section: utils
  • Architecture: amd64
  • Source Package: libzip
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zipmerge from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ziptool 1.11.3-2

modify zip archives

https://libzip.org

sudo apt install ziptool
  • Section: utils
  • Architecture: amd64
  • Source Package: libzip
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ziptool from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libzip

nix profile install nixpkgs#libzip
  • normalized package name match
  • 一致条件: Libzip
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libzip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libzip-dev 1.7.3-1.1ubuntu2

library for reading, creating, and modifying zip archives (development)

https://libzip.org

sudo apt install libzip-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: libzip
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzip-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzip4t64 1.7.3-1.1ubuntu2

library for reading, creating, and modifying zip archives (runtime)

https://libzip.org

sudo apt install libzip4t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libzip
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzip4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

zipcmp 1.7.3-1.1ubuntu2

compare contents of zip archives

https://libzip.org

sudo apt install zipcmp
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: libzip
  • 3 依存関係
  • normalized package name match
  • 一致条件: Libzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zipcmp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

zipmerge 1.7.3-1.1ubuntu2

merge zip archives

https://libzip.org

sudo apt install zipmerge
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: libzip
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zipmerge from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ziptool 1.7.3-1.1ubuntu2

modify zip archives

https://libzip.org

sudo apt install ziptool
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: libzip
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ziptool from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libzip 1.11.4-r2

C library for manipulating zip archives

https://libzip.org/

sudo apk add libzip
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: libzip
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzip from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libzip-dev 1.11.4-r2

C library for manipulating zip archives (development files)

https://libzip.org/

sudo apk add libzip-dev
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: libzip
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzip-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libzip-doc 1.11.4-r2

C library for manipulating zip archives (documentation)

https://libzip.org/

sudo apk add libzip-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: libzip
  • normalized package name match
  • 一致条件: Libzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzip-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libzip-tools 1.11.4-r2

libzip cmp and merge tools

https://libzip.org/

sudo apk add libzip-tools
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: libzip
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzip-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

libzip 1.11.4-3.fc44

C library for reading, creating, and modifying zip archives

https://libzip.org/

sudo dnf install libzip
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libzip
  • 7 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libzip
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libzip from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment