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

Last updated: May 15,2024

1. Install "python3-nine" package

This guide covers the steps necessary to install python3-nine on Kali Linux

$ sudo apt update $ sudo apt install python3-nine

2. Uninstall "python3-nine" package

This guide let you learn how to uninstall python3-nine on Kali Linux:

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

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

Package: python3-nine
Source: python-nine
Version: 1.1.0-2
Installed-Size: 45
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 13400
SHA256: 2e02c40b3cea1b671a1fe90e72a2b1104f5cbffd3d2ef8112b44144abea9d41f
SHA1: 887f9d75e5a6561dd233f21e01895ad205d98c17
MD5sum: 74016ae56b6f317f209f50a4f9c81746
Description: Python 2 / 3 compatibility, like six, but favouring Python 3
When thou writeth Python, thou shalt write Python 3 and, just for a
while, ensure that the thing worketh on Python 2.7 and, possibly, even
2.6.
.
Just before Python 2 is finally phased out, thine codebase shall look
more like 3 than like 2.
.
nine facilitates this new point of view. You can write code that is
as 3ish as possible while still supporting 2.6. Very comfortable for
writing new projects.
.
This package contains the Python 3 bindings only.
Description-md5:
Homepage: https://pypi.python.org/pypi/nine
Section: python
Priority: optional
Filename: pool/main/p/python-nine/python3-nine_1.1.0-2_all.deb