How to Install and Uninstall bifcl.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "bifcl.x86_64" package

Learn how to install bifcl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install bifcl.x86_64

2. Uninstall "bifcl.x86_64" package

Learn how to uninstall bifcl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove bifcl.x86_64 $ sudo dnf autoremove

3. Information about the bifcl.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:09:57 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : bifcl
Version : 1.2
Release : 1.el8
Architecture : x86_64
Size : 41 k
Source : bifcl-1.2-1.el8.src.rpm
Repository : epel
Summary : A built-in-function (BIF) compiler/generator
URL : https://github.com/zeek/bifcl
License : BSD
Description : 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/Zeek built-in-functions (BIFs), which
: can then be compiled and shipped ss part of a Bro/Zeek 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/Zeek's internal C++ API that aren't already exposed via their own BIFs.
:
: At the moment, learning the format of a .bif file is likely easiest by just
: taking a look at the .bif files inside the Bro/Zeek source-tree.