How to Install and Uninstall gaffitter Package on Kali Linux

Last updated: May 11,2024

1. Install "gaffitter" package

This guide covers the steps necessary to install gaffitter on Kali Linux

$ sudo apt update $ sudo apt install gaffitter

2. Uninstall "gaffitter" package

This guide let you learn how to uninstall gaffitter on Kali Linux:

$ sudo apt remove gaffitter $ sudo apt autoclean && sudo apt autoremove

3. Information about the gaffitter package on Kali Linux

Package: gaffitter
Version: 0.6.0-3
Installed-Size: 185
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 65276
SHA256: 490ed033f1f55906bb96958f839eefff18e62b40bace35720e3ba3d6f1dd3805
SHA1: 68e029c09d9b28d9b54cd073247c368b3bf6e5dd
MD5sum: 7c288b4cf3f7b31a73f7fd65e97074ab
Description: File subsets extractor based on genetic algorithms
Genetic Algorithm File Fitter (gaffitter) is a command-line software
written in C++ that extracts --via genetic algorithm-- subsets of an
input list of files/directories that best fit the given volume size
(target), such as CD, DVD and others.
.
gaffitter provides an intelligent manner (thanks to Genetic Algorithm)
to minimize the error between the desired target size and the selected
candidates of files/directories. Gaffitter highlights:
.
* Uses a global meta-heuristic (Genetic Algorithm search).
* The command-line interface provides high integration (via pipe) with
other tools, i.e. works as a "filter".
* Allow the user to enter 'size identifier' pairs directly instead
of file/dir names.
* Pretty configurable. gaffitter have many input parameters to
control/adjust its behavior (including GA params).
Description-md5:
Homepage: http://gaffitter.sourceforge.net/
Tag: implemented-in::c++, interface::commandline, role::program,
scope::utility, use::searching, works-with::file
Section: utils
Priority: optional
Filename: pool/main/g/gaffitter/gaffitter_0.6.0-3_amd64.deb