How to Install and Uninstall python3-fspath.noarch Package on Fedora 38

Last updated: February 03,2025

1. Install "python3-fspath.noarch" package

This is a short guide on how to install python3-fspath.noarch on Fedora 38

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

2. Uninstall "python3-fspath.noarch" package

This guide let you learn how to uninstall python3-fspath.noarch on Fedora 38:

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

3. Information about the python3-fspath.noarch package on Fedora 38

Last metadata expiration check: 1:00:19 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-fspath
Version : 20230629
Release : 1.fc38
Architecture : noarch
Size : 90 k
Source : python-fspath-20230629-1.fc38.src.rpm
Repository : updates
Summary : Handling path names and executables more comfortable
URL : http://return42.github.io/fspath
License : AGPL-3.0-or-later
Description : After 10 years juggling with os.path, zipfile & Co. I thought it is time to
: bring back more pythonic to APIs. It is made with the philosophy that API's
: should be intuitive and their defaults should at least cover 80% of what
: programmer daily needs. Started with the semantic file system pathes, it grows
: continuous and includes more and more handy stuff for the daily python
: scripting.