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

Last updated: November 26,2024

1. Install "python3-walkdir.noarch" package

This is a short guide on how to install python3-walkdir.noarch on Fedora 36

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

2. Uninstall "python3-walkdir.noarch" package

Please follow the guidance below to uninstall python3-walkdir.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:55:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-walkdir
Version : 0.4.1
Release : 19.fc36
Architecture : noarch
Size : 17 k
Source : python-walkdir-0.4.1-19.fc36.src.rpm
Repository : fedora
Summary : Python module to manipulate and filter os.walk() style iteration
URL : http://walkdir.readthedocs.org/
License : BSD
Description : walkdir is a simple set of iterator tools intended to
: make it easy to manipulate and filter the output of os.walk()
: in a way that is also easily applicable to any source iterator
: that produces data in the same format