How to Install and Uninstall guncat Package on Kali Linux

Last updated: May 22,2024

1. Install "guncat" package

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

$ sudo apt update $ sudo apt install guncat

2. Uninstall "guncat" package

Learn how to uninstall guncat on Kali Linux:

$ sudo apt remove guncat $ sudo apt autoclean && sudo apt autoremove

3. Information about the guncat package on Kali Linux

Package: guncat
Version: 2.01.00-1
Installed-Size: 138
Maintainer: Frank B. Brokken
Architecture: amd64
Depends: libbobcat6 (>= 6.01.00), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 43312
SHA256: 5a54773e274b365c98dc318c08a682ef3ceb16b9230a11d1c6921ad9e1ccc373
SHA1: 67dcf2ec171e67c28ae851e4468b2b74eb1ce76e
MD5sum: 73e37f2e7d50137da59ab30a05d435e0
Description: Catenates files while decrypting PGP-encrypted sections
Guncat acts like unix's cat command, but handles
(partially) encrypted sections of processed files.
Sections of guncat's input files which are surrounded by
-----BEGIN PGP MESSAGE-----
and
-----END PGP MESSAGE-----
markers are decrypted before being concatenated to the
standard output stream.
.
Guncat's output (i.e., the standard output stream) may
subsequently be processed by other programs, like grep
or less. Guncat supports reading a decryption passphrase
either from stdin or from gpg-agent.
.
Guncat stands for (Gpg UNencrypting CAT) and was designed to
facilitate searching through (partially) PGP encrypted files,
as encountered in mailboxes, for example.
Description-md5:
Homepage: https://fbb-git.gitlab.io/guncat
Section: devel
Priority: optional
Filename: pool/main/g/guncat/guncat_2.01.00-1_amd64.deb