How to Install and Uninstall pypy3 Package on Kali Linux

Last updated: May 16,2024

1. Install "pypy3" package

Please follow the guidance below to install pypy3 on Kali Linux

$ sudo apt update $ sudo apt install pypy3

2. Uninstall "pypy3" package

Please follow the steps below to uninstall pypy3 on Kali Linux:

$ sudo apt remove pypy3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy3 package on Kali Linux

Package: pypy3
Version: 7.3.15+dfsg-1
Installed-Size: 58596
Maintainer: Stefano Rivera
Architecture: amd64
Pre-Depends: pypy3-lib (= 7.3.15+dfsg-1), libbz2-1.0, libc6 (>= 2.35), libexpat1 (>= 2.0.1), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libgdbm6 (>= 1.16), liblzma5 (>= 5.1.1alpha+20120614), libncursesw6 (>= 6), libsqlite3-0 (>= 3.7.15), libssl3 (>= 3.0.0), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Suggests: pypy3-doc, pypy3-tk (= 7.3.15+dfsg-1)
Breaks: pypy3-dev (<< 7.3.15+dfsg-1), python3-virtualenv (<< 20.13.0+ds-2~)
Size: 10005304
SHA256: 37476dfae8a3cc5b3f029342393492fabd12f798477f5c903ad4b40b0b30bb94
SHA1: 27f432a6727d167fd82568697895d86665d2e238
MD5sum: 49e870ae98987185f870de2e44c65ba0
Description: fast alternative implementation of Python 3.x - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language
(3.x). 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 for Python 3.x.
Description-md5:
Homepage: https://www.pypy.org/
Tag: uitoolkit::ncurses
Section: python
Priority: optional
Filename: pool/main/p/pypy3/pypy3_7.3.15+dfsg-1_amd64.deb