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

Last updated: April 29,2024

1. Install "python-fiu" package

This guide let you learn how to install python-fiu on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fiu

2. Uninstall "python-fiu" package

Please follow the step by step instructions below to uninstall python-fiu on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/universe/libf/libfiu/python-fiu_0.94-4_amd64.deb
Size: 8512
MD5sum: e031bd0615456f682a25c04af1d28ac8
SHA1: cec9d8113fde491bd86cd47a62ac943d32c238ee
SHA256: cdce5625800330e11004dd5db8ae127c65bf5a8233d3e1aaa5c0be0f8160abb8
Description-en: userspace fault injection framework (Python 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 bindings to libfiu.
Description-md5: a1bdc6d35c1d6a7abb30362bdc420aaa
Homepage: http://blitiri.com.ar/p/libfiu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu