How To Install container-workflow-tool on Fedora 36

In this tutorial we learn how to install container-workflow-tool in Fedora 36. container-workflow-tool is Tool for automation of rebuilding container images

Introduction

In this tutorial we learn how to install container-workflow-tool on Fedora 36.

What is container-workflow-tool

A python3 tool to make rebuilding container images easier by automating several steps of the process.

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

Install container-workflow-tool 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 container-workflow-tool using dnf by running the following command:

sudo dnf -y install container-workflow-tool

Install container-workflow-tool 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 container-workflow-tool using yum by running the following command:

sudo yum -y install container-workflow-tool

How To Uninstall container-workflow-tool on Fedora 36

To uninstall only the container-workflow-tool package we can use the following command:

sudo dnf remove container-workflow-tool

container-workflow-tool Package Contents on Fedora 36

/usr/bin/cwt
/usr/lib/python3.10/site-packages/container_workflow_tool
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/container_workflow_tool-1.2.0.dist-info/zip-safe
/usr/lib/python3.10/site-packages/container_workflow_tool/__init__.py
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/cli_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/cli_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/distgit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/distgit.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/koji.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/koji.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/utility.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/__pycache__/utility.cpython-310.pyc
/usr/lib/python3.10/site-packages/container_workflow_tool/cli.py
/usr/lib/python3.10/site-packages/container_workflow_tool/cli_common.py
/usr/lib/python3.10/site-packages/container_workflow_tool/config
/usr/lib/python3.10/site-packages/container_workflow_tool/config.py
/usr/lib/python3.10/site-packages/container_workflow_tool/config/default.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f27.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f28.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f29.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f30.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f31.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f32.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f33.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/f34.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/rawhide.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/share
/usr/lib/python3.10/site-packages/container_workflow_tool/config/share/cwt_config.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/config/share/urls.yaml
/usr/lib/python3.10/site-packages/container_workflow_tool/constants.py
/usr/lib/python3.10/site-packages/container_workflow_tool/decorators.py
/usr/lib/python3.10/site-packages/container_workflow_tool/distgit.py
/usr/lib/python3.10/site-packages/container_workflow_tool/koji.py
/usr/lib/python3.10/site-packages/container_workflow_tool/main.py
/usr/lib/python3.10/site-packages/container_workflow_tool/utility.py
/usr/share/doc/container-workflow-tool
/usr/share/doc/container-workflow-tool/README.md
/usr/share/man/man1/cwt.1.gz

References

Summary

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