How to Install and Uninstall python311-smmap Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-smmap" package
In this section, we are going to explain the necessary steps to install python311-smmap on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-smmap
Copied
2. Uninstall "python311-smmap" package
This guide let you learn how to uninstall python311-smmap on openSUSE Leap:
$
sudo zypper remove
python311-smmap
Copied
3. Information about the python311-smmap package on openSUSE Leap
Information for package python311-smmap:
----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-smmap
Version : 5.0.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 147.1 KiB
Installed : No
Status : not installed
Source package : python-smmap-5.0.0-150400.9.3.9.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
----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-smmap
Version : 5.0.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 147.1 KiB
Installed : No
Status : not installed
Source package : python-smmap-5.0.0-150400.9.3.9.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