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

Last updated: May 19,2024

1. Install "grub-xen" package

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

$ sudo apt update $ sudo apt install grub-xen

2. Uninstall "grub-xen" package

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

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

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

Package: grub-xen
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-xen-bin (= 2.12-1+kali1), ucf
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/grub/
Priority: optional
Section: admin
Filename: pool/main/g/grub2/grub-xen_2.12-1+kali1_amd64.deb
Size: 45836
SHA256: 29c7f7c30bac8c1ea86558469902c845d0a6a9e9193685faa76346fd537f7ad1
SHA1: afe620134f805977eb1f18d262ed8b74188d25a4
MD5sum: 418620e16b62d09b40edbed0d3237f8f
Description: GRand Unified Bootloader, version 2 (Xen 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 the Xen hypervisor (i.e. PV-GRUB). Installing this package
indicates that this version of GRUB should be the active boot loader.
Description-md5:
Original-Maintainer: GRUB Maintainers