How to Install and Uninstall python3-fs.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-fs.noarch" package

This is a short guide on how to install python3-fs.noarch on Fedora 35

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

2. Uninstall "python3-fs.noarch" package

Please follow the step by step instructions below to uninstall python3-fs.noarch on Fedora 35:

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

3. Information about the python3-fs.noarch package on Fedora 35

Last metadata expiration check: 0:41:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-fs
Version : 2.4.11
Release : 9.fc35
Architecture : noarch
Size : 205 k
Source : python-fs-2.4.11-9.fc35.src.rpm
Repository : fedora
Summary : Python's Filesystem abstraction layer
URL : https://pypi.org/project/fs/
License : MIT
Description : Think of PyFilesystem's FS objects as the next logical step to Python's file
: objects. In the same way that file objects abstract a single file, FS objects
: abstract an entire filesystem.