How to Install and Uninstall python38-smmap Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python38-smmap" package

Learn how to install python38-smmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-smmap

2. Uninstall "python38-smmap" package

Please follow the instructions below to uninstall python38-smmap on openSuSE Tumbleweed:

$ sudo zypper remove python38-smmap

3. Information about the python38-smmap package on openSuSE Tumbleweed

Information for package python38-smmap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-smmap
Version : 4.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 157,8 KiB
Installed : No
Status : not installed
Source package : python-smmap-4.0.0-1.2.src
Summary : A pure git implementation of a sliding window memory map manager
Description :
When reading from many possibly large files in a fashion similar to random
access, it is usually the fastest and most efficient to use memory maps.
Although memory maps have many advantages, they represent a very limited
system resource as every map uses one file descriptor, whose amount is
limited per process. On 32 bit systems, the amount of memory you can have
mapped at a time is naturally limited to theoretical 4GB of memory, which
may not be enough for some applications.
The documentation can be found here: http://packages.python.org/smmap