How To Install evolution on Kali Linux
Introduction
In this tutorial we learn how to install evolution
on Kali Linux.
What is evolution
evolution is:
Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools.
Additional features include integration with Exchange servers, newsgroup client, LDAP support and web calendars
The following plugins belonging to the “base” set are included.
- calendar-file
- calendar-http
- itip-formatter
- default-source
- addressbook-file
- mark-all-read
- publish-calendar
- caldav
- imap-features
- google-account-setup
- webdav-account-setup
- calendar-weather
- sa-junk-plugin
- bogo-junk-plugin
There are three methods to install evolution
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 evolution Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install evolution
using apt-get
by running the following command:
Install evolution Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install evolution
using apt
by running the following command:
Install evolution 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 evolution
using aptitude
by running the following command:
How To Uninstall evolution on Kali Linux
To uninstall only the evolution
package we can use the following command:
Uninstall evolution And Its Dependencies
To uninstall evolution
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove evolution Configurations and Data
To remove evolution
configuration and data from Kali Linux we can use the following command:
Remove evolution configuration, data, and all of its dependencies
We can use the following command to remove evolution
configurations, data and all of its dependencies, we can use the following command:
Dependencies
evolution have the following dependencies:
- libc6
- libcamel-1.2-62
- libclutter-gtk-1.0-0
- libecal-2.0-1
- libedataserver-1.2-25
- libevolution
- libevolution
- libglib2.0-0
- libgtk-3-0
- libical3
- libnotify4
- libsoup2.4-1
- libwebkit2gtk-4.0-37
- libxml2
- evolution-common
- evolution-data-server
- evolution-data-server
- dbus
- psmisc
References
Summary
In this tutorial we learn how to install evolution
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.