How To Install python3-trove on Ubuntu 20.04

In this tutorial we learn how to install python3-trove on Ubuntu 20.04. python3-trove is Database as a Service for OpenStack - Python 3 lib Database as a Service for OpenStack - Python 3 lib

Introduction

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

What is python3-trove

python3-trove is:

Trove is “Database as a Service” for Openstack. It’s designed to allow users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks.

Cloud users and database administrators can provision and manage multiple database instances as needed. The service focus on providing resource isolation at high performance while automating deployment, configuration, patching, backups, restores, and monitoring. Trove is designed to support a single-tenant database within a Nova instance. There is no restrictions on how Nova is configured, since Trove interacts with other OpenStack components purely through the API.

This package provides the Trove Python 3 library.

Package: python3-trove Architecture: all Version: 1:13.0.0~b3~git2020041014.8c3df10a-0ubuntu1 Priority: optional Section: universe/python Source: openstack-trove Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenStack [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 5179 Depends: e2fsprogs, python3-babel (>= 2.3.4), python3-cinderclient (>= 1:3.3.0), python3-crypto (>= 2.6), python3-cryptography (>= 2.1.4), python3-designateclient (>= 2.7.0), python3-diskimage-builder (>= 1.1.2), python3-eventlet (>= 0.18.2), python3-glanceclient (>= 1:2.8.0), python3-heatclient (>= 1.10.0), python3-httplib2 (>= 0.9.1), python3-iso8601 (>= 0.1.11), python3-jinja2 (>= 2.10), python3-jsonschema (>= 2.6.0), python3-keystoneclient (>= 1:3.8.0), python3-keystonemiddleware (>= 4.17.0), python3-lxml (>= 3.4.1), python3-migrate (>= 0.11.0), python3-netaddr (>= 0.7.18), python3-neutronclient (>= 1:6.7.0), python3-novaclient (>= 2:9.1.0), python3-openstackclient, 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.serialization (>= 2.18.0), python3-oslo.service (>= 1.24.0), python3-oslo.upgradecheck (>= 0.1.0), python3-oslo.utils (>= 3.33.0), python3-osprofiler (>= 1.4.0), python3-passlib (>= 1.7.0), python3-paste (>= 2.0.2), python3-pastedeploy (>= 1.5.0), python3-pbr (>= 2.0.0), python3-pexpect (>= 3.1), python3-pymysql (>= 0.7.6), python3-routes (>= 2.3.1), python3-six (>= 1.10.0), python3-sqlalchemy (>= 1.0.10), python3-stevedore (>= 1:1.20.0), python3-swiftclient (>= 1:3.2.0), python3-troveclient (>= 1:2.2.0), python3-webob (>= 1:1.7.1), python3-xmltodict (>= 0.10.1), python3:any Conflicts: python3-cjson Filename: pool/universe/o/openstack-trove/python3-trove_13.0.0~b3~git2020041014.8c3df10a-0ubuntu1_all.deb Size: 595224 MD5sum: 5e09d6c823ec8e5c3bc61500e3381e37 SHA1: 65b405451e1c892494fbe11ef71d7da4f64a5cfb SHA256: 36bf27f1c916775d9e06ffa81c17770b9829af3468fb1fe4703e732b7a95aaee Homepage: https://github.com/openstack/trove Description-en: Database as a Service for OpenStack - Python 3 lib Trove is “Database as a Service” for Openstack. It’s designed to allow users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks.

Cloud users and database administrators can provision and manage multiple database instances as needed. The service focus on providing resource isolation at high performance while automating deployment, configuration, patching, backups, restores, and monitoring. Trove is designed to support a single-tenant database within a Nova instance. There is no restrictions on how Nova is configured, since Trove interacts with other OpenStack components purely through the API.

This package provides the Trove Python 3 library.

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

sudo apt-get -y install python3-trove

Install python3-trove Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-trove

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

sudo aptitude -y install python3-trove

How To Uninstall python3-trove on Ubuntu 20.04

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

sudo apt-get remove python3-trove

Uninstall python3-trove And Its Dependencies

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

sudo apt-get -y autoremove python3-trove

Remove python3-trove Configurations and Data

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

sudo apt-get -y purge python3-trove

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

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

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

References

Summary

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