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

Last updated: June 25,2024

1. Install "libeatmydata.x86_64" package

Please follow the guidelines below to install libeatmydata.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libeatmydata.x86_64

2. Uninstall "libeatmydata.x86_64" package

This is a short guide on how to uninstall libeatmydata.x86_64 on CentOS Stream 8:

$ sudo dnf remove libeatmydata.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:46:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libeatmydata
Version : 130
Release : 4.el8
Architecture : x86_64
Size : 13 k
Source : libeatmydata-130-4.el8.src.rpm
Repository : epel
Summary : Library and utilities designed to disable fsync and friends
URL : https://www.flamingspork.com/projects/libeatmydata/
License : GPLv3
Description : This package contains a small LD_PRELOAD library (libeatmydata) and a couple
: of helper utilities (eatmydata) designed to transparently disable fsync and
: friends (like open(O_SYNC)). This has two side-effects: making software that
: writes data safely to disk a lot quicker and making this software no longer
: crash safe.