How to Install and Uninstall grub-emu-dbg Package on Kali Linux

Last updated: May 11,2024

1. Install "grub-emu-dbg" package

Please follow the instructions below to install grub-emu-dbg on Kali Linux

$ sudo apt update $ sudo apt install grub-emu-dbg

2. Uninstall "grub-emu-dbg" package

This guide covers the steps necessary to uninstall grub-emu-dbg on Kali Linux:

$ sudo apt remove grub-emu-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the grub-emu-dbg package on Kali Linux

Package: grub-emu-dbg
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 13409
Depends: grub-common (= 2.12-1+kali1), grub-emu (= 2.12-1+kali1)
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/grub/
Priority: optional
Section: debug
Filename: pool/main/g/grub2/grub-emu-dbg_2.12-1+kali1_amd64.deb
Size: 2795292
SHA256: 684eccd0a0818c28259ea58027040ec243e550db2a575a13cae42c62448f1475
SHA1: 7e770a8443f876eba2eee576976d631bcec00c1b
MD5sum: 97121d59aab020836a0b6777ca6b195f
Description: GRand Unified Bootloader, version 2 (emulated debug files)
This package contains debugging files for grub-emu. You only need these if
you are trying to debug GRUB using its GDB stub.
Description-md5:
Original-Maintainer: GRUB Maintainers