How to Install and Uninstall python3-scantree Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-scantree" package

Please follow the instructions below to install python3-scantree on Kali Linux

$ sudo apt update $ sudo apt install python3-scantree

2. Uninstall "python3-scantree" package

Please follow the steps below to uninstall python3-scantree on Kali Linux:

$ sudo apt remove python3-scantree $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-scantree package on Kali Linux

Package: python3-scantree
Source: python-scantree
Version: 0.0.2-1
Installed-Size: 88
Maintainer: Debian Python Team
Architecture: all
Depends: python3-attr, python3-pathspec, python3:any
Size: 18428
SHA256: f20e83ea0d89a4fcd91068cd56b76f62460a369074bd42be475a7fb82a853e29
SHA1: 7adb3b2132993ee0e9c77574d0b36a5d09aacc6c
MD5sum: a322eeb58004e13a3e0e6c5332e3bef9
Description: Flexible recursive directory iterator: scandir meets glob("**", recursive=True)
Recursive directory iterator supporting:
.
* flexible filtering including wildcard path matching
* in memory representation of file-tree (for repeated access)
* efficient access to directory entry properties (`posix.DirEntry` interface)
extended with real path and path relative to the recursion root directory
* detection and handling of cyclic symlinks
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/andhus/scantree
Section: python
Priority: optional
Filename: pool/main/p/python-scantree/python3-scantree_0.0.2-1_all.deb