How to Install and Uninstall python3-smmap.noarch Package on Fedora 36

Last updated: December 29,2024

1. Install "python3-smmap.noarch" package

This is a short guide on how to install python3-smmap.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-smmap.noarch

2. Uninstall "python3-smmap.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-smmap.noarch on Fedora 36:

$ sudo dnf remove python3-smmap.noarch $ sudo dnf autoremove

3. Information about the python3-smmap.noarch package on Fedora 36

Last metadata expiration check: 2:26:13 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-smmap
Version : 5.0.0
Release : 1.fc36
Architecture : noarch
Size : 46 k
Source : python-smmap-5.0.0-1.fc36.src.rpm
Repository : fedora
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.