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

Last updated: January 16,2025

1. Install "python3-trailrunner.noarch" package

This guide let you learn how to install python3-trailrunner.noarch on Fedora 39

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

2. Uninstall "python3-trailrunner.noarch" package

This tutorial shows how to uninstall python3-trailrunner.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:57:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-trailrunner
Version : 1.4.0
Release : 3.fc39
Architecture : noarch
Size : 40 k
Source : python-trailrunner-1.4.0-3.fc39.src.rpm
Repository : fedora
Summary : Walk paths and run things
URL : https://trailrunner.omnilib.dev/
License : MIT
Description :
: trailrunner is a simple library for walking paths on the filesystem, and
: executing functions for each file found. trailrunner obeys project level
: .gitignore files, and runs functions on a process pool for increased
: performance. trailrunner is designed for use by linting, formatting, and other
: developer tools that need to find and operate on all files in project in a
: predictable fashion with a minimal API.