How to Install and Uninstall afflib-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "afflib-tools" package

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

$ sudo apt update $ sudo apt install afflib-tools

2. Uninstall "afflib-tools" package

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

$ sudo apt remove afflib-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the afflib-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: afflib-tools
Priority: optional
Section: universe/utils
Installed-Size: 477
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Forensics
Architecture: amd64
Source: afflib
Version: 3.7.7-3
Depends: libafflib0v5 (>= 3.7.7), libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfuse2 (>= 2.6), libgcc1 (>= 1:3.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2)
Suggests: xmount
Filename: pool/universe/a/afflib/afflib-tools_3.7.7-3_amd64.deb
Size: 118492
MD5sum: 201cb204031ae7a9f8071a6256e53713
SHA1: 836f1acd05f049542a535e93360dd47aa47a15b3
SHA256: 092b5230fdfcd136c5e1d14744805a5a278f22bc411bfb4efae53e76e07d77c8
Description-en: Advanced Forensics Format Library (utilities)
The Advanced Forensic Format (AFF) is on-disk format for storing
computer forensic information. Critical features of AFF include:
.
- AFF allows you to store both computer forensic data and associated
metadata in one or more files.
- AFF allows files to be digital singed, to provide for
chain-of-custody and long-term file integrity.
- AFF allows for forensic disk images to stored encrypted and
decrypted on-the-fly for processing. This allows disk images
containing privacy sensitive material to be stored on the Internet.
.
This package provides the AFF Toolkit, that is a set of programs for
working with computer forensic information. Using these tools you can:
* Interconvert disk images between a variety of formats, including:
- raw or "dd";
- splitraw (in which a single image is split between multiple files);
- AFF format (in which the entire disk image is stored in a single
file);
- AFD format (in which a disk image is stored in multiple AFF files
stored in a single directory);
- AFM format (in which an AFF file is used to annotate a raw file).
* Compare disk images and report the data or metadata that is different.
* Copy disk images from one location to another, with full verification
of data, metadata, and the automatic generation of a chain-of-custody
segment.
* Find errors in an AFF file and fix them.
* Print information about a file.
* Print detailed statistics about a file
* Generate a XML representation of a disk image's metadata (for example,
acquisition time or the serial number of the acquisition device).
* Produce a XML "diskprint" which allows a disk image to be rapidly
fingerprinted without having the computer the SHA1 of the entire
disk.
.
The AFF Toolkit provides these executables: affcat, affcompare, affconvert,
affcopy, affcrypto, affdiskprint, affinfo, affix, affrecover, affsegment,
affsign, affstats, affuse, affverify and affxml.
Description-md5: 305f2df221f8ec8a5c88bec88c6f00f1
Homepage: https://github.com/sshock/AFFLIBv3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu