How to Install and Uninstall pypy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "pypy" package

This guide let you learn how to install pypy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pypy

2. Uninstall "pypy" package

This is a short guide on how to uninstall pypy on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pypy package on Ubuntu 21.10 (Impish Indri)

Package: pypy
Architecture: amd64
Version: 7.3.5+dfsg-1
Priority: extra
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 73355
Provides: pypy-abi-73
Pre-Depends: pypy-lib (= 7.3.5+dfsg-1), libbz2-1.0, libc6 (>= 2.33), libexpat1 (>= 2.0.1), libffi8ubuntu1 (>= 3.4~20200819), libgdbm6 (>= 1.16), libncursesw6 (>= 6), libsqlite3-0 (>= 3.5.9), libssl1.1 (>= 1.1.1), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Suggests: pypy-doc, pypy-tk (= 7.3.5+dfsg-1)
Breaks: pypy-backports.functools-lru-cache (<< 1.5-3~), pypy-dev (<< 7.3.5+dfsg-1)
Filename: pool/universe/p/pypy/pypy_7.3.5+dfsg-1_amd64.deb
Size: 11930176
MD5sum: 6d176370a47eb1646026763acc87c9b2
SHA1: 4c8ffccd0c8ae76b2edd3d468121a76dbb59d22b
SHA256: 4257ecdeea7fd9a0680befe7877eb776fad9bcdf1318a11198de6093b3cea7b9
SHA512: 8acd85e8ca2daa2efe093e906af1acd9e6685ea5676249cda2b4b00a55918fba8874af874edc42157702f4b9c27cf7534e29d8cbfa14eb1f32395da0deef4da2
Homepage: https://www.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