How To Install libroutermanager0 on Debian 9
Introduction
In this tutorial we learn how to install libroutermanager0
on Debian 9.
What is libroutermanager0
libroutermanager0 is:
Journal, Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible routers.
This package contains the shared libraries, which are used by the main program and its plugins.
There are three methods to install libroutermanager0
on Debian 9. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libroutermanager0 Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install libroutermanager0
using apt-get
by running the following command:
sudo apt-get -y install libroutermanager0
Install libroutermanager0 Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libroutermanager0
using apt
by running the following command:
sudo apt -y install libroutermanager0
Install libroutermanager0 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 libroutermanager0
using aptitude
by running the following command:
sudo aptitude -y install libroutermanager0
How To Uninstall libroutermanager0 on Debian 9
To uninstall only the libroutermanager0
package we can use the following command:
sudo apt-get remove libroutermanager0
Uninstall libroutermanager0 And Its Dependencies
To uninstall libroutermanager0
and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove libroutermanager0
Remove libroutermanager0 Configurations and Data
To remove libroutermanager0
configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge libroutermanager0
Remove libroutermanager0 configuration, data, and all of its dependencies
We can use the following command to remove libroutermanager0
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libroutermanager0
Dependencies
libroutermanager0 have the following dependencies:
- libc6
- libcapi20-3
- libgirepository-1.0-1
- libglib2.0-0
- libgssdp-1.0-3
- libgupnp-1.0-4
- libpeas-1.0-0
- libsndfile1
- libsoup2.4-1
- libspandsp2
- libspeex1
- libspeexdsp1
- libtiff5
- libxml2
References
Summary
In this tutorial we learn how to install libroutermanager0
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.