macOS
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · 来源: api.github.com
安装
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · 来源: api.github.com
nix profile install nixpkgs#gzrtnixpkgs package indexes · pkgs/by-name/gz/gzrt/package.nix · 来源: api.github.com
sudo zypper install gzrtopenSUSE Tumbleweed package metadata · gzrt · 来源: download.opensuse.org
概览
Gzip recovery toolkit
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gzrecover | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
安装元数据
| 软件包键 | brew:gzrt |
|---|---|
| 版本 | 0.8 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gzrt |
| 主页 | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| 仓库 | https://github.com/arenn/gzrt |
| 上游文档 | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 gzrecover来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.