How To Install libcrmcommon34 on Ubuntu 20.04

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

Introduction

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

What is libcrmcommon34

libcrmcommon34 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 common library.

Package: libcrmcommon34 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: 496 Depends: libbz2-1.0, libc6 (>= 2.17), libglib2.0-0 (>= 2.39.4), libgnutls30 (>= 3.6.12), libqb0 (>= 0.17.1), libuuid1 (>= 2.16), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25) Filename: pool/main/p/pacemaker/libcrmcommon34_2.0.3-3ubuntu4.1_amd64.deb Size: 159780 MD5sum: 4e2cfff4c1910facf13e8c0150e6b82a SHA1: feceb83b68325531d00f1542ed75f035555b53d2 SHA256: aeec54361199c2f2b04b06ce1c901dea695b4f62eb56635ce7869982c87df7c7 SHA512: 29854ff5028da2e1da96f93baf68d0a5bc29716ee09b0217f5dd96f03f567b3a9370c969d5fa3cf61aa203b0b5e519f6293c581568f59bb291293d811ce4cd71 Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager common 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 common library.

Package: libcrmcommon34 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: 496 Depends: libbz2-1.0, libc6 (>= 2.17), libglib2.0-0 (>= 2.39.4), libgnutls30 (>= 3.6.12), libqb0 (>= 0.17.1), libuuid1 (>= 2.16), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25) Filename: pool/main/p/pacemaker/libcrmcommon34_2.0.3-3ubuntu3_amd64.deb Size: 159976 MD5sum: 3ae262347b4a0d855bc9716c1950d836 SHA1: 0db4467b12275dd2f4faeff6324795554376f62c SHA256: 6af29ae16d53fb15aa505455edea25909738732642a5a59bca1cb150fc85362d Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager common 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 common library.

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

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

sudo apt-get update

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

sudo apt-get -y install libcrmcommon34

Install libcrmcommon34 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libcrmcommon34

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

sudo aptitude -y install libcrmcommon34

How To Uninstall libcrmcommon34 on Ubuntu 20.04

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

sudo apt-get remove libcrmcommon34

Uninstall libcrmcommon34 And Its Dependencies

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

sudo apt-get -y autoremove libcrmcommon34

Remove libcrmcommon34 Configurations and Data

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

sudo apt-get -y purge libcrmcommon34

Remove libcrmcommon34 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libcrmcommon34

References

Summary

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