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

Last updated: September 27,2024

1. Install "python3-fsspec.noarch" package

Here is a brief guide to show you how to install python3-fsspec.noarch on Fedora 35

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

2. Uninstall "python3-fsspec.noarch" package

Please follow the guidelines below to uninstall python3-fsspec.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:56:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-fsspec
Version : 2022.7.1
Release : 1.fc35~bootstrap
Architecture : noarch
Size : 233 k
Source : python-fsspec-2022.7.1-1.fc35~bootstrap.src.rpm
Repository : updates
Summary : Specification for Pythonic file system interfaces
URL : https://github.com/fsspec/filesystem_spec
License : BSD
Description : Filesystem Spec is a project to unify various projects and classes to work with
: remote filesystems and file-system-like abstractions using a standard pythonic
: interface.