How to Install and Uninstall libhugetlbfs.x86_64 Package on AlmaLinux 8

Last updated: December 25,2024

1. Install "libhugetlbfs.x86_64" package

Please follow the guidelines below to install libhugetlbfs.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libhugetlbfs.x86_64

2. Uninstall "libhugetlbfs.x86_64" package

This guide covers the steps necessary to uninstall libhugetlbfs.x86_64 on AlmaLinux 8:

$ sudo dnf remove libhugetlbfs.x86_64 $ sudo dnf autoremove

3. Information about the libhugetlbfs.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:55:36 ago on Mon Sep 5 03:22:42 2022.
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.