How to Install and Uninstall pypy Package on Kali Linux

Last updated: May 13,2024

1. Install "pypy" package

This tutorial shows how to install pypy on Kali Linux

$ sudo apt update $ sudo apt install pypy

2. Uninstall "pypy" package

This guide covers the steps necessary to uninstall pypy on Kali Linux:

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

3. Information about the pypy package on Kali Linux

Package: pypy
Source: pypy (7.3.9+dfsg-1)
Version: 7.3.9+dfsg-1+b1
Installed-Size: 69450
Maintainer: Stefano Rivera
Architecture: amd64
Provides: pypy-abi-73
Pre-Depends: pypy-lib (= 7.3.9+dfsg-1+b1), libbz2-1.0, libc6 (>= 2.33), libexpat1 (>= 2.0.1), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libgdbm6 (>= 1.16), libncursesw6 (>= 6), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Suggests: pypy-doc, pypy-tk (= 7.3.9+dfsg-1+b1)
Breaks: pypy-backports.functools-lru-cache (<< 1.5-3~), pypy-dev (<< 7.3.9+dfsg-1)
Size: 11102340
SHA256: 0da3e08e4a7756047a0eee997e9ba7ad6d06f718229fed0194fb9b9244a0e673
SHA1: 164524921b1ea1ac228f87bc86670eaa7ad3ab7a
MD5sum: 3b1a2b5118cb27f724ec85c11137abb2
Description: 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: https://www.pypy.org/
Tag: devel::interpreter, devel::lang:python, implemented-in::python,
role::program, uitoolkit::ncurses
Section: python
Priority: optional
Filename: pool/main/p/pypy/pypy_7.3.9+dfsg-1+b1_amd64.deb