How to Install and Uninstall pypy-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "pypy-dev" package

Please follow the guidance below to install pypy-dev on Kali Linux

$ sudo apt update $ sudo apt install pypy-dev

2. Uninstall "pypy-dev" package

Please follow the instructions below to uninstall pypy-dev on Kali Linux:

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

3. Information about the pypy-dev package on Kali Linux

Package: pypy-dev
Source: pypy
Version: 7.3.9+dfsg-1
Installed-Size: 295
Maintainer: Stefano Rivera
Architecture: all
Provides: libpypy-dev
Depends: pypy (>= 7.3.9+dfsg-1)
Size: 74700
SHA256: 032d9495b7ce29bc05ba99e513dd64bb28860baa498514c98943b9300b300640
SHA1: dcc886d37020f6817536d8dd5c1d0c0eee29fc89
MD5sum: 877c540b1f7ea41d275f90aee5df790d
Description: header files for PyPy (an alternative Python interpreter)
Header files for compiling cpython C extension modules for use with PyPy.
Note that pure Python modules will probably perform better.
.
PyPy supports a subset of cpython's C API through its CPyExt subsystem.
.
PyPy is a fast, compliant alternative implementation of the Python language
(2.7).
Description-md5: ad8c8dc7011492bca225d874d3427f2a
Homepage: https://www.pypy.org/
Section: python
Priority: optional
Filename: pool/main/p/pypy/pypy-dev_7.3.9+dfsg-1_all.deb