How to Install and Uninstall fatrace Package on Kali Linux

Last updated: April 27,2024

1. Install "fatrace" package

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

$ sudo apt update $ sudo apt install fatrace

2. Uninstall "fatrace" package

This guide covers the steps necessary to uninstall fatrace on Kali Linux:

$ sudo apt remove fatrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the fatrace package on Kali Linux

Package: fatrace
Version: 0.17.0-1
Installed-Size: 43
Maintainer: Martin Pitt
Architecture: amd64
Depends: libc6 (>= 2.34)
Recommends: python3, powertop
Size: 12532
SHA256: 32abc96ed0095f0d5fd1470490de4638f3b92531cc4180fc7a115b8417ad64dd
SHA1: b7a894d3eb404f74bf8d7fdd19a13791b0fa3b8d
MD5sum: 906d0a7489f81e54037334f424af80ea
Description: report system wide file access events
fatrace reports file access events from all running processes.
Its main purpose is to find processes which keep waking up the disk
unnecessarily and thus prevent some power saving.
.
This package also contains a "power-usage-report" tool, which uses
fatrace and powertop to build a textual report from one minute of
measuring power usage and file accesses. This does not take any
arguments or requires any interactivity, so is very simple to use and
serves as a starting point for bug reports or optimizing a particular
installation.
Description-md5:
Homepage: https://github.com/martinpitt/fatrace
Section: utils
Priority: optional
Filename: pool/main/f/fatrace/fatrace_0.17.0-1_amd64.deb