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

Last updated: July 06,2024

1. Install "python310-smmap" package

Please follow the steps below to install python310-smmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-smmap

2. Uninstall "python310-smmap" package

Learn how to uninstall python310-smmap on openSuSE Tumbleweed:

$ sudo zypper remove python310-smmap

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

Information for package python310-smmap:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-smmap
Version : 5.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 155.2 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