How To Install python3-fsspec on Fedora 36

In this tutorial we learn how to install python3-fsspec in Fedora 36. python3-fsspec is Specification for Pythonic file system interfaces

Introduction

In this tutorial we learn how to install python3-fsspec on Fedora 36.

What is python3-fsspec

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.

We can use yum or dnf to install python3-fsspec on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-fsspec.

Install python3-fsspec on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-fsspec using dnf by running the following command:

sudo dnf -y install python3-fsspec

Install python3-fsspec on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-fsspec using yum by running the following command:

sudo yum -y install python3-fsspec

How To Uninstall python3-fsspec on Fedora 36

To uninstall only the python3-fsspec package we can use the following command:

sudo dnf remove python3-fsspec

python3-fsspec Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/fsspec
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/fsspec-2022.2.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/fsspec/__init__.py
/usr/lib/python3.10/site-packages/fsspec/__pycache__
/usr/lib/python3.10/site-packages/fsspec/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/archive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/archive.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/asyn.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/asyn.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/caching.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/caching.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/callbacks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/callbacks.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/compression.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/compression.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/dircache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/dircache.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/fuse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/fuse.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/gui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/gui.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/mapping.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/mapping.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/parquet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/parquet.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/spec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/spec.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/transaction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/transaction.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/_version.py
/usr/lib/python3.10/site-packages/fsspec/archive.py
/usr/lib/python3.10/site-packages/fsspec/asyn.py
/usr/lib/python3.10/site-packages/fsspec/caching.py
/usr/lib/python3.10/site-packages/fsspec/callbacks.py
/usr/lib/python3.10/site-packages/fsspec/compression.py
/usr/lib/python3.10/site-packages/fsspec/config.py
/usr/lib/python3.10/site-packages/fsspec/conftest.py
/usr/lib/python3.10/site-packages/fsspec/core.py
/usr/lib/python3.10/site-packages/fsspec/dircache.py
/usr/lib/python3.10/site-packages/fsspec/exceptions.py
/usr/lib/python3.10/site-packages/fsspec/fuse.py
/usr/lib/python3.10/site-packages/fsspec/gui.py
/usr/lib/python3.10/site-packages/fsspec/implementations
/usr/lib/python3.10/site-packages/fsspec/implementations/__init__.py
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/arrow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/arrow.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/cached.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/cached.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dask.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dbfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dbfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dirfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dirfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dvc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/dvc.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/ftp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/ftp.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/git.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/git.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/github.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/github.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/hdfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/hdfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/http.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/jupyter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/jupyter.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/libarchive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/libarchive.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/local.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/local.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/memory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/memory.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/reference.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/reference.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/sftp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/sftp.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/smb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/smb.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/tar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/tar.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/webhdfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/webhdfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/zip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/__pycache__/zip.cpython-310.pyc
/usr/lib/python3.10/site-packages/fsspec/implementations/arrow.py
/usr/lib/python3.10/site-packages/fsspec/implementations/cached.py
/usr/lib/python3.10/site-packages/fsspec/implementations/dask.py
/usr/lib/python3.10/site-packages/fsspec/implementations/dbfs.py
/usr/lib/python3.10/site-packages/fsspec/implementations/dirfs.py
/usr/lib/python3.10/site-packages/fsspec/implementations/dvc.py
/usr/lib/python3.10/site-packages/fsspec/implementations/ftp.py
/usr/lib/python3.10/site-packages/fsspec/implementations/git.py
/usr/lib/python3.10/site-packages/fsspec/implementations/github.py
/usr/lib/python3.10/site-packages/fsspec/implementations/hdfs.py
/usr/lib/python3.10/site-packages/fsspec/implementations/http.py
/usr/lib/python3.10/site-packages/fsspec/implementations/jupyter.py
/usr/lib/python3.10/site-packages/fsspec/implementations/libarchive.py
/usr/lib/python3.10/site-packages/fsspec/implementations/local.py
/usr/lib/python3.10/site-packages/fsspec/implementations/memory.py
/usr/lib/python3.10/site-packages/fsspec/implementations/reference.py
/usr/lib/python3.10/site-packages/fsspec/implementations/sftp.py
/usr/lib/python3.10/site-packages/fsspec/implementations/smb.py
/usr/lib/python3.10/site-packages/fsspec/implementations/tar.py
/usr/lib/python3.10/site-packages/fsspec/implementations/webhdfs.py
/usr/lib/python3.10/site-packages/fsspec/implementations/zip.py
/usr/lib/python3.10/site-packages/fsspec/mapping.py
/usr/lib/python3.10/site-packages/fsspec/parquet.py
/usr/lib/python3.10/site-packages/fsspec/registry.py
/usr/lib/python3.10/site-packages/fsspec/spec.py
/usr/lib/python3.10/site-packages/fsspec/transaction.py
/usr/lib/python3.10/site-packages/fsspec/utils.py
/usr/share/doc/python3-fsspec
/usr/share/doc/python3-fsspec/README.md
/usr/share/licenses/python3-fsspec
/usr/share/licenses/python3-fsspec/LICENSE

References

Summary

In this tutorial we learn how to install python3-fsspec on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).