How to Install and Uninstall grub-efi-amd64-bin Package on Kali Linux

Last updated: May 15,2024

1. Install "grub-efi-amd64-bin" package

Please follow the steps below to install grub-efi-amd64-bin on Kali Linux

$ sudo apt update $ sudo apt install grub-efi-amd64-bin

2. Uninstall "grub-efi-amd64-bin" package

This tutorial shows how to uninstall grub-efi-amd64-bin on Kali Linux:

$ sudo apt remove grub-efi-amd64-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the grub-efi-amd64-bin package on Kali Linux

Package: grub-efi-amd64-bin
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 12717
Depends: grub-common (= 2.12-1+kali1)
Recommends: efibootmgr
Conflicts: grub-efi-amd64-signed
Breaks: grub-efi-amd64-signed (<< 1+2.12~rc1)
Replaces: grub-common (<= 1.97~beta2-1), grub-efi-amd64 (<< 1.99-1), grub2 (<< 2.12-1+kali1)
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/grub/
Priority: optional
Section: admin
Filename: pool/main/g/grub2/grub-efi-amd64-bin_2.12-1+kali1_amd64.deb
Size: 1998060
SHA256: 43f6401fcb8e562c90ea726be0b5d3b5a0ee722e05c6a2775fad5ea0e1934713
SHA1: 8ed2fafe6b8158e42d9859c79262bde5e1193b0b
MD5sum: 7671d722439fbb5ca1328591378112f1
Description: GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
.
- Scripting in grub.cfg using BASH-like syntax.
- Support for modern partition maps such as GPT.
- Modular generation of grub.cfg via update-grub. Packages providing GRUB
add-ons can plug in their own script rules and trigger updates by invoking
update-grub.
.
This package contains GRUB modules that have been built for use with the
EFI-AMD64 architecture, as used by Intel Macs (unless a BIOS interface has
been activated). It can be installed in parallel with other flavours, but
will not automatically install GRUB as the active boot loader nor
automatically update grub.cfg on upgrade unless grub-efi-amd64 is also
installed.
Description-md5:
Efi-Vendor: kali
Original-Maintainer: GRUB Maintainers