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

Last updated: May 12,2024

1. Install "python3-fiu" package

Please follow the instructions below to install python3-fiu on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fiu

2. Uninstall "python3-fiu" package

Please follow the guidelines below to uninstall python3-fiu on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-fiu
Priority: optional
Section: universe/python
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: amd64
Source: libfiu
Version: 0.94-4
Depends: libfiu0 (= 0.94-4), python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Filename: pool/universe/libf/libfiu/python3-fiu_0.94-4_amd64.deb
Size: 8608
MD5sum: 336e5378314345c4bee5e40cf25519d9
SHA1: 67c59a50affeb4926f1ebd3057cf8a71ef283a08
SHA256: 7587736817567cfca58df3f310db2fb05f736e0d009a26ad9e8c23ea0e449028
Description-en: userspace fault injection framework (Python 3 bindings)
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 Python 3 bindings to libfiu.
Description-md5: 05390b922b968c08d14856b992b26b8c
Homepage: http://blitiri.com.ar/p/libfiu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu