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

Last updated: May 18,2024

1. Install "pypy-idna" package

This tutorial shows how to install pypy-idna on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-idna

2. Uninstall "pypy-idna" package

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

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

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

Package: pypy-idna
Priority: optional
Section: universe/python
Installed-Size: 313
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-idna
Version: 2.0-3
Depends: pypy
Filename: pool/universe/p/python-idna/pypy-idna_2.0-3_all.deb
Size: 35288
MD5sum: e8f81bdfecfea0a705f78f77f37a8c1a
SHA1: 573c846124cf8baa4b15fd5394836ed7b026468a
SHA256: d7a2a05d0d7deb3c0e98eca0f565e90ebe8e2c425d7ca839ca36654e76665d71
Description-en: Python IDNA2008 (RFC 5891) handling (PyPy)
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891. This version of the protocol is often
referred to as “IDNA2008” and can produce different results from the earlier
standard from 2003.
.
The library is also intended to act as a suitable drop-in replacement for the
“encodings.idna” module that comes with the Python standard library but
currently only supports the older 2003 specification.
.
This package contains the module for PyPy.
Description-md5: 3738b5d752af49dd0668ac0452f687a4
Homepage: https://github.com/kjd/idna
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu