How to Install and Uninstall fusil Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "fusil" package

Please follow the step by step instructions below to install fusil on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fusil

2. Uninstall "fusil" package

Here is a brief guide to show you how to uninstall fusil on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fusil $ sudo apt autoclean && sudo apt autoremove

3. Information about the fusil package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fusil
Priority: extra
Section: universe/python
Installed-Size: 468
Maintainer: Ubuntu Developers
Original-Maintainer: Pierre Chifflier
Architecture: all
Version: 1.5-1
Depends: python (>= 2.7), python (<< 2.8), python-ptrace (>= 0.5)
Recommends: python-xlib, gcc
Filename: pool/universe/f/fusil/fusil_1.5-1_all.deb
Size: 102066
MD5sum: 425b26a1cf7fe82d1481c8ed0ff61f91
SHA1: 783338792c743ad5415f8059e190965cb1c9b1a6
SHA256: 57b9afd2411a442e38e59bb32abb25c1b5a491c0246357ee9873d03c7896f13e
Description-en: Fuzzing program to test applications
Fusil is a fuzzing framework designed to expose bugs in software by
changing random bits of its input.
.
It helps to start process with a prepared environment (limit memory,
environment variables, redirect stdout, etc.), start network client or
server, and create mangled files. Fusil has many probes to detect
program crash: watch process exit code, watch process stdout and syslog
for text patterns (eg. "segmentation fault"), watch session duration,
watch cpu usage (process and system load), etc.
.
Fusil is based on a modular architecture. It computes a session score
used to guess fuzzing parameters like number of injected errors to
input files.
Description-md5: 2fb2f44e6a253e74c47487ec85aeaed7
Homepage: http://fusil.hachoir.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu