How to Install and Uninstall python3-smmap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "python3-smmap" package

This guide covers the steps necessary to install python3-smmap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-smmap

2. Uninstall "python3-smmap" package

This is a short guide on how to uninstall python3-smmap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-smmap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-smmap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-smmap
Priority: extra
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-smmap
Version: 0.9.0-2
Depends: python3:any (>= 3.3.2-2~)
Suggests: python3-nose
Filename: pool/universe/p/python-smmap/python3-smmap_0.9.0-2_all.deb
Size: 19908
MD5sum: 3079e7f25b777c5c9104a39e7b31ad95
SHA1: 6e3ed53d3e57e1859f8fc9a85b135c681ebf89d7
SHA256: c603d745064b70326143c386aaa3575fae683743550dd5a228588b6bde44534c
Description-en: pure Python implementation of a sliding window memory map manager
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.
.
This package for Python 3.
Description-md5: abba2884120e9ba0524ea6be86679461
Homepage: https://github.com/Byron/smmap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu