How to Install and Uninstall fiu-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "fiu-utils" package

This tutorial shows how to install fiu-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fiu-utils

2. Uninstall "fiu-utils" package

This is a short guide on how to uninstall fiu-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fiu-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the fiu-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fiu-utils
Priority: optional
Section: universe/libdevel
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: amd64
Source: libfiu
Version: 0.94-4
Depends: libfiu0 (= 0.94-4)
Filename: pool/universe/libf/libfiu/fiu-utils_0.94-4_amd64.deb
Size: 8852
MD5sum: 7a9122614a19bc4fdf05998b5c4bb39a
SHA1: 7af8738156b062c22cde007b10d73966376df8f9
SHA256: 444d813d662e4a5a928055f8bd97a9cf9c041af72f330f6f7e7ccf150fdadd98
Description-en: 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.
Description-md5: d0523e5ca3d06bb99764019a33b33c83
Homepage: http://blitiri.com.ar/p/libfiu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu