How to Install and Uninstall mimalloc.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "mimalloc.x86_64" package

Here is a brief guide to show you how to install mimalloc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install mimalloc.x86_64

2. Uninstall "mimalloc.x86_64" package

Please follow the guidelines below to uninstall mimalloc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove mimalloc.x86_64 $ sudo dnf autoremove

3. Information about the mimalloc.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:40:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : mimalloc
Version : 2.1.2
Release : 1.el9
Architecture : x86_64
Size : 71 k
Source : mimalloc-2.1.2-1.el9.src.rpm
Repository : epel
Summary : A general purpose allocator with excellent performance
URL : https://github.com/microsoft/mimalloc
License : MIT
Description : mimalloc (pronounced "me-malloc")
: is a general purpose allocator with excellent performance characteristics.
: Initially developed by Daan Leijen for the run-time systems.