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

Last updated: May 14,2024

1. Install "blhc" package

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

$ sudo apt update $ sudo apt install blhc

2. Uninstall "blhc" package

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

$ sudo apt remove blhc $ sudo apt autoclean && sudo apt autoremove

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

Package: blhc
Priority: optional
Section: universe/utils
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Jari Aalto
Architecture: all
Version: 0.05-0.1
Depends: libdpkg-perl
Filename: pool/universe/b/blhc/blhc_0.05-0.1_all.deb
Size: 23760
MD5sum: 9e29f33a942fad4f08266f03221cd771
SHA1: b6a45bae92494fa90b3ec50fe69e80098712be59
SHA256: 20c598f6d6f0adb90fc904e2e0e8889007e02b4dcb82efea1372df613d5e9f00
Description-en: build log hardening check
Perl tool which checks build logs for missing hardening
flags. Hardening flags enable additional security features in the
compiler to prevent e.g. stack overflows, format string
vulnerabilities, GOT overwrites, etc. See e.g.
.
.
Because most build systems are quite complicated there are many
places where compiler flags from the environment might be ignored.
The parser verifies that all compiler commands use the correct
hardening flags and thus all hardening features are correctly used.
.
It's designed to check build logs generated by Debian's
dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or
the official buildd build logs) to help maintainers detect missing
hardening flags in their packages.
Description-md5: 677f2a00e31e316c282b8bf13f2fbe19
Homepage: http://ruderich.org/simon/blhc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu