How To Install libstonithd-dev on Ubuntu 20.04

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

Introduction

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

What is libstonithd-dev

libstonithd-dev is:

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

Package: libstonithd-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/libstonithd-dev_2.0.3-3ubuntu4.1_all.deb Size: 8568 MD5sum: 57aab2131d68df1e5c9ad72a6d24320c SHA1: 00a807dd733103254945567ce040b6ae5370cd7d SHA256: 88d44c12b375ab7cf39f084d363ed61c28a0473c7786fc05cc6b6f6b3bffa1a1 SHA512: 0414be806f4c529a4a2356b4a6fc642056e1c9ad5e5f84a161cb06c1446db94bb9ac54adb902720a79b11698d7470a150f0ac80f2d3fed71b7ea114083ac7fff Homepage: https://www.clusterlabs.org/ Description-en: transitional package This is a transitional package. It can safely be removed.

Package: libstonithd-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/libstonithd-dev_2.0.3-3ubuntu3_all.deb Size: 8556 MD5sum: 4439b20d2f9bcf5830f804ffc342b22c SHA1: 0c836835ae08879f9b1888b75933c74abb6b13f5 SHA256: f17dbd219ca9e97784515116b08481427e58471a65401d05751b22fc19241ba7 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 libstonithd-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 libstonithd-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 libstonithd-dev using apt-get by running the following command:

sudo apt-get -y install libstonithd-dev

Install libstonithd-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libstonithd-dev

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

sudo aptitude -y install libstonithd-dev

How To Uninstall libstonithd-dev on Ubuntu 20.04

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

sudo apt-get remove libstonithd-dev

Uninstall libstonithd-dev And Its Dependencies

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

sudo apt-get -y autoremove libstonithd-dev

Remove libstonithd-dev Configurations and Data

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

sudo apt-get -y purge libstonithd-dev

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

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

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

References

Summary

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