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

Last updated: May 15,2024

1. Install "grub-pc" package

In this section, we are going to explain the necessary steps to install grub-pc on Kali Linux

$ sudo apt update $ sudo apt install grub-pc

2. Uninstall "grub-pc" package

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

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

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

Package: grub-pc
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 557
Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1+kali1), grub2-common (= 2.12-1+kali1), grub-pc-bin (= 2.12-1+kali1), ucf
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen
Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, 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_2.12-1+kali1_amd64.deb
Size: 136720
SHA256: 3d4feb5b0a7712fedc087cdcac98aaa246e85997e932450afcad373a5e19e352
SHA1: 39f60baa33302842fd8bc3d2038fb6a702135926
MD5sum: f0123f801319ff6d037abe8fc70ef4a7
Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
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 is a dependency package for a version of GRUB that has been built for
use with the traditional PC/BIOS architecture. Installing this package
indicates that this version of GRUB should be the active boot loader.
Description-md5:
Original-Maintainer: GRUB Maintainers