How To Install python3-heat on Ubuntu 20.04

In this tutorial we learn how to install python3-heat on Ubuntu 20.04. python3-heat is OpenStack orchestration service - Python 3 files OpenStack orchestration service - Python 3 files

Introduction

In this tutorial we learn how to install python3-heat on Ubuntu 20.04.

What is python3-heat

python3-heat is:

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.

This package contains the Python 3 libraries.

Package: python3-heat Architecture: all Version: 1:14.0.0~b3~git2020041012.2ef9f4bf3-0ubuntu1 Priority: optional Section: python Source: heat Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: PKG OpenStack [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 11990 Depends: heat-common (= 1:14.0.0~b3~git2020041012.2ef9f4bf3-0ubuntu1), python3-aodhclient (>= 0.9.0), python3-babel (>= 2.3.4), python3-barbicanclient (>= 4.5.2), python3-blazarclient (>= 1.0.1), python3-cinderclient (>= 1:3.3.0), python3-croniter (>= 0.3.4), python3-cryptography (>= 2.1), python3-debtcollector (>= 1.2.0), python3-designateclient (>= 2.7.0), python3-eventlet (>= 0.18.2), python3-fixtures (>= 3.0.0), python3-glanceclient (>= 1:2.8.0), python3-gnocchiclient (>= 3.3.1), python3-greenlet (>= 0.4.10), python3-heatclient (>= 1.10.0), python3-keystoneauth1 (>= 3.18.0), python3-keystoneclient (>= 1:3.8.0), python3-keystonemiddleware (>= 4.17.0), python3-lxml (>= 3.4.1), python3-magnumclient (>= 2.3.0), python3-manilaclient (>= 1.16.0), python3-migrate (>= 0.11.0), python3-mistralclient (>= 1:3.1.0), python3-monascaclient (>= 1.12.0), python3-netaddr (>= 0.7.18), python3-neutron-lib (>= 1.14.0), python3-neutronclient (>= 1:6.14.0), python3-novaclient (>= 2:9.1.0), python3-octaviaclient (>= 1.8.0), python3-openstackclient (>= 3.12.0), python3-openstacksdk (>= 0.11.2), python3-oslo.cache (>= 1.26.0), python3-oslo.concurrency (>= 3.26.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.context (>= 1:2.19.2), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.log (>= 3.36.0), python3-oslo.messaging (>= 5.29.0), python3-oslo.middleware (>= 3.31.0), python3-oslo.policy (>= 1.30.0), python3-oslo.reports (>= 1.18.0), python3-oslo.serialization (>= 2.18.0), python3-oslo.service (>= 1.24.0), python3-oslo.upgradecheck (>= 0.1.0), python3-oslo.utils (>= 3.37.0), python3-oslo.versionedobjects (>= 1.31.2), python3-osprofiler (>= 1.4.0), python3-pastedeploy (>= 1.5.0), python3-pbr (>= 2.0.0), python3-pymysql, python3-requests (>= 2.14.2), python3-routes (>= 2.3.1), python3-saharaclient (>= 1.4.0), python3-senlinclient (>= 0.3.0), python3-six (>= 1.10.0), python3-sqlalchemy (>= 1.0.10), python3-stevedore (>= 1:1.20.0), python3-swiftclient (>= 1:3.2.0), python3-tenacity (>= 4.4.0), python3-troveclient (>= 1:2.2.0), python3-tz (>= 2013.6), python3-webob (>= 1:1.7.1), python3-yaml (>= 3.12), python3-yaql (>= 1.1.3), python3-zaqarclient (>= 1.3.0), python3:any Suggests: python3-vitrageclient (>= 2.7.0), python3-zunclient (>= 3.4.0) Filename: pool/main/h/heat/python3-heat_14.0.0~b3~git2020041012.2ef9f4bf3-0ubuntu1_all.deb Size: 1285076 MD5sum: e3538fea8b82fcf9cc22f110b0b325d2 SHA1: 3d72a39a92d8d64d64979e0855f0a7056b19dcb3 SHA256: 6f2c5283d202ab0a80c374ba3f937a2a98e534848e8f65c7246e2eae44cd3267 Homepage: https://wiki.openstack.org/Heat Description-en: OpenStack orchestration service - Python 3 files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.

This package contains the Python 3 libraries.

There are three methods to install python3-heat on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install python3-heat Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install python3-heat using apt-get by running the following command:

sudo apt-get -y install python3-heat

Install python3-heat Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-heat

Install python3-heat Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install python3-heat using aptitude by running the following command:

sudo aptitude -y install python3-heat

How To Uninstall python3-heat on Ubuntu 20.04

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

sudo apt-get remove python3-heat

Uninstall python3-heat And Its Dependencies

To uninstall python3-heat and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove python3-heat

Remove python3-heat Configurations and Data

To remove python3-heat configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge python3-heat

Remove python3-heat configuration, data, and all of its dependencies

We can use the following command to remove python3-heat configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge python3-heat

References

Summary

In this tutorial we learn how to install python3-heat package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.