How to Install and Uninstall python3-memoized-property Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-memoized-property" package

This tutorial shows how to install python3-memoized-property on Kali Linux

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

2. Uninstall "python3-memoized-property" package

In this section, we are going to explain the necessary steps to uninstall python3-memoized-property on Kali Linux:

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

3. Information about the python3-memoized-property package on Kali Linux

Package: python3-memoized-property
Source: python-memoized-property
Version: 1.0.3-2
Installed-Size: 32
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5552
SHA256: 5f3c23a9824b518c5665ea5e190e11785c054c92d1d2005a26157c2535d91e0b
SHA1: 99b22ed14b7eae5792da5f90ce46379bc0f31ced
MD5sum: d07ddd5d4a4af0ec681d6d0e1c41bddf
Description: decorator to avoid redundant computation
This package allows one to tag methods that have may have their
result buffered to save redundant computation, as in:
@memoized_property
def name(self):
return some_expensive_load()
Description-md5:
Homepage: https://github.com/estebistec/python-memoized-property
Section: python
Priority: optional
Filename: pool/main/p/python-memoized-property/python3-memoized-property_1.0.3-2_all.deb