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

Last updated: June 18,2024

1. Install "python39-smmap" package

Learn how to install python39-smmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-smmap

2. Uninstall "python39-smmap" package

Learn how to uninstall python39-smmap on openSuSE Tumbleweed:

$ sudo zypper remove python39-smmap

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

Information for package python39-smmap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-smmap
Version : 5.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 155.4 KiB
Installed : No
Status : not installed
Source package : python-smmap-5.0.1-1.4.src
Upstream URL : https://github.com/gitpython-developers/smmap
Summary : A pure python 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