How To Install libfolks-eds25 on Kali Linux
Introduction
In this tutorial we learn how to install libfolks-eds25
on Kali Linux.
What is libfolks-eds25
libfolks-eds25 is:
libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts.
This package contains the EDS backend for libfolks
There are three methods to install libfolks-eds25
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libfolks-eds25 Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libfolks-eds25
using apt-get
by running the following command:
Install libfolks-eds25 Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libfolks-eds25
using apt
by running the following command:
Install libfolks-eds25 Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libfolks-eds25
using aptitude
by running the following command:
How To Uninstall libfolks-eds25 on Kali Linux
To uninstall only the libfolks-eds25
package we can use the following command:
Uninstall libfolks-eds25 And Its Dependencies
To uninstall libfolks-eds25
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libfolks-eds25 Configurations and Data
To remove libfolks-eds25
configuration and data from Kali Linux we can use the following command:
Remove libfolks-eds25 configuration, data, and all of its dependencies
We can use the following command to remove libfolks-eds25
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libfolks-eds25 have the following dependencies:
- evolution-data-server
- libfolks25
- libc6
- libebook-1.2-20
- libebook-contacts-1.2-3
- libedataserver-1.2-25
- libgee-0.8-2
- libglib2.0-0
References
Summary
In this tutorial we learn how to install libfolks-eds25
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.