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

Last updated: January 05,2025

1. Install "python3-smmap.noarch" package

Here is a brief guide to show you how to install python3-smmap.noarch on Fedora 39

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

2. Uninstall "python3-smmap.noarch" package

This guide let you learn how to uninstall python3-smmap.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:11:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-smmap
Version : 5.0.0
Release : 6.fc39
Architecture : noarch
Size : 62 k
Source : python-smmap-5.0.0-6.fc39.src.rpm
Repository : fedora
Summary : Sliding window memory map manager
URL : https://github.com/gitpython-developers/smmap
License : BSD-3-Clause
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.