How To Install and on Debian 10
Introduction
In this tutorial we learn how to install and
on Debian 10.
What is and
and is:
The auto nice daemon activates itself in certain intervals and renices jobs according to their priority and CPU usage. Jobs owned by root are left alone. Jobs are never increased in their priority.
The renice intervals can be adjusted as well as the default nice level and the activation intervals. A priority database stores user/group/job tuples along with their renice values for three CPU usage time ranges. Negative nice levels are interpreted as signals to be sent to a process, triggered by CPU usage; this way, Netscapes going berserk can be killed automatically. The strategy for searching the priority database can be configured.
AND also provides network-wide configuration files with host-specific sections, as well as wildcard/regexp support for commands in the priority database.
There are three methods to install and
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install and Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install and
using apt-get
by running the following command:
Install and Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install and
using apt
by running the following command:
Install and 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.
After updating apt database, We can install and
using aptitude
by running the following command:
How To Uninstall and on Debian 10
To uninstall only the and
package we can use the following command:
Uninstall and And Its Dependencies
To uninstall and
and its dependencies that are no longer needed by Debian 10, we can use the command below:
Remove and Configurations and Data
To remove and
configuration and data from Debian 10 we can use the following command:
Remove and configuration, data, and all of its dependencies
We can use the following command to remove and
configurations, data and all of its dependencies, we can use the following command:
Dependencies
and have the following dependencies:
References
Summary
In this tutorial we learn how to install and
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.