How To Install liblrmd28 on Ubuntu 20.04

In this tutorial we learn how to install liblrmd28 on Ubuntu 20.04. liblrmd28 is cluster resource manager LRMD library cluster resource manager LRMD library cluster resource manager LRMD library

Introduction

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

What is liblrmd28

liblrmd28 is:

At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines.

Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering).

It can even use technology such as Docker to automatically isolate the resources managed by the cluster.

This package contains the Local Resource Manager Daemon library.

Package: liblrmd28 Architecture: amd64 Version: 2.0.3-3ubuntu4.1 Multi-Arch: same Priority: optional Section: libs 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: 140 Depends: libc6 (>= 2.14), libcrmcommon34 (>= 2.0.3), libcrmservice28 (>= 1.1.13), libglib2.0-0 (>= 2.28.0), libgnutls30 (>= 3.6.5), libqb0 (>= 0.17.1), libstonithd26 (>= 1.1.9) Filename: pool/main/p/pacemaker/liblrmd28_2.0.3-3ubuntu4.1_amd64.deb Size: 31140 MD5sum: 24779d828e334685cb20f9c70c916219 SHA1: 5021b0341b1a9540eabfc85a164637cf542ac3ff SHA256: f164604db5eb60ecb4c790e993c1e33806734986f6e6003741433f595617f970 SHA512: 2c2e4380332a4ee5c7622dc05f341a245ea1429178b553b88e73d616a712b348fdab2eae21a2bf94817e60f02ad541fe3d05d016829b07fd51eb49b15c36ecf3 Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager LRMD library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines.

Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering).

It can even use technology such as Docker to automatically isolate the resources managed by the cluster.

This package contains the Local Resource Manager Daemon library.

Package: liblrmd28 Architecture: amd64 Version: 2.0.3-3ubuntu3 Multi-Arch: same Priority: optional Section: libs 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: 140 Depends: libc6 (>= 2.14), libcrmcommon34 (>= 2.0.3), libcrmservice28 (>= 1.1.13), libglib2.0-0 (>= 2.28.0), libgnutls30 (>= 3.6.5), libqb0 (>= 0.17.1), libstonithd26 (>= 1.1.9) Filename: pool/main/p/pacemaker/liblrmd28_2.0.3-3ubuntu3_amd64.deb Size: 31268 MD5sum: 32f87c87289bc18aa7f129b06492dbd4 SHA1: 5c5c48cd04478b0ce66c0e78426f6b3472720172 SHA256: 54ee2cb19f3a3c0183a3f4c6510e63daddd1bb7a4de2ac6defc01d73ce6b6613 Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager LRMD library At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines.

Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering).

It can even use technology such as Docker to automatically isolate the resources managed by the cluster.

This package contains the Local Resource Manager Daemon library.

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

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

sudo apt-get update

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

sudo apt-get -y install liblrmd28

Install liblrmd28 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install liblrmd28

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

sudo aptitude -y install liblrmd28

How To Uninstall liblrmd28 on Ubuntu 20.04

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

sudo apt-get remove liblrmd28

Uninstall liblrmd28 And Its Dependencies

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

sudo apt-get -y autoremove liblrmd28

Remove liblrmd28 Configurations and Data

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

sudo apt-get -y purge liblrmd28

Remove liblrmd28 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge liblrmd28

References

Summary

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