How To Install libpe-rules26 on Ubuntu 20.04

In this tutorial we learn how to install libpe-rules26 on Ubuntu 20.04. libpe-rules26 is cluster resource manager Policy Engine rules library cluster resource manager Policy Engine rules library cluster resource manager Policy Engine rules library

Introduction

In this tutorial we learn how to install libpe-rules26 on Ubuntu 20.04.

What is libpe-rules26

libpe-rules26 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 Policy Engine rules library.

Package: libpe-rules26 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: 124 Depends: libc6 (>= 2.14), libcrmcommon34 (>= 2.0.3), libglib2.0-0 (>= 2.28.0), libqb0 (>= 0.17.1) Filename: pool/main/p/pacemaker/libpe-rules26_2.0.3-3ubuntu4.1_amd64.deb Size: 27020 MD5sum: 781965c22e73fe6a84219125c07e2844 SHA1: cd140c1ef3b1694828f2b88eaf3d476f7e5ebdd6 SHA256: 1ce300fcb5a9b39ca6e148feae9963e19b8cd78958a8431ec9065d7b6af291f1 SHA512: 88d3193bb2e9a6b2174dc091519fd1e3f90c7c89f55cff9d3ffb2d4e35a3c5a9862d143016bf5c51be40f6a392d3664d8d894b6a300c509d147ddafe2cc2c8ca Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager Policy Engine rules 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 Policy Engine rules library.

Package: libpe-rules26 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: 124 Depends: libc6 (>= 2.14), libcrmcommon34 (>= 2.0.3), libglib2.0-0 (>= 2.28.0), libqb0 (>= 0.17.1) Filename: pool/main/p/pacemaker/libpe-rules26_2.0.3-3ubuntu3_amd64.deb Size: 27016 MD5sum: 5ba431b3b3b899554681127857ad43f9 SHA1: 5862eee9b6cdffc5e533204f6951a9d40c522156 SHA256: 6773044ba9a7da58eafa4922972043a46e8575272a04f96209ed9337ceaa8484 Homepage: https://www.clusterlabs.org/ Description-en: cluster resource manager Policy Engine rules 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 Policy Engine rules library.

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

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

sudo apt-get update

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

sudo apt-get -y install libpe-rules26

Install libpe-rules26 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libpe-rules26

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

sudo aptitude -y install libpe-rules26

How To Uninstall libpe-rules26 on Ubuntu 20.04

To uninstall only the libpe-rules26 package we can use the following command:

sudo apt-get remove libpe-rules26

Uninstall libpe-rules26 And Its Dependencies

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

sudo apt-get -y autoremove libpe-rules26

Remove libpe-rules26 Configurations and Data

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

sudo apt-get -y purge libpe-rules26

Remove libpe-rules26 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libpe-rules26

References

Summary

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