How to Install and Uninstall grub2-pc.x86_64 Package on CentOS 7 / RHEL 7

Last updated: March 29,2024

1. Install "grub2-pc.x86_64" package

In this section, we are going to explain the necessary steps to install grub2-pc.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install grub2-pc.x86_64

2. Uninstall "grub2-pc.x86_64" package

Learn how to uninstall grub2-pc.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove grub2-pc.x86_64 $ sudo yum autoremove

3. Information about the grub2-pc.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : grub2-pc
Arch : x86_64
Epoch : 1
Version : 2.02
Release : 0.87.el7.centos.6
Size : 0.0
Repo : installed
From repo : updates
Summary : Bootloader with support for Linux, Multiboot, and more
URL : http://www.gnu.org/software/grub/
License : GPLv3+
Description :
: The GRand Unified Bootloader (GRUB) is a highly configurable and
: customizable bootloader with modular architecture. It supports a
: rich variety of kernel formats, file systems, computer
: architectures and hardware devices.
:
: This subpackage provides support for pc systems.