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

Last updated: May 13,2024

1. Install "grub-xen-bin" package

Here is a brief guide to show you how to install grub-xen-bin on Kali Linux

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

2. Uninstall "grub-xen-bin" package

Learn how to uninstall grub-xen-bin on Kali Linux:

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

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

Package: grub-xen-bin
Source: grub2
Version: 2.12-1+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 5526
Depends: grub-common (= 2.12-1+kali1)
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/grub/
Priority: optional
Section: admin
Filename: pool/main/g/grub2/grub-xen-bin_2.12-1+kali1_amd64.deb
Size: 1031476
SHA256: 0eaa41d88c42f1f63747085d96373e1ac20eae3b91b3410845572e9e67d10863
SHA1: d4ec03554e3528614bd58b22c3539853194b5d4f
MD5sum: 391a4d5ccfffc8c281d3d232c66084e0
Description: GRand Unified Bootloader, version 2 (Xen 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
Xen hypervisor (i.e. PV-GRUB). 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-xen is also
installed.
Description-md5:
Original-Maintainer: GRUB Maintainers