How to Install and Uninstall python3-lazy Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-lazy" package

Please follow the step by step instructions below to install python3-lazy on Kali Linux

$ sudo apt update $ sudo apt install python3-lazy

2. Uninstall "python3-lazy" package

Learn how to uninstall python3-lazy on Kali Linux:

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

3. Information about the python3-lazy package on Kali Linux

Package: python3-lazy
Source: lazy
Version: 1.5.1-1.1
Installed-Size: 30
Maintainer: Wouter Verhelst
Architecture: all
Depends: python3:any
Size: 6148
SHA256: 1c4e5b5136ba7ba64336ed69b235000667421853b890a5450a4bf0c19424baf7
SHA1: f4d888ddcc96fad880c40cd3e70a0bb342040eff
MD5sum: 86833dd9b5626a440678939df749ad7d
Description: Lazy attributes for Python objects (Python 3)
Lazy attributes are computed attributes that are evaluated only once,
the first time they are used. Subsequent uses return the results of the
first call. They come handy when code should run
.
- late, i.e. just before it is needed, and
- once, i.e. not twice, in the lifetime of an object.
.
You can think of it as deferred initialization.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/stefanholek/lazy
Section: python
Priority: optional
Filename: pool/main/l/lazy/python3-lazy_1.5.1-1.1_all.deb