How To Install python3-fs on Fedora 36

In this tutorial we learn how to install python3-fs in Fedora 36. python3-fs is Python’s Filesystem abstraction layer

Introduction

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

What is python3-fs

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.

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

Install python3-fs 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-fs using dnf by running the following command:

sudo dnf -y install python3-fs

Install python3-fs 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-fs using yum by running the following command:

sudo yum -y install python3-fs

How To Uninstall python3-fs on Fedora 36

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

sudo dnf remove python3-fs

python3-fs Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/fs
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/fs-2.4.11-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/fs/__init__.py
/usr/lib/python3.10/site-packages/fs/__pycache__
/usr/lib/python3.10/site-packages/fs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_bulk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_bulk.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_fscompat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_fscompat.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_ftp_parse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_ftp_parse.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_repr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_repr.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_url_tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_url_tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/appfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/appfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/compress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/compress.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/copy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/copy.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/enums.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/enums.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/error_tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/error_tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/filesize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/filesize.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/ftpfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/ftpfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/glob.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/glob.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/info.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/iotools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/iotools.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/lrucache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/lrucache.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/memoryfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/memoryfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mirror.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mirror.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mode.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mountfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/mountfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/move.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/move.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/multifs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/multifs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/osfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/osfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/permissions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/permissions.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/subfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/subfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tarfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tarfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tempfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tempfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/time.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/time.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/walk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/walk.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wildcard.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wildcard.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wrap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wrap.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wrapfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/wrapfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/zipfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/__pycache__/zipfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/_bulk.py
/usr/lib/python3.10/site-packages/fs/_fscompat.py
/usr/lib/python3.10/site-packages/fs/_ftp_parse.py
/usr/lib/python3.10/site-packages/fs/_repr.py
/usr/lib/python3.10/site-packages/fs/_typing.py
/usr/lib/python3.10/site-packages/fs/_url_tools.py
/usr/lib/python3.10/site-packages/fs/_version.py
/usr/lib/python3.10/site-packages/fs/appfs.py
/usr/lib/python3.10/site-packages/fs/base.py
/usr/lib/python3.10/site-packages/fs/compress.py
/usr/lib/python3.10/site-packages/fs/constants.py
/usr/lib/python3.10/site-packages/fs/copy.py
/usr/lib/python3.10/site-packages/fs/enums.py
/usr/lib/python3.10/site-packages/fs/error_tools.py
/usr/lib/python3.10/site-packages/fs/errors.py
/usr/lib/python3.10/site-packages/fs/filesize.py
/usr/lib/python3.10/site-packages/fs/ftpfs.py
/usr/lib/python3.10/site-packages/fs/glob.py
/usr/lib/python3.10/site-packages/fs/info.py
/usr/lib/python3.10/site-packages/fs/iotools.py
/usr/lib/python3.10/site-packages/fs/lrucache.py
/usr/lib/python3.10/site-packages/fs/memoryfs.py
/usr/lib/python3.10/site-packages/fs/mirror.py
/usr/lib/python3.10/site-packages/fs/mode.py
/usr/lib/python3.10/site-packages/fs/mountfs.py
/usr/lib/python3.10/site-packages/fs/move.py
/usr/lib/python3.10/site-packages/fs/multifs.py
/usr/lib/python3.10/site-packages/fs/opener
/usr/lib/python3.10/site-packages/fs/opener/__init__.py
/usr/lib/python3.10/site-packages/fs/opener/__pycache__
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/appfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/appfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/ftpfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/ftpfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/memoryfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/memoryfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/osfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/osfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/parse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/parse.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/tarfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/tarfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/tempfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/tempfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/zipfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fs/opener/__pycache__/zipfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/fs/opener/appfs.py
/usr/lib/python3.10/site-packages/fs/opener/base.py
/usr/lib/python3.10/site-packages/fs/opener/errors.py
/usr/lib/python3.10/site-packages/fs/opener/ftpfs.py
/usr/lib/python3.10/site-packages/fs/opener/memoryfs.py
/usr/lib/python3.10/site-packages/fs/opener/osfs.py
/usr/lib/python3.10/site-packages/fs/opener/parse.py
/usr/lib/python3.10/site-packages/fs/opener/registry.py
/usr/lib/python3.10/site-packages/fs/opener/tarfs.py
/usr/lib/python3.10/site-packages/fs/opener/tempfs.py
/usr/lib/python3.10/site-packages/fs/opener/zipfs.py
/usr/lib/python3.10/site-packages/fs/osfs.py
/usr/lib/python3.10/site-packages/fs/path.py
/usr/lib/python3.10/site-packages/fs/permissions.py
/usr/lib/python3.10/site-packages/fs/py.typed
/usr/lib/python3.10/site-packages/fs/subfs.py
/usr/lib/python3.10/site-packages/fs/tarfs.py
/usr/lib/python3.10/site-packages/fs/tempfs.py
/usr/lib/python3.10/site-packages/fs/test.py
/usr/lib/python3.10/site-packages/fs/time.py
/usr/lib/python3.10/site-packages/fs/tools.py
/usr/lib/python3.10/site-packages/fs/tree.py
/usr/lib/python3.10/site-packages/fs/walk.py
/usr/lib/python3.10/site-packages/fs/wildcard.py
/usr/lib/python3.10/site-packages/fs/wrap.py
/usr/lib/python3.10/site-packages/fs/wrapfs.py
/usr/lib/python3.10/site-packages/fs/zipfs.py
/usr/share/doc/python3-fs
/usr/share/doc/python3-fs/README.md
/usr/share/licenses/python3-fs
/usr/share/licenses/python3-fs/LICENSE

References

Summary

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