How to Install and Uninstall python3-smmap.noarch Package on CentOS 8 / RHEL 8
Last updated: November 04,2024
1. Install "python3-smmap.noarch" package
In this section, we are going to explain the necessary steps to install python3-smmap.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-smmap.noarch
Copied
2. Uninstall "python3-smmap.noarch" package
Please follow the step by step instructions below to uninstall python3-smmap.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-smmap.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-smmap.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:06:08 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-smmap
Version : 3.0.1
Release : 2.el8
Architecture : noarch
Size : 49 k
Source : python-smmap-3.0.1-2.el8.src.rpm
Repository : epel
Summary : Sliding window memory map manager
URL : https://github.com/gitpython-developers/smmap
License : BSD
Description : Smmap wraps an interface around mmap and tracks the mapped files as well as
: the amount of clients who use it. If the system runs out of resources,
: or if a memory limit is reached, it will automatically unload unused maps
: to allow continued operation.
:
: Python 3 version.
Available Packages
Name : python3-smmap
Version : 3.0.1
Release : 2.el8
Architecture : noarch
Size : 49 k
Source : python-smmap-3.0.1-2.el8.src.rpm
Repository : epel
Summary : Sliding window memory map manager
URL : https://github.com/gitpython-developers/smmap
License : BSD
Description : Smmap wraps an interface around mmap and tracks the mapped files as well as
: the amount of clients who use it. If the system runs out of resources,
: or if a memory limit is reached, it will automatically unload unused maps
: to allow continued operation.
:
: Python 3 version.