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

Last updated: May 21,2024

1. Install "python3-cached-property" package

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

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

2. Uninstall "python3-cached-property" package

This guide let you learn how to uninstall python3-cached-property on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/c/cached-property/python3-cached-property_1.3.0-1_all.deb
Size: 7036
MD5sum: 4ab3db4ac1d38c2b190c8fd2c6b7158d
SHA1: 0a2e9404d6d9d27beea9a655f0fcec496923a62f
SHA256: 3751747097841275b6d96d88c220b85c7382ebb7d0b791784d7c73bf5714765c
Description-en: Provides cached-property for decorating methods in classes (Python 3)
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 3.
Description-md5: 0029092df94c4908bc016c540f9668b3
Homepage: https://github.com/pydanny/cached-property
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu