macOS
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gzrt in AI-Agent-Workflows.
Installation
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · Quelle: api.github.com
sudo apt install gzrtDebian stable package indexes · gzrt · Quelle: deb.debian.org
nix profile install nixpkgs#gzrtnixpkgs package indexes · pkgs/by-name/gz/gzrt/package.nix · Quelle: api.github.com
sudo zypper install gzrtopenSUSE Tumbleweed package metadata · gzrt · Quelle: download.opensuse.org
Überblick
Gzip recovery toolkit
Verlauf
The Gzip Recovery Toolkit, centered on the gzrecover program, is a small recovery utility for extracting readable data from corrupted gzip files. Its history is thin but practical: it exists because ordinary gzip and tar workflows can fail hard when a compressed backup contains bad sectors or corrupted bytes.
Aaron M. Renn's project page explains the origin in backup recovery: a gzip archive failed partway through restore, and gzrecover was written to skip bad data and salvage what could be read. The page and README both stress that recovery is best-effort and that recovered output must be manually verified.
The project page lists gzrt 0.8 from October 2013 and points to a GitHub repository for sources. GitHub repository metadata records the public repository as created in February 2012, with the description 'gzip Recovery Toolkit aka gzrecover'.
gzrt adoption is mostly in Unix package repositories where administrators may need it once, urgently, for a damaged .gz or .tar.gz backup. The supplied package facts show Homebrew, Debian, Ubuntu, MacPorts, Nix, and zypper coverage, which is broad for a niche recovery tool.
Its adoption is also tied to gzip's dominance. Because .gz and .tar.gz files are common backup and source-distribution artifacts, a recovery utility for damaged gzip streams has a place in package collections even when it is not a daily-use command.
gzrecover reads a corrupted gzip file or standard input and writes recovered output to a .recovered file by default, with options for output filename, standard-output pipeline mode, verbose logging, and splitting recovered segments. For recovered tarballs, the documentation recommends GNU cpio because tar may stop on format errors.
The project page cautions that many apparently corrupted gzip archives were transferred in FTP ASCII mode and should be re-transferred in binary mode before attempting recovery. That warning is part of the tool's operational history: it is a last-resort recovery command, not a replacement for gunzip.
gzrt is interesting to package nerds because it is tiny, old-school, and high-leverage: a single-purpose C utility that can rescue data from the same compressed archives package systems and admins rely on. It also illustrates why distributions keep niche tools around: the value appears when a corrupted backup is the only copy.
It pairs naturally with gzip, zlib, tar, and cpio. The documented tarball recovery flow is a classic Unix composition: run gzrecover to salvage a stream, then use cpio to extract around damaged tar records.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gzrecover | cli | globales Executable |
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.
https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
Installationsmetadaten
| Paketschlüssel | brew:gzrt |
|---|---|
| Version | 0.8 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gzrt |
| Homepage | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| Repository | https://github.com/arenn/gzrt |
| Upstream-Dokumentation | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gzrt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
gzrt 0.8-1+b1
gzip recovery toolkit
http://www.urbanophile.com/arenn/hacking/gzrt/
sudo apt install gzrtgzrt
nix profile install nixpkgs#gzrtgzrt 0.8-1build1
gzip recovery toolkit
http://www.urbanophile.com/arenn/hacking/gzrt/
sudo apt install gzrtgzrt 0.8-2.22
Recover data from a corrupted gzip file
https://www.urbanophile.com/arenn/hacking/gzrt/gzrt.html
sudo zypper install gzrtgzrecover
sudo port install gzrecoverQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.