How To Install openstack-dashboard-ubuntu-theme on Ubuntu 20.04

In this tutorial we learn how to install openstack-dashboard-ubuntu-theme on Ubuntu 20.04. openstack-dashboard-ubuntu-theme is Transitional dummy package for Ubuntu theme for Horizon Transitional dummy package for Ubuntu theme for Horizon Transitional dummy package for Ubuntu theme for Horizon

Introduction

In this tutorial we learn how to install openstack-dashboard-ubuntu-theme on Ubuntu 20.04.

What is openstack-dashboard-ubuntu-theme

openstack-dashboard-ubuntu-theme is:

This transitional package is safe to remove and use openstack-dashboard instead, which now contains the Ubuntu theme.

Package: openstack-dashboard-ubuntu-theme Architecture: all Version: 3:18.3.2-0ubuntu0.20.04.4 Priority: extra Section: universe/net Source: horizon Origin: Ubuntu Maintainer: Chuck Short [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 23 Depends: openstack-dashboard (= 3:18.3.2-0ubuntu0.20.04.4) Filename: pool/universe/h/horizon/openstack-dashboard-ubuntu-theme_18.3.2-0ubuntu0.20.04.4_all.deb Size: 1924 MD5sum: c17d78f7ba4091526c5c3978041e0b14 SHA1: 6b941d04b3fba015606f7121dbb808741f3f9a75 SHA256: d510d29e1bfa4e88b90b4f05d9e8c3fc66b8c8dd688f945e97f48de137855399 SHA512: b2d69f12bb616f91106afb5657334e27b6889fc503f7c14e95c8d2027507c983de1c659179156b88ba572819bd4d63f8b151e1ca4ae78173e065999e55ac11fd Homepage: https://launchpad.net/horizon Description-en: Transitional dummy package for Ubuntu theme for Horizon This transitional package is safe to remove and use openstack-dashboard instead, which now contains the Ubuntu theme.

Package: openstack-dashboard-ubuntu-theme Architecture: all Version: 3:18.2.1~git2020041013.754804667-0ubuntu3 Priority: extra Section: universe/net Source: horizon Origin: Ubuntu Maintainer: Chuck Short [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 23 Depends: openstack-dashboard (= 3:18.2.1~git2020041013.754804667-0ubuntu3) Filename: pool/universe/h/horizon/openstack-dashboard-ubuntu-theme_18.2.1~git2020041013.754804667-0ubuntu3_all.deb Size: 1936 MD5sum: 2ed8faac3f79a01f3b525133ee2d5f67 SHA1: eb40292b15df1c577b44bcf3dc4f41587361bd72 SHA256: 27bb1db50ec386110fe20cd305e7ad00f3db3f01b75f28230c5a154426bd1253 Homepage: https://launchpad.net/horizon Description-en: Transitional dummy package for Ubuntu theme for Horizon This transitional package is safe to remove and use openstack-dashboard instead, which now contains the Ubuntu theme.

There are three methods to install openstack-dashboard-ubuntu-theme 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 openstack-dashboard-ubuntu-theme Using apt-get

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

sudo apt-get update

After updating apt database, We can install openstack-dashboard-ubuntu-theme using apt-get by running the following command:

sudo apt-get -y install openstack-dashboard-ubuntu-theme

Install openstack-dashboard-ubuntu-theme Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install openstack-dashboard-ubuntu-theme using apt by running the following command:

sudo apt -y install openstack-dashboard-ubuntu-theme

Install openstack-dashboard-ubuntu-theme 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 openstack-dashboard-ubuntu-theme using aptitude by running the following command:

sudo aptitude -y install openstack-dashboard-ubuntu-theme

How To Uninstall openstack-dashboard-ubuntu-theme on Ubuntu 20.04

To uninstall only the openstack-dashboard-ubuntu-theme package we can use the following command:

sudo apt-get remove openstack-dashboard-ubuntu-theme

Uninstall openstack-dashboard-ubuntu-theme And Its Dependencies

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

sudo apt-get -y autoremove openstack-dashboard-ubuntu-theme

Remove openstack-dashboard-ubuntu-theme Configurations and Data

To remove openstack-dashboard-ubuntu-theme configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge openstack-dashboard-ubuntu-theme

Remove openstack-dashboard-ubuntu-theme configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge openstack-dashboard-ubuntu-theme

References

Summary

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