How to Install and Uninstall python3-scantree.noarch Package on Rocky Linux 9

Last updated: November 29,2024

1. Install "python3-scantree.noarch" package

In this section, we are going to explain the necessary steps to install python3-scantree.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-scantree.noarch

2. Uninstall "python3-scantree.noarch" package

Please follow the steps below to uninstall python3-scantree.noarch on Rocky Linux 9:

$ sudo dnf remove python3-scantree.noarch $ sudo dnf autoremove

3. Information about the python3-scantree.noarch package on Rocky Linux 9

Last metadata expiration check: 1:54:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-scantree
Version : 0.0.1
Release : 2.el9
Architecture : noarch
Size : 29 k
Source : python-scantree-0.0.1-2.el9.src.rpm
Repository : epel
Summary : Flexible recursive directory iterator
URL : https://github.com/andhus/scantree
License : MIT
Description : 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