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

Last updated: May 19,2024

1. Install "grub-pc-bin" package

Please follow the guidelines below to install grub-pc-bin on Kali Linux

$ sudo apt update $ sudo apt install grub-pc-bin

2. Uninstall "grub-pc-bin" package

Please follow the instructions below to uninstall grub-pc-bin on Kali Linux:

$ sudo apt remove grub-pc-bin $ sudo apt autoclean && sudo apt autoremove

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

Package: grub-pc-bin
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 3142
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.12-1+kali1)
Suggests: desktop-base (>= 4.0.6)
Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 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-pc-bin_2.12-1+kali1_amd64.deb
Size: 1009184
SHA256: e3033bc648c46c780058758d915278d55effbac2306e82e2af453c05d987e0a1
SHA1: 54b2094d563e8d46d214a066e1f5745e7f391bdd
MD5sum: 8322ff403b96de4fa5b852d2dcbcae4e
Description: GRand Unified Bootloader, version 2 (PC/BIOS 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.
- VESA-based graphical mode with background image support and complete 24-bit
color set.
- Support for extended charsets. Users can write UTF-8 text to their menu
entries.
.
This package contains GRUB modules that have been built for use with the
traditional PC/BIOS architecture. 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-pc is also
installed.
Description-md5:
Original-Maintainer: GRUB Maintainers