How to Install and Uninstall bifcl Package on Kali Linux

Last updated: May 13,2024

1. Install "bifcl" package

Learn how to install bifcl on Kali Linux

$ sudo apt update $ sudo apt install bifcl

2. Uninstall "bifcl" package

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

$ sudo apt remove bifcl $ sudo apt autoclean && sudo apt autoremove

3. Information about the bifcl package on Kali Linux

Package: bifcl
Version: 1.6.2-1
Installed-Size: 85
Maintainer: Hilko Bengen
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 31444
SHA256: 644a6a9b882a304b60ac08663c74c0989bc69ca329479aab4f9d4c0d2e10bb97
SHA1: 91277fefaca5fba5c5b64f5876e0c4adefa0ce6f
MD5sum: 1d3b083c908840f017d884c335fe2c19
Description: Bro Built-In-Function Compiler
The bifcl program simply takes a .bif file as input and generates C++
header/source files along with a .bro script that all-together
provide the declaration and implementation of Bro Built-In-Functions
(BIFs), which can then be compiled and shipped as part of a Bro
plugin.
.
A BIF allows one to write arbitrary C++ code and access it via a
function call inside a Bro script. In this way, they can also be used
to access parts of Bro's internal C++ API that aren't already exposed
via their own BIFs.
Description-md5:
Homepage: https://www.zeek.org/
Section: devel
Priority: optional
Filename: pool/main/b/bifcl/bifcl_1.6.2-1_amd64.deb