How to Install and Uninstall libtsk-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libtsk-dev" package

This tutorial shows how to install libtsk-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtsk-dev

2. Uninstall "libtsk-dev" package

Please follow the instructions below to uninstall libtsk-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtsk-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtsk-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtsk-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2238
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Forensics
Architecture: amd64
Source: sleuthkit
Version: 4.2.0-3
Depends: libtsk13 (= 4.2.0-3), zlib1g-dev
Filename: pool/universe/s/sleuthkit/libtsk-dev_4.2.0-3_amd64.deb
Size: 470202
MD5sum: ea152ec0239a21d3457237dc9ea37dbd
SHA1: f705728ad0fdc32a2b69398b575bb2b85234f210
SHA256: 7448b12589b37cc73896071d52d87bdfbcfb3532c183a2b2a43b233bc752175a
Description-en: library for forensics analysis (development files)
The Sleuth Kit, also known as TSK, is a collection of UNIX-based command
line file and volume system forensic analysis tools. The filesystem tools
allow you to examine filesystems of a suspect computer in a non-intrusive
fashion. Because the tools do not rely on the operating system to process the
filesystems, deleted and hidden content is shown.
.
The volume system (media management) tools allow you to examine the layout of
disks and other media. You can also recover deleted files, get information
stored in slack spaces, examine filesystems journal, see partitions layout on
disks or images etc. But is very important clarify that the TSK acts over the
current filesystem only.
.
The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac
partitions, Sun slices (Volume Table of Contents), and GPT disks. With these
tools, you can identify where partitions are located and extract them so that
they can be analyzed with filesystem analysis tools.
.
Currently, TSK supports several filesystems, as NTFS, FAT, exFAT, HFS+, Ext3,
Ext4, UFS and YAFFS2.
.
This package contains header files and static version of the library.
Description-md5: 0b95c9cdb87be6a011ef3c0c84371026
Homepage: http://www.sleuthkit.org/sleuthkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu