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

Last updated: October 06,2024

1. Install "python3-scantree.noarch" package

Please follow the step by step instructions below to install python3-scantree.noarch on Fedora 39

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

2. Uninstall "python3-scantree.noarch" package

Please follow the guidelines below to uninstall python3-scantree.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:28:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-scantree
Version : 0.0.1
Release : 5.fc39
Architecture : noarch
Size : 39 k
Source : python-scantree-0.0.1-5.fc39.src.rpm
Repository : fedora
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