How to Install and Uninstall gztool Package on Kali Linux

Last updated: May 20,2024

1. Install "gztool" package

Here is a brief guide to show you how to install gztool on Kali Linux

$ sudo apt update $ sudo apt install gztool

2. Uninstall "gztool" package

Please follow the instructions below to uninstall gztool on Kali Linux:

$ sudo apt remove gztool $ sudo apt autoclean && sudo apt autoremove

3. Information about the gztool package on Kali Linux

Package: gztool
Version: 1.6.1-1
Installed-Size: 116
Maintainer: Stephen Kitt
Architecture: amd64
Depends: libc6 (>= 2.34), zlib1g (>= 1:1.2.2.4)
Size: 55544
SHA256: 96220f26a948d64309189f975bd42c6b77fbb3f6ff9736190bd7f347f0f74cf4
SHA1: 3fab1dc57988513583c47f46bfd6db4497a8c5e3
MD5sum: ad086315443ec46853cac1bee2bdedd6
Description: gzip-compressed file indexer
gztool indexes gzip-compressed files, allowing them to be accessed
randomly (instead of from the beginning). It can index existing
files, which takes as much time as decompressing the file entirely;
it can also compress and decompress files itself, creating optimised
indexes as it goes.
.
Other features include:
- watch and index a gzip-compressed file as it is created;
- partially extract a gzip-compressed file;
- tail a gzip-compressed file (including follow mode).
Description-md5:
Homepage: https://github.com/circulosmeos/gztool
Section: utils
Priority: optional
Filename: pool/main/g/gztool/gztool_1.6.1-1_amd64.deb