How To Install heat-cfntools on Fedora 36

In this tutorial we learn how to install heat-cfntools in Fedora 36. heat-cfntools is Tools required to be installed on Heat provisioned cloud instances

Introduction

In this tutorial we learn how to install heat-cfntools on Fedora 36.

What is heat-cfntools

Tools required to be installed on Heat provisioned cloud instances

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

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

sudo dnf -y install heat-cfntools

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

sudo yum -y install heat-cfntools

How To Uninstall heat-cfntools on Fedora 36

To uninstall only the heat-cfntools package we can use the following command:

sudo dnf remove heat-cfntools

heat-cfntools Package Contents on Fedora 36

/usr/bin/cfn-create-aws-symlinks
/usr/bin/cfn-get-metadata
/usr/bin/cfn-hup
/usr/bin/cfn-init
/usr/bin/cfn-push-stats
/usr/bin/cfn-signal
/usr/lib/python3.10/site-packages/heat_cfntools
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/heat_cfntools-1.4.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/heat_cfntools/__init__.py
/usr/lib/python3.10/site-packages/heat_cfntools/__pycache__
/usr/lib/python3.10/site-packages/heat_cfntools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__init__.py
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__pycache__
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__pycache__/cfn_helper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/__pycache__/cfn_helper.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/cfntools/cfn_helper.py
/usr/lib/python3.10/site-packages/heat_cfntools/tests
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__init__.py
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/test_cfn_helper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/test_cfn_helper.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/test_cfn_hup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/__pycache__/test_cfn_hup.cpython-310.pyc
/usr/lib/python3.10/site-packages/heat_cfntools/tests/test_cfn_helper.py
/usr/lib/python3.10/site-packages/heat_cfntools/tests/test_cfn_hup.py
/usr/share/doc/heat-cfntools
/usr/share/doc/heat-cfntools/AUTHORS
/usr/share/doc/heat-cfntools/CONTRIBUTING.rst
/usr/share/doc/heat-cfntools/ChangeLog
/usr/share/doc/heat-cfntools/README.rst
/usr/share/licenses/heat-cfntools
/usr/share/licenses/heat-cfntools/LICENSE
/var/lib/heat-cfntools

References

Summary

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