How to Install and Uninstall memtool Package on Kali Linux

Last updated: May 14,2024

1. Install "memtool" package

This tutorial shows how to install memtool on Kali Linux

$ sudo apt update $ sudo apt install memtool

2. Uninstall "memtool" package

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

$ sudo apt remove memtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the memtool package on Kali Linux

Package: memtool
Version: 2018.03.0-1
Installed-Size: 32
Maintainer: Uwe Kleine-König
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 10020
SHA256: 08a621aede5f5b5a1d618bb3c9d3db1bce1823fad86911e7ffd776f19be45da3
SHA1: ffaff1cc865d05b8784ca1c24062db081cb6e35b
MD5sum: 7d2f88c5d257291411d8c68e9f76a9ac
Description: Development tool to modify memory mapped registers
memtool allows one to read and write memory mapped registers via /dev/mem. The
commands are inspired by the respective commands of the barebox bootloader.
This is handy during driver development to inspect and modify register
settings. It can also be used to modify regular files and character devices
(e.g. to paint to /dev/fb0).
Description-md5:
Homepage: http://www.pengutronix.de/software/memtool/index_en.html
Section: devel
Priority: optional
Filename: pool/main/m/memtool/memtool_2018.03.0-1_amd64.deb