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

Last updated: May 15,2024

1. Install "python3-3to2" package

This guide covers the steps necessary to install python3-3to2 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-3to2" package

Please follow the guidance below to uninstall python3-3to2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-3to2
Priority: optional
Section: universe/python
Installed-Size: 272
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Source: python-3to2
Version: 1.1.1-1
Depends: python3.5, python3:any (>= 3.3.2-2~)
Conflicts: python-3to2
Filename: pool/universe/p/python-3to2/python3-3to2_1.1.1-1_all.deb
Size: 42958
MD5sum: f315eccb1737c638bc4e87167714cd1b
SHA1: c611bd2d56af0913b57b31747d71d8c1c2dc0429
SHA256: 9b061e3b8f7edcabcb37757c690d40e9934cb4a59e027c021e3ffc6581fa07bf
Description-en: Python3 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 Python3 version of the package.
Description-md5: b0fd88d25a329d30381340e45f91f010
Homepage: http://bitbucket.org/amentajo/lib3to2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions