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

Last updated: May 14,2024

1. Install "pypy3-dev" package

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

$ sudo apt update $ sudo apt install pypy3-dev

2. Uninstall "pypy3-dev" package

This guide covers the steps necessary to uninstall pypy3-dev on Kali Linux:

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

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

Package: pypy3-dev
Source: pypy3
Version: 7.3.15+dfsg-1
Installed-Size: 268
Maintainer: Stefano Rivera
Architecture: all
Provides: libpypy-dev
Depends: pypy3 (>= 7.3.15+dfsg-1)
Size: 65636
SHA256: 3120a0146e20ac48ce63f40fd9f556e3e12ed022956106e4396cd21868993d14
SHA1: c7ed8ea176fc50acfa4276549977c68f8402f1f4
MD5sum: 20073d4c0c4566ee96c59e736814f05d
Description: header files for PyPy (an alternative Python 3.x 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
(3.x).
Description-md5:
Homepage: https://www.pypy.org/
Section: python
Priority: optional
Filename: pool/main/p/pypy3/pypy3-dev_7.3.15+dfsg-1_all.deb