How To Install liblrmd-dev on Ubuntu 20.04

In this tutorial we learn how to install liblrmd-dev on Ubuntu 20.04. liblrmd-dev is transitional package transitional package transitional package

Introduction

In this tutorial we learn how to install liblrmd-dev on Ubuntu 20.04.

What is liblrmd-dev

liblrmd-dev is:

This is a transitional package. It can safely be removed.

Package: liblrmd-dev Architecture: all Version: 2.0.3-3ubuntu4.1 Priority: optional Section: libdevel Source: pacemaker Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian HA Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 64 Depends: pacemaker-dev Filename: pool/main/p/pacemaker/liblrmd-dev_2.0.3-3ubuntu4.1_all.deb Size: 8564 MD5sum: 92330215e296d63f63f6152775fa77df SHA1: 7d2d1b421a2845acc17575da2d8551dbe0c115cd SHA256: b8c428665eaff9497984d75df9492c79783580b195bea9eaae1ebfab579ab09b SHA512: 240fd4a94ce932691efc1dad4d97230b430e1641205274791bde0d74bbf803ed395684f4250fb6f0385556c34bede54f3e92193c68bd87f4d99ed86ef1f22360 Homepage: https://www.clusterlabs.org/ Description-en: transitional package This is a transitional package. It can safely be removed.

Package: liblrmd-dev Architecture: all Version: 2.0.3-3ubuntu3 Priority: optional Section: libdevel Source: pacemaker Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian HA Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 64 Depends: pacemaker-dev Filename: pool/main/p/pacemaker/liblrmd-dev_2.0.3-3ubuntu3_all.deb Size: 8552 MD5sum: 53ef64451aea7b40dd59c533c1527368 SHA1: 903e834da82e72ca207909beb1f674415c94ae54 SHA256: 115a697f02a8e62507403a783b17a6afc9fc6fa64644a474355830104119dadf Homepage: https://www.clusterlabs.org/ Description-en: transitional package This is a transitional package. It can safely be removed.

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

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

sudo apt-get update

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

sudo apt-get -y install liblrmd-dev

Install liblrmd-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install liblrmd-dev

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

sudo aptitude -y install liblrmd-dev

How To Uninstall liblrmd-dev on Ubuntu 20.04

To uninstall only the liblrmd-dev package we can use the following command:

sudo apt-get remove liblrmd-dev

Uninstall liblrmd-dev And Its Dependencies

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

sudo apt-get -y autoremove liblrmd-dev

Remove liblrmd-dev Configurations and Data

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

sudo apt-get -y purge liblrmd-dev

Remove liblrmd-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge liblrmd-dev

References

Summary

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