How to Install and Uninstall python3-scantree.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-scantree.noarch" package

Please follow the guidelines below to install python3-scantree.noarch on Fedora 36

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

2. Uninstall "python3-scantree.noarch" package

Learn how to uninstall python3-scantree.noarch on Fedora 36:

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

3. Information about the python3-scantree.noarch package on Fedora 36

Last metadata expiration check: 0:13:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-scantree
Version : 0.0.1
Release : 2.fc36
Architecture : noarch
Size : 29 k
Source : python-scantree-0.0.1-2.fc36.src.rpm
Repository : updates
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