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

Last updated: May 15,2024

1. Install "libhugetlbfs.x86_64" package

Please follow the guidance below to install libhugetlbfs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libhugetlbfs.x86_64

2. Uninstall "libhugetlbfs.x86_64" package

Please follow the guidance below to uninstall libhugetlbfs.x86_64 on CentOS Stream 8:

$ sudo dnf remove libhugetlbfs.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 6:29:55 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libhugetlbfs
Version : 2.21
Release : 17.el8
Architecture : x86_64
Size : 89 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.