How to Install and Uninstall guncat Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "guncat" package

Please follow the guidance below to install guncat on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install guncat

2. Uninstall "guncat" package

Please follow the step by step instructions below to uninstall guncat on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the guncat package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: guncat
Priority: optional
Section: universe/devel
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Architecture: amd64
Version: 1.01.02-1
Depends: libbobcat4 (>= 4.01.03), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/g/guncat/guncat_1.01.02-1_amd64.deb
Size: 21994
MD5sum: 685b7ec6b24e6525f1a44dd07a71ab17
SHA1: 5581e6e0afa30a32b636ce0b20131a744d1cce5d
SHA256: 5272331b68c160eae1b56b053ec4850d6b2ffd2dc52691ba011f1e24ee906083
Description-en: 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: ef52bebbcd628fe25b6b015499bd0961
Homepage: https://fbb-git.github.io/guncat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu