How to Install and Uninstall python3-smmap Package on openSUSE Leap

Last updated: December 24,2024

1. Install "python3-smmap" package

Here is a brief guide to show you how to install python3-smmap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-smmap

2. Uninstall "python3-smmap" package

Please follow the guidance below to uninstall python3-smmap on openSUSE Leap:

$ sudo zypper remove python3-smmap

3. Information about the python3-smmap package on openSUSE Leap

Information for package python3-smmap:
--------------------------------------
Repository : Main Repository
Name : python3-smmap
Version : 3.0.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 161.8 KiB
Installed : No
Status : not installed
Source package : python-smmap-3.0.2-bp155.2.13.src
Upstream URL : https://github.com/gitpython-developers/smmap
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