How to Install and Uninstall libhugetlbfs.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libhugetlbfs.x86_64" package

Please follow the instructions below to install libhugetlbfs.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libhugetlbfs.x86_64

2. Uninstall "libhugetlbfs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libhugetlbfs.x86_64 on Rocky Linux 8:

$ sudo dnf remove libhugetlbfs.x86_64 $ sudo dnf autoremove

3. Information about the libhugetlbfs.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:11:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libhugetlbfs
Version : 2.21
Release : 17.el8
Architecture : x86_64
Size : 88 k
Source : libhugetlbfs-2.21-17.el8.src.rpm
Repository : baseos
Summary : A library which provides easy access to huge pages of memory
URL : https://github.com/libhugetlbfs/libhugetlbfs
License : LGPLv2+
Description : libhugetlbfs is a library which provides easy access to huge pages of memory.
: It is a wrapper for the hugetlbfs file system. Applications can use huge pages
: to fulfill malloc() requests without being recompiled by using LD_PRELOAD.
: Alternatively, applications can be linked against libhugetlbfs without source
: modifications to load BSS or BSS, data, and text segments into large pages.