How To Install python3-compose-utils on Fedora 36

In this tutorial we learn how to install python3-compose-utils in Fedora 36. python3-compose-utils is Python 3 libraries supporting tools for working with composes

Introduction

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

What is python3-compose-utils

Python 3 libraries supporting tools for working with composes

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

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

sudo dnf -y install python3-compose-utils

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

sudo yum -y install python3-compose-utils

How To Uninstall python3-compose-utils on Fedora 36

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

sudo dnf remove python3-compose-utils

python3-compose-utils Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/compose_utils
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/compose_utils-0.1.45-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/compose_utils/__init__.py
/usr/lib/python3.10/site-packages/compose_utils/__pycache__
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/changelog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/changelog.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/copy_compose.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/copy_compose.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/create_next_dir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/create_next_dir.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/diff.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/diff.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/essentials.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/essentials.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/find_latest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/find_latest.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/list.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/list.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/package_moves.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/package_moves.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/repo_file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/repo_file.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/symlink.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/compose_utils/__pycache__/symlink.cpython-310.pyc
/usr/lib/python3.10/site-packages/compose_utils/changelog.py
/usr/lib/python3.10/site-packages/compose_utils/copy_compose.py
/usr/lib/python3.10/site-packages/compose_utils/create_next_dir.py
/usr/lib/python3.10/site-packages/compose_utils/diff.py
/usr/lib/python3.10/site-packages/compose_utils/essentials.py
/usr/lib/python3.10/site-packages/compose_utils/find_latest.py
/usr/lib/python3.10/site-packages/compose_utils/legacy.py
/usr/lib/python3.10/site-packages/compose_utils/list.py
/usr/lib/python3.10/site-packages/compose_utils/package_moves.py
/usr/lib/python3.10/site-packages/compose_utils/repo_file.py
/usr/lib/python3.10/site-packages/compose_utils/symlink.py
/usr/share/doc/python3-compose-utils
/usr/share/doc/python3-compose-utils/AUTHORS
/usr/share/doc/python3-compose-utils/README.rst
/usr/share/licenses/python3-compose-utils
/usr/share/licenses/python3-compose-utils/COPYING
/usr/share/licenses/python3-compose-utils/GPL

References

Summary

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