macOS
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gzrt pour les workflows d'agents IA.
installation
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · Source: api.github.com
sudo apt install gzrtDebian stable package indexes · gzrt · Source: deb.debian.org
nix profile install nixpkgs#gzrtnixpkgs package indexes · pkgs/by-name/gz/gzrt/package.nix · Source: api.github.com
sudo zypper install gzrtopenSUSE Tumbleweed package metadata · gzrt · Source: download.opensuse.org
aperçu
Gzip recovery toolkit
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gzrecover | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
métadonnées d'installation
| Clé du paquet | brew:gzrt |
|---|---|
| Version | 0.8 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gzrt |
| Page d'accueil | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| Dépôt | https://github.com/arenn/gzrt |
| Docs amont | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| Licence | GPL-2.0-or-later |
| Archive source | https://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 gzrecoverpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.