How to Install and Uninstall dracut.x86_64 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "dracut.x86_64" package

This is a short guide on how to install dracut.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install dracut.x86_64

2. Uninstall "dracut.x86_64" package

Please follow the steps below to uninstall dracut.x86_64 on CentOS Stream 8:

$ sudo dnf remove dracut.x86_64 $ sudo dnf autoremove

3. Information about the dracut.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:25:30 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : dracut
Version : 049
Release : 233.git20240115.el8
Architecture : x86_64
Size : 1.0 M
Source : dracut-049-233.git20240115.el8.src.rpm
Repository : @System
Summary : Initramfs generator using udev
URL : https://dracut.wiki.kernel.org/
License : GPLv2+ and LGPLv2+
Description : dracut contains tools to create bootable initramfses for the Linux
: kernel. Unlike previous implementations, dracut hard-codes as little
: as possible into the initramfs. dracut contains various modules which
: are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS
: is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network
: package.