How to Install and Uninstall blhc Package on Kali Linux

Last updated: May 13,2024

1. Install "blhc" package

In this section, we are going to explain the necessary steps to install blhc on Kali Linux

$ sudo apt update $ sudo apt install blhc

2. Uninstall "blhc" package

Learn how to uninstall blhc on Kali Linux:

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

3. Information about the blhc package on Kali Linux

Package: blhc
Version: 0.13+git20230913.fb2c46d-1
Installed-Size: 91
Maintainer: Joao Eriberto Mota Filho
Architecture: all
Depends: libdpkg-perl
Size: 31624
SHA256: 24348735fa012f9530d0f7ac0d7fb9aeb66a8aff2f3b1ffbba36d2931189cbcd
SHA1: 7e8a2646cb3403dd0270d6b75b926914ca3745f3
MD5sum: 823619be3836726877c4da8deb1ac476
Description: 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 for packaging, using dpkg-buildpackage like pbuilder or the
official buildd build logs) to help maintainers detect missing hardening
flags in their packages.
.
Only gcc is detected as compiler at the moment (but other compilers maybe
supported).
Description-md5:
Multi-Arch: foreign
Homepage: https://ruderich.org/simon/blhc
Section: utils
Priority: optional
Filename: pool/main/b/blhc/blhc_0.13+git20230913.fb2c46d-1_all.deb