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

Last updated: January 11,2025

1. Install "grub-ieee1275" package

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

$ sudo apt update $ sudo apt install grub-ieee1275

2. Uninstall "grub-ieee1275" package

Please follow the guidelines below to uninstall grub-ieee1275 on Kali Linux:

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

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

Package: grub-ieee1275
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 184
Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1+kali1), grub2-common (= 2.12-1+kali1), grub-ieee1275-bin (= 2.12-1+kali1), ucf
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, grub-xen
Replaces: grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, 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-ieee1275_2.12-1+kali1_amd64.deb
Size: 45892
SHA256: b1e0bda292284d361cc672d1ab1bc5d8aa9787abeb7aee400ed6b2e0f0c1c083
SHA1: d740d1406e6ee3c11ae9e263bb9dddd30069288d
MD5sum: ba533304ff8582c7448518b9b90f1295
Description: GRand Unified Bootloader, version 2 (Open Firmware 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.
.
This is a dependency package for a version of GRUB that has been built for
use with Open Firmware implementations. Installing this package indicates
that this version of GRUB should be the active boot loader.
Description-md5:
Original-Maintainer: GRUB Maintainers