How To Install libedataserver1.2-dev on Ubuntu 20.04

In this tutorial we learn how to install libedataserver1.2-dev on Ubuntu 20.04. libedataserver1.2-dev is Utility library for evolution data servers (development files) Utility library for evolution data servers (development files) Utility library for evolution data servers (development files)

Introduction

In this tutorial we learn how to install libedataserver1.2-dev on Ubuntu 20.04.

What is libedataserver1.2-dev

libedataserver1.2-dev is:

The data server, called “Evolution Data Server” is responsible for managing calendar and addressbook information.

This package contains header files and static library for libedataserver.

Package: libedataserver1.2-dev Architecture: amd64 Version: 3.36.3-0ubuntu1.1 Multi-Arch: same Priority: optional Section: libdevel Source: evolution-data-server Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 2407 Depends: libedataserver-1.2-24 (= 3.36.3-0ubuntu1.1), gir1.2-edataserver-1.2 (= 3.36.3-0ubuntu1.1), libcamel1.2-dev (= 3.36.3-0ubuntu1.1), libxml2-dev, libglib2.0-dev (>= 2.40), libsoup2.4-dev, libsecret-1-dev Filename: pool/main/e/evolution-data-server/libedataserver1.2-dev_3.36.3-0ubuntu1.1_amd64.deb Size: 157928 MD5sum: 3cc3c1adb2ec0cdf91b40bab19ecd5a7 SHA1: 1277d8737d02a81f289c847c8515f9363f04f0c9 SHA256: e0e5984f70344b74e24a2046b8fb593ec21dd6c35732a3bfe795d9ed2788b4e6 SHA512: 8e8dd27a5ed8b2c5e1eca4fb52b5b8d3ccc5a70f373105e93adb857f94f9ba7d9e01ef5b7c80a7630b324455af16ac11ddfb9bc2da8fed7fb6106881f2bceac4 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: Utility library for evolution data servers (development files) The data server, called “Evolution Data Server” is responsible for managing calendar and addressbook information.

This package contains header files and static library for libedataserver.

Package: libedataserver1.2-dev Architecture: amd64 Version: 3.36.1-2 Multi-Arch: same Priority: optional Section: libdevel Source: evolution-data-server Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 2407 Depends: libedataserver-1.2-24 (= 3.36.1-2), gir1.2-edataserver-1.2 (= 3.36.1-2), libcamel1.2-dev (= 3.36.1-2), libxml2-dev, libglib2.0-dev (>= 2.40), libsoup2.4-dev, libsecret-1-dev Filename: pool/main/e/evolution-data-server/libedataserver1.2-dev_3.36.1-2_amd64.deb Size: 157880 MD5sum: df44e34290ccafa023dca4d61bfd6b0f SHA1: b0fdf5e68842b4e5da47dd9fad8cb5cc10786d0d SHA256: 4868b63c68d485819b837b8c449b703431c6077d09327c93bd85f8459803b040 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: Utility library for evolution data servers (development files) The data server, called “Evolution Data Server” is responsible for managing calendar and addressbook information.

This package contains header files and static library for libedataserver.

There are three methods to install libedataserver1.2-dev on Ubuntu 20.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 libedataserver1.2-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libedataserver1.2-dev using apt-get by running the following command:

sudo apt-get -y install libedataserver1.2-dev

Install libedataserver1.2-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libedataserver1.2-dev using apt by running the following command:

sudo apt -y install libedataserver1.2-dev

Install libedataserver1.2-dev 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.

sudo aptitude update

After updating apt database, We can install libedataserver1.2-dev using aptitude by running the following command:

sudo aptitude -y install libedataserver1.2-dev

How To Uninstall libedataserver1.2-dev on Ubuntu 20.04

To uninstall only the libedataserver1.2-dev package we can use the following command:

sudo apt-get remove libedataserver1.2-dev

Uninstall libedataserver1.2-dev And Its Dependencies

To uninstall libedataserver1.2-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libedataserver1.2-dev

Remove libedataserver1.2-dev Configurations and Data

To remove libedataserver1.2-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libedataserver1.2-dev

Remove libedataserver1.2-dev configuration, data, and all of its dependencies

We can use the following command to remove libedataserver1.2-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libedataserver1.2-dev

References

Summary

In this tutorial we learn how to install libedataserver1.2-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.