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

Last updated: May 18,2024

1. Install "python-smmap" package

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

$ sudo apt update $ sudo apt install python-smmap

2. Uninstall "python-smmap" package

This guide covers the steps necessary to uninstall python-smmap on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-smmap
Priority: extra
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.9.0-2
Provides: python2.7-smmap
Depends: python (>= 2.7), python (<< 2.8)
Suggests: python-nose
Filename: pool/universe/p/python-smmap/python-smmap_0.9.0-2_all.deb
Size: 19818
MD5sum: aac22b0b94c292cdc6e278890d591923
SHA1: e67e868df1a9e63abc0a2aed3f0fb1b871bd3b5f
SHA256: d87af3e4df4aaf639d6430060eba8836688a0abc1a4783fb71c0145413737b85
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 2.
Description-md5: 875bfcea34aeb084267f0daa60c050c6
Homepage: https://github.com/Byron/smmap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu