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

Last updated: May 20,2024

1. Install "python-3to2" package

This tutorial shows how to install python-3to2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-3to2

2. Uninstall "python-3to2" package

In this section, we are going to explain the necessary steps to uninstall python-3to2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-3to2 $ sudo apt autoclean && sudo apt autoremove

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

Package: python-3to2
Priority: optional
Section: universe/python
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Version: 1.1.1-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Conflicts: python3-3to2
Filename: pool/universe/p/python-3to2/python-3to2_1.1.1-1_all.deb
Size: 44898
MD5sum: 473513bcb6439ccb4a36efe2debc8101
SHA1: 57e1ac251fd7dba6e3a98d2a52f26bc52864f6b0
SHA256: bb3d2d8e63752f9f61abffffd27bad3665a12569ab122c84fbdb86e38f387b8e
Description-en: Python2 helper to backport code written for Python version 3.x into 2.x
lib3to2 is a set of fixers that are intended to backport code written for
Python version 3.x into Python version 2.x. The final target 2.x version
is the latest version of the 2.7 branch, as that is the last release in the
Python 2.x branch. Some attempts have been made, however, to make code
compatible as much as possible with versions of Python back to 2.5, and bug
reports are still welcome for Python features only present in 2.6+ that are
not addressed by lib3to2.
.
This is the Python2 version of the package.
Description-md5: 06c14b640b6f43ee8671982fbcbed51c
Homepage: http://bitbucket.org/amentajo/lib3to2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu