How To Install libradosstriper1 on Ubuntu 20.04

In this tutorial we learn how to install libradosstriper1 on Ubuntu 20.04. libradosstriper1 is RADOS striping interface RADOS striping interface RADOS striping interface

Introduction

In this tutorial we learn how to install libradosstriper1 on Ubuntu 20.04.

What is libradosstriper1

libradosstriper1 is:

Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one.

Package: libradosstriper1 Architecture: amd64 Version: 15.2.12-0ubuntu0.20.04.1 Priority: optional Section: libs Source: ceph Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Ceph Packaging Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 1379 Depends: librados2 (= 15.2.12-0ubuntu0.20.04.1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/main/c/ceph/libradosstriper1_15.2.12-0ubuntu0.20.04.1_amd64.deb Size: 377532 MD5sum: efd5b7d42c345fdd02cf880c04ef6a38 SHA1: 9611de65c5bf5a1fc418cc1c10c264715c6a0a47 SHA256: a9d6d4b40908f81862a6510dc9e5d130949cbefdfa5fe7e60e065d74bfe0aa70 SHA512: 9873bc05a21dcc9579249a422ffbf3e6c08faac72187f3ba0202f0960f76952d70ba388a70b42588250ac0b5617ae38ebe1eb34f65ea7811c5299e81969e568e Homepage: http://ceph.com/ Description-en: RADOS striping interface Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one.

Package: libradosstriper1 Architecture: amd64 Version: 15.2.1-0ubuntu1 Priority: optional Section: libs Source: ceph Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Ceph Packaging Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 1398 Depends: librados2 (= 15.2.1-0ubuntu1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/main/c/ceph/libradosstriper1_15.2.1-0ubuntu1_amd64.deb Size: 378668 MD5sum: 50c4253c6acce3ace0b5c2c38d2f200a SHA1: 0238e10fbb827f562d56844bf00db054f5a78459 SHA256: 16c03797e4244ebe8c2430103c0a5dace5bb0081d4c98bce9cbe4a3cb3674473 Homepage: http://ceph.com/ Description-en: RADOS striping interface Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using an interface very similar to the rados one.

There are three methods to install libradosstriper1 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 libradosstriper1 Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install libradosstriper1

Install libradosstriper1 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libradosstriper1 using apt by running the following command:

sudo apt -y install libradosstriper1

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

sudo aptitude -y install libradosstriper1

How To Uninstall libradosstriper1 on Ubuntu 20.04

To uninstall only the libradosstriper1 package we can use the following command:

sudo apt-get remove libradosstriper1

Uninstall libradosstriper1 And Its Dependencies

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

sudo apt-get -y autoremove libradosstriper1

Remove libradosstriper1 Configurations and Data

To remove libradosstriper1 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libradosstriper1

Remove libradosstriper1 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libradosstriper1

References

Summary

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