How to Install and Uninstall ree Package on Kali Linux

Last updated: May 12,2024

1. Install "ree" package

This tutorial shows how to install ree on Kali Linux

$ sudo apt update $ sudo apt install ree

2. Uninstall "ree" package

Please follow the instructions below to uninstall ree on Kali Linux:

$ sudo apt remove ree $ sudo apt autoclean && sudo apt autoremove

3. Information about the ree package on Kali Linux

Package: ree
Version: 1.4.1-2
Installed-Size: 48
Maintainer: Gürkan Myczko
Architecture: amd64
Depends: libc6 (>= 2.7)
Suggests: file, nasm, bc
Size: 8708
SHA256: 512abfc91a77de6d63e2b81bfa7aa46f8f75754db1bb0de53f4be1b281561e65
SHA1: ea06dd5476c2a79bae8e7c1f0defc0e0fcdf08b7
MD5sum: 78aa744e69c1cdde43a28ced01f7982f
Description: extract ROM extensions
ROM extension extractor (ree) is a tool which extracts ROM extensions
from the firmware of a PC computer. This package also comes with fontdump,
a program to extract the fonts from your video BIOS.
.
ree will scan the system memory, address c0000 - f0000 in 512 byte steps for
identification of ROM extensions (55,aa). If found, it will calculate its
size (byte after id, multiplied by 512byte steps) and save the output to
a .rom file.
Description-md5:
Homepage: https://github.com/alexmyczko/ree
Tag: implemented-in::c, implemented-in::shell, interface::commandline,
role::program, scope::utility
Section: admin
Priority: optional
Filename: pool/main/r/ree/ree_1.4.1-2_amd64.deb