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

Last updated: September 20,2024

1. Install "python3-walkdir.noarch" package

This tutorial shows how to install python3-walkdir.noarch on Fedora 34

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

2. Uninstall "python3-walkdir.noarch" package

This tutorial shows how to uninstall python3-walkdir.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:04:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-walkdir
Version : 0.4.1
Release : 16.fc34
Architecture : noarch
Size : 17 k
Source : python-walkdir-0.4.1-16.fc34.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