How To Install low-memory-monitor-doc on Debian 12

Learn how to install low-memory-monitor-doc on Debian 12 with this tutorial. low-memory-monitor-doc is Documentation of the low-memory-monitor daemon D-Bus API

Introduction

In this tutorial we learn how to install low-memory-monitor-doc on Debian 12.

What is low-memory-monitor-doc

low-memory-monitor-doc is:

The Low Memory Monitor is an early boot daemon that will monitor memory pressure information coming from the kernel, and, first, send a signal to user-space applications when memory is running low, and then optionally activate the kernel’s OOM killer when memory is running really low.

This package contains the documentation for the D-Bus API.

There are three methods to install low-memory-monitor-doc on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install low-memory-monitor-doc Using apt-get

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

sudo apt-get update

After updating apt database, We can install low-memory-monitor-doc using apt-get by running the following command:

sudo apt-get -y install low-memory-monitor-doc

Install low-memory-monitor-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install low-memory-monitor-doc using apt by running the following command:

sudo apt -y install low-memory-monitor-doc

Install low-memory-monitor-doc 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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install low-memory-monitor-doc using aptitude by running the following command:

sudo aptitude -y install low-memory-monitor-doc

How To Uninstall low-memory-monitor-doc on Debian 12

To uninstall only the low-memory-monitor-doc package we can use the following command:

sudo apt-get remove low-memory-monitor-doc

Uninstall low-memory-monitor-doc And Its Dependencies

To uninstall low-memory-monitor-doc and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove low-memory-monitor-doc

Remove low-memory-monitor-doc Configurations and Data

To remove low-memory-monitor-doc configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge low-memory-monitor-doc

Remove low-memory-monitor-doc configuration, data, and all of its dependencies

We can use the following command to remove low-memory-monitor-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge low-memory-monitor-doc

Dependencies

low-memory-monitor-doc have the following dependencies:

References

Summary

In this tutorial we learn how to install low-memory-monitor-doc package on Debian 12 using different package management tools: apt, apt-get and aptitude.