pkg.sopackage field notes

brew / Rang 67

bzip2 mit Homebrew installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install bzip2

provider-native install command

Überblick

Paketzusammenfassung

Freely available high-quality data compressor

Befehle und Aliase

  • bunzip2
  • bzcat
  • bzcmp
  • bzdiff
  • bzegrep
  • bzfgrep
  • bzgrep
  • bzip2
  • bzip2recover
  • bzless
  • bzmore

Verlauf

Projektgeschichte und Nutzung

bzip2 is Julian Seward's open-source block-sorting compressor and its companion library, libbzip2. Since the late 1990s it has been one of the standard Unix compression formats for source tarballs, backups, package payloads, and long-lived archives.

Projektgeschichte

The official bzip2 manual identifies Julian Seward as author and gives the 1.0.8 manual release date as 13 July 2019, with copyright running from 1996 through 2019. The Sourceware home page describes bzip2 as a freely available, patent-free, high-quality data compressor organized as both a command-line program and a library.

Technically, bzip2 uses block-sorting compression associated with the Burrows-Wheeler transform, followed by entropy coding. Its design favored compression ratio over speed, and the official site positions it as typically compressing close to much heavier statistical compressors while remaining practical on ordinary Unix systems.

The 1.0 line became the compatibility anchor for the `.bz2` format and libbzip2 API. Sourceware's git tags preserve older public milestones from `bzip2-0.1` through `bzip2-1.0.8`, showing a package with a slow, conservative release culture after its format became infrastructure.

Adoptionsgeschichte

bzip2 adoption followed the familiar Unix pattern: first as a better-compressing alternative to gzip, then as a standard option in tar pipelines, release archives, Linux distributions, and package managers. The command names `bzip2`, `bunzip2`, and `bzcat` intentionally echo gzip's workflow, reducing friction for shell users.

The package's presence across Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, Chocolatey, Scoop, and openSUSE reflects near-universal distribution. Even where xz and zstd displaced it for many new archives, bzip2 remains installed because decades of `.bz2` artifacts still need reliable decompression.

Wie es verwendet wird

Users compress files with `bzip2`, decompress with `bunzip2`, stream with `bzcat`, compare or diff compressed files with `bzcmp` and `bzdiff`, and recover damaged block-based archives with `bzip2recover`.

Developers use libbzip2 when applications need to read or write `.bz2` streams directly. The official manual documents both the command interface and the programming interface, which is why package managers usually split runtime tools and development headers.

Warum Paket-Nerds sich dafür interessieren

bzip2 is package-nerd bedrock: it is one of the archive formats every build tool, mirror, bootstrap script, and source-fetching system eventually has to understand. A working `bunzip2` is boring until a historical tarball or distro source package requires it.

It is also a case study in conservative infrastructure. The compressor is no longer fashionable, but its stable format, simple commands, portable C implementation, and widespread packaging make it one of the quiet dependencies that keeps old source distribution workflows reproducible.

Zeitleiste

  • 1996: Julian Seward's bzip2 copyright history begins.
  • 1997: Early public tags such as `bzip2-0.1` appear in the official Sourceware git history.
  • 2000: The 1.0 series establishes the long-lived format and library baseline.
  • 2010: bzip2 1.0.6 becomes a widely packaged stable release.
  • 2019: bzip2 1.0.8 is released and documented as the current stable version on Sourceware.

Related projects

  • gzip is the older Unix compressor whose command-line conventions bzip2 intentionally resembles.
  • xz, zstd, and lzip are common later alternatives in source distribution and package-manager ecosystems.
  • libbzip2 is the library interface shipped with the command-line program for applications that need `.bz2` support.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:compress

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
bunzip2Executableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzcatExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzcmpExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzdiffExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzegrepExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzfgrepExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzgrepExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzip2Executableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzip2recoverExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzlessExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
bzmoreExecutableindexiertes 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-Version1.0.8
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:bzip2
Version1.0.8
PaketmanagerHomebrew
Homepagehttps://sourceware.org/bzip2/
Bottlenicht erfasst
Dienstkeiner deklariert

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
  • Nucleus package database
  • curated package history
  • pkgdb category and tag curation