How to Install fiu-utils in Ubuntu 18.04



Install fiu-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install fiu-utils

Description:

userspace fault injection framework (utilities)

libfiu is a C library for fault injection. It provides functions to mark "points of failure" inside your code (the "core API"), and functions to enable/disable the failure of those points (the "control API"). . This package contains the fiu-run, fiu-ls and fiu-ctrl utilities.

Homepage: http://blitiri.com.ar/p/libfiu/

Version: 0.95-4build1

Section: universe/libdevel