How to Install and Uninstall python3-fiu Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-fiu" package

Here is a brief guide to show you how to install python3-fiu on Kali Linux

$ sudo apt update $ sudo apt install python3-fiu

2. Uninstall "python3-fiu" package

This tutorial shows how to uninstall python3-fiu on Kali Linux:

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

3. Information about the python3-fiu package on Kali Linux

Package: python3-fiu
Source: libfiu (1.2-1)
Version: 1.2-1+b1
Installed-Size: 62
Maintainer: Chris Lamb
Architecture: amd64
Depends: libfiu0 (= 1.2-1+b1), python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 11472
SHA256: ddab42cd0fc2280094b74a58920fe55bfd4aec88f480a66e6830afa30d3409fb
SHA1: 5316de11af457c0c56a0b950d854860bcb625223
MD5sum: 28e2ec2cabb51e4870cf9bee2a6378ca
Description: 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:
Homepage: https://blitiri.com.ar/p/libfiu/
Section: python
Priority: optional
Filename: pool/main/libf/libfiu/python3-fiu_1.2-1+b1_amd64.deb