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

Last updated: May 02,2024

1. Install "pypy-scandir" package

Please follow the instructions below to install pypy-scandir on Kali Linux

$ sudo apt update $ sudo apt install pypy-scandir

2. Uninstall "pypy-scandir" package

Here is a brief guide to show you how to uninstall pypy-scandir on Kali Linux:

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

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

Package: pypy-scandir
Source: python-scandir
Version: 1.10.0-4
Installed-Size: 57
Maintainer: Debian Python Team
Architecture: amd64
Depends: pypy
Size: 12240
SHA256: 3ae5cfe2c1ea7201eb7324b12c2d5e80c28773e4d16519bd63a6310f45602e10
SHA1: 3c845a5e2cc227e38019086a2dcf86b525bfcf34
MD5sum: 30c1968e2b4d51f4a05ff07a2f596fc9
Description: Backport of the "scandir" stdlib module (PyPy)
Better directory iterator and faster os.walk(), as found in Python 3:
instead of returning a list of bare filenames, it yields DirEntry objects
that include much more information.
.
This package is (obviously) for PyPy.
Description-md5: e745114b7001cc16db12c184c8097deb
Homepage: https://github.com/benhoyt/scandir
Section: python
Priority: optional
Filename: pool/main/p/python-scandir/pypy-scandir_1.10.0-4_amd64.deb