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

Last updated: April 29,2024

1. Install "python-nine" package

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

$ sudo apt update $ sudo apt install python-nine

2. Uninstall "python-nine" package

Learn how to uninstall python-nine on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-nine
Priority: extra
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.3.4-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-nine/python-nine_0.3.4-2_all.deb
Size: 8176
MD5sum: 928b55e1bdd65614d2e8c7be72c7747b
SHA1: 440e5846849c22b170a8d68208a0830f1a7f88d0
SHA256: 002bf815a004ef58f3a89cba34e7053f5eacef585462b9463a0b8d8f7c5f2563
Description-en: 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 2 bindings only.
Description-md5: bf6095d52a50b2ad70c8d7cbbf33290c
Homepage: https://pypi.python.org/pypi/nine
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu