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

Last updated: May 20,2024

1. Install "python-cached-property" package

Please follow the guidelines below to install python-cached-property on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cached-property

2. Uninstall "python-cached-property" package

Please follow the step by step instructions below to uninstall python-cached-property on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-cached-property $ sudo apt autoclean && sudo apt autoremove

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

Package: python-cached-property
Priority: optional
Section: universe/python
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Tryton Maintainers
Architecture: all
Source: cached-property
Version: 1.3.0-1
Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/c/cached-property/python-cached-property_1.3.0-1_all.deb
Size: 6976
MD5sum: d42ede347d4e0b1679cb82f9f962f566
SHA1: ac43ccd32d752552f3e7744f38428348ef0bc555
SHA256: 0eaa05919201bb8693e32f8b5fafa6cef76db83b37a675492b568367dbc9fc47
Description-en: Provides cached-property for decorating methods in classes (Python 2)
This Python module
* makes caching of time or computational expensive properties quick and easy.
* is simple to use.
* works in Python 2 and 3.
.
This package is targeting Python version 2.
Description-md5: d7c636fbb300f5db3af48f5043ccc7bb
Homepage: https://github.com/pydanny/cached-property
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu