How To Install gnome-calls on Ubuntu 22.04
Introduction
In this tutorial we learn how to install gnome-calls
on Ubuntu 22.04.
What is gnome-calls
gnome-calls is:
A GTK+ user interface for PSTN phone calls using ModemManager.
Besides phone calls it also handles USSD.
It works on desktops but also adjusts to small screen sizes like smart phones and other mobile devices.
There are three methods to install gnome-calls
on Ubuntu 22.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 gnome-calls Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install gnome-calls
using apt-get
by running the following command:
Install gnome-calls Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install gnome-calls
using apt
by running the following command:
Install gnome-calls 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.
After updating apt database, We can install gnome-calls
using aptitude
by running the following command:
How To Uninstall gnome-calls on Ubuntu 22.04
To uninstall only the gnome-calls
package we can use the following command:
Uninstall gnome-calls And Its Dependencies
To uninstall gnome-calls
and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:
Remove gnome-calls Configurations and Data
To remove gnome-calls
configuration and data from Ubuntu 22.04 we can use the following command:
Remove gnome-calls configuration, data, and all of its dependencies
We can use the following command to remove gnome-calls
configurations, data and all of its dependencies, we can use the following command:
References
Summary
In this tutorial we learn how to install gnome-calls
package on Ubuntu 22.04 using different package management tools: apt
, apt-get
and aptitude
.