How To Install python-os-brick-doc on Ubuntu 20.04

In this tutorial we learn how to install python-os-brick-doc on Ubuntu 20.04. python-os-brick-doc is Library for managing local volume attaches - doc Library for managing local volume attaches - doc Library for managing local volume attaches - doc

Introduction

In this tutorial we learn how to install python-os-brick-doc on Ubuntu 20.04.

What is python-os-brick-doc

python-os-brick-doc is:

OpenStack Cinder brick library for managing local volume attaches.

Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host.

This package contains the documentation.

Package: python-os-brick-doc Architecture: all Version: 3.0.1-0ubuntu1.2 Priority: optional Section: doc Source: python-os-brick Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenStack [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 2212 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/main/p/python-os-brick/python-os-brick-doc_3.0.1-0ubuntu1.2_all.deb Size: 886420 MD5sum: 6dfe9770657f4d1cd4e0804591c266ef SHA1: b8fbae88a3aff29a9c88454be5799e9961a3b6a3 SHA256: 10582de335c4ab2d91cc8bcea235e13019bbe2a0d0da82be81b4e3d5b813a540 SHA512: 32d4980093294269bc5033836564dd7ac783e20519fcad70c37092cda9c71684f9ed8300558da8096b0e259ed2b994c7926a877732d16fd73f2725fed8e2aac1 Homepage: https://github.com/openstack/os-brick Description-en: Library for managing local volume attaches - doc OpenStack Cinder brick library for managing local volume attaches.

Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host.

This package contains the documentation.

Package: python-os-brick-doc Architecture: all Version: 3.0.1-0ubuntu1 Priority: optional Section: doc Source: python-os-brick Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenStack [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 2211 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/main/p/python-os-brick/python-os-brick-doc_3.0.1-0ubuntu1_all.deb Size: 886172 MD5sum: 97099f7b8c69937a2fb44cea518531d7 SHA1: f5ff23bae01907de489120bf7ccb12d6f124f072 SHA256: b79f787f2c8bb11f6145518ca5f70d7f64b42df8e254b809c34891fe1857b323 Homepage: https://github.com/openstack/os-brick Description-en: Library for managing local volume attaches - doc OpenStack Cinder brick library for managing local volume attaches.

Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host.

This package contains the documentation.

There are three methods to install python-os-brick-doc 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 python-os-brick-doc Using apt-get

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

sudo apt-get update

After updating apt database, We can install python-os-brick-doc using apt-get by running the following command:

sudo apt-get -y install python-os-brick-doc

Install python-os-brick-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install python-os-brick-doc using apt by running the following command:

sudo apt -y install python-os-brick-doc

Install python-os-brick-doc 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 python-os-brick-doc using aptitude by running the following command:

sudo aptitude -y install python-os-brick-doc

How To Uninstall python-os-brick-doc on Ubuntu 20.04

To uninstall only the python-os-brick-doc package we can use the following command:

sudo apt-get remove python-os-brick-doc

Uninstall python-os-brick-doc And Its Dependencies

To uninstall python-os-brick-doc and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove python-os-brick-doc

Remove python-os-brick-doc Configurations and Data

To remove python-os-brick-doc configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge python-os-brick-doc

Remove python-os-brick-doc configuration, data, and all of its dependencies

We can use the following command to remove python-os-brick-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge python-os-brick-doc

References

Summary

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