How to Install and Uninstall libmemkind0 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "libmemkind0" package

Learn how to install libmemkind0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libmemkind0

2. Uninstall "libmemkind0" package

This is a short guide on how to uninstall libmemkind0 on openSUSE Leap:

$ sudo zypper remove libmemkind0

3. Information about the libmemkind0 package on openSUSE Leap

Information for package libmemkind0:
------------------------------------
Repository : Main Repository
Name : libmemkind0
Version : 1.14.0-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 764.6 KiB
Installed : No
Status : not installed
Source package : memkind-1.14.0-150500.1.1.src
Upstream URL : http://memkind.github.io/memkind
Summary : User Extensible Heap Manager shared library
Description :
The memkind library is an user extensible heap manager built on top
of jemalloc which enables control of memory characteristics and a
partitioning of the heap between kinds of memory. The kinds of memory
are defined by operating system memory policies that have been
applied to virtual address ranges. Memory characteristics supported
by memkind without user extension include control of NUMA and page
size features. The jemalloc non-standard interface has been extended
to enable specialized arenas to make requests for virtual memory from
the operating system through the memkind partition interface. Through
the other memkind interfaces, the user can control and extend memory
partition features and allocate memory while selecting enabled
features.