How to Install and Uninstall pypy-six Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "pypy-six" package

This is a short guide on how to install pypy-six on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-six

2. Uninstall "pypy-six" package

Please follow the steps below to uninstall pypy-six on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypy-six $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy-six package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypy-six
Priority: optional
Section: universe/python
Installed-Size: 50
Maintainer: Colin Watson
Architecture: all
Source: six
Version: 1.10.0-3
Depends: pypy
Filename: pool/universe/s/six/pypy-six_1.10.0-3_all.deb
Size: 10896
MD5sum: 4f14a87341d1b1c8386f9befc4a50a5a
SHA1: 7ef0303bfd197c8308783482799bdcabe4222390
SHA256: f6b477be0a1d4ca1df9cc5e91b02f48794bad1d784292d031d88cb1fd06de566
Description-en: Python 2 and 3 compatibility library (PyPy interface)
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions.
.
This package provides Six on the PyPy module path. It is complemented
by python-six and python3-six.
Description-md5: 9f2b4b420cf11fa632953c393b8110f6
Multi-Arch: foreign
Homepage: https://pythonhosted.org/six/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu