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

Last updated: May 12,2024

1. Install "pypy" package

Please follow the guidelines below to install pypy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy

2. Uninstall "pypy" package

This guide covers the steps necessary to uninstall pypy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pypy
Architecture: amd64
Version: 5.1.2+dfsg-1~16.04
Priority: extra
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47531
Provides: pypy-abi-41
Pre-Depends: dpkg (>= 1.15.6~)
Depends: pypy-lib (= 5.1.2+dfsg-1~16.04), libbz2-1.0, libc6 (>= 2.15), libexpat1 (>= 2.0.1), libffi6 (>= 3.0.4), libgdbm3 (>= 1.8.3), libncurses5 (>= 6), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.2~beta3), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4)
Suggests: pypy-doc, pypy-tk (= 5.1.2+dfsg-1~16.04)
Breaks: pypy-dev (<< 5.1.2+dfsg-1~16.04)
Filename: pool/universe/p/pypy/pypy_5.1.2+dfsg-1~16.04_amd64.deb
Size: 7980242
MD5sum: d463301486e52a9d838beee597cff23e
SHA1: cbc7cc01495aa26c677d5dd0756d8bb240816e3a
SHA256: ec4a29aef02071d959fbc796bc0e7fe2372002e96328648354718c6bcc960236
SHA512: f89cc15a004218eed219e8f0afa9a72afbb0833b2923aa7f4051713d15dcae3f0bf4a014ac511d85f8843844e1bbd7547f04fd3efc2d0dc180c4ed23bb6552bf
Homepage: http://pypy.org/
Description-en: fast alternative implementation of Python - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language
(2.7). It has several advantages and distinct features:
* Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
run faster on PyPy.
* Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.
* Compatibility: PyPy is highly compatible with existing Python code.
It supports ctypes and can run popular Python libraries like twisted and
django.
* Stackless: PyPy supports stackless mode on most platforms, providing
micro-threads for massive concurrency.
.
This package contains the PyPy interpreter.
Description-md5: a2e5301f03fb162ec4c566b024b3e41f

Package: pypy
Priority: extra
Section: universe/python
Installed-Size: 49076
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Architecture: amd64
Version: 5.0.1+dfsg-4
Provides: pypy-abi-41
Depends: pypy-lib (= 5.0.1+dfsg-4), libbz2-1.0, libc6 (>= 2.15), libexpat1 (>= 2.0.1), libffi6 (>= 3.0.4), libgdbm3 (>= 1.8.3), libncurses5 (>= 6), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.2~beta3), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: pypy-doc, pypy-tk (= 5.0.1+dfsg-4)
Breaks: pypy-dev (<< 5.0.1+dfsg-4)
Filename: pool/universe/p/pypy/pypy_5.0.1+dfsg-4_amd64.deb
Size: 7955268
MD5sum: b4eefbdbf57912f397d28cd7d27c02e1
SHA1: 12863d8af01fcc4b7c257826e89ebdb68f1eb37b
SHA256: cd6e5f564dcb1c202c9bcec672d6fbdb878c1fb5b369fcda271fcaaede719f7c
Description-en: fast alternative implementation of Python - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language
(2.7). It has several advantages and distinct features:
* Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
run faster on PyPy.
* Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.
* Compatibility: PyPy is highly compatible with existing Python code.
It supports ctypes and can run popular Python libraries like twisted and
django.
* Stackless: PyPy supports stackless mode on most platforms, providing
micro-threads for massive concurrency.
.
This package contains the PyPy interpreter.
Description-md5: a2e5301f03fb162ec4c566b024b3e41f
Homepage: http://pypy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu