How To Install python3-watcher-dashboard on Ubuntu 20.04

In this tutorial we learn how to install python3-watcher-dashboard on Ubuntu 20.04. python3-watcher-dashboard is OpenStack Optimization as a service - dashboard plugin OpenStack Optimization as a service - dashboard plugin

Introduction

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

What is python3-watcher-dashboard

python3-watcher-dashboard is:

OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. Watcher provides a robust framework to realize a wide range of cloud optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency and more!

This package contains the OpenStack dashboard plugin.

Package: python3-watcher-dashboard Architecture: all Version: 2.0.1~git2020012214.0e1c0e0-0ubuntu1 Priority: optional Section: universe/python Source: watcher-dashboard Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenStack [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 337 Depends: openstack-dashboard (>= 3:17.0.0~), python3-httplib2, python3-keystoneclient, python3-watcherclient (>= 1.1.0), python3-yaml (>= 3.12), python3-django-horizon, python3-pbr (>= 2.0.0), python3:any Filename: pool/universe/w/watcher-dashboard/python3-watcher-dashboard_2.0.1~git2020012214.0e1c0e0-0ubuntu1_all.deb Size: 41620 MD5sum: 8a8d33c2e2512ba17d0e40810ef66f6a SHA1: 0e04fc207828b9bd57ef53e686d5e72d6d0c5ed4 SHA256: c7ac75064859884e348b7b42cc458cf2cc3c10e11b892650d8b90833be4ddc21 Homepage: https://github.com/openstack/watcher-dashboard Description-en: OpenStack Optimization as a service - dashboard plugin OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. Watcher provides a robust framework to realize a wide range of cloud optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency and more!

This package contains the OpenStack dashboard plugin.

There are three methods to install python3-watcher-dashboard 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-watcher-dashboard 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-watcher-dashboard using apt-get by running the following command:

sudo apt-get -y install python3-watcher-dashboard

Install python3-watcher-dashboard Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-watcher-dashboard

Install python3-watcher-dashboard 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-watcher-dashboard using aptitude by running the following command:

sudo aptitude -y install python3-watcher-dashboard

How To Uninstall python3-watcher-dashboard on Ubuntu 20.04

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

sudo apt-get remove python3-watcher-dashboard

Uninstall python3-watcher-dashboard And Its Dependencies

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

sudo apt-get -y autoremove python3-watcher-dashboard

Remove python3-watcher-dashboard Configurations and Data

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

sudo apt-get -y purge python3-watcher-dashboard

Remove python3-watcher-dashboard configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge python3-watcher-dashboard

References

Summary

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