How To Install gir1.2-ebookcontacts-1.2 on Ubuntu 20.04

In this tutorial we learn how to install gir1.2-ebookcontacts-1.2 on Ubuntu 20.04. gir1.2-ebookcontacts-1.2 is GObject introspection for the EBook Contacts library GObject introspection for the EBook Contacts library GObject introspection for the EBook Contacts library

Introduction

In this tutorial we learn how to install gir1.2-ebookcontacts-1.2 on Ubuntu 20.04.

What is gir1.2-ebookcontacts-1.2

gir1.2-ebookcontacts-1.2 is:

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

This package contains introspection data for the libeebook library. It can be used by packages using the GIRepository format to generate dynamic bindings.

Package: gir1.2-ebookcontacts-1.2 Architecture: amd64 Version: 3.36.3-0ubuntu1.1 Multi-Arch: same Priority: optional Section: introspection 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: 81 Depends: gir1.2-camel-1.2 (= 3.36.3-0ubuntu1.1), gir1.2-edataserver-1.2 (= 3.36.3-0ubuntu1.1), gir1.2-freedesktop (>= 0.9.12), gir1.2-glib-2.0 (>= 0.9.12), libebook-contacts-1.2-3 (>= 3.33.4) Filename: pool/main/e/evolution-data-server/gir1.2-ebookcontacts-1.2_3.36.3-0ubuntu1.1_amd64.deb Size: 14268 MD5sum: 66d8ed340ef208cd4a2b666f4ccc1bd4 SHA1: fc815db292efdf2d77aafc556537ff653f44c16f SHA256: ab69cb49719da5fc56f4fe48b07da259a9ad2270cfe971bd47cfb36376dc8ad1 SHA512: 5ffe492c48ef6b4a0b77a71e05eedb15bd1d7e2a49995135549f56763cbed35c2892936dce8baefde31bb9ccccaafbfa52bc01755df270d5a8c8c9a2ed4a419c Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: GObject introspection for the EBook Contacts library The data server, called “Evolution Data Server” is responsible for managing calendar and addressbook information.

This package contains introspection data for the libeebook library. It can be used by packages using the GIRepository format to generate dynamic bindings.

Package: gir1.2-ebookcontacts-1.2 Architecture: amd64 Version: 3.36.1-2 Multi-Arch: same Priority: optional Section: introspection 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: 81 Depends: gir1.2-camel-1.2 (= 3.36.1-2), gir1.2-edataserver-1.2 (= 3.36.1-2), gir1.2-freedesktop (>= 0.9.12), gir1.2-glib-2.0 (>= 0.9.12), libebook-contacts-1.2-3 (>= 3.33.4) Filename: pool/main/e/evolution-data-server/gir1.2-ebookcontacts-1.2_3.36.1-2_amd64.deb Size: 14256 MD5sum: f260b6c72d90828d247cdd3ab8f405b6 SHA1: 71615cd82e6df233b35ee62ce126c3b379d543cb SHA256: 242b7749a640283e9ddcf4aef0fd15964dcac174991fa6179a8896e184646692 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: GObject introspection for the EBook Contacts library The data server, called “Evolution Data Server” is responsible for managing calendar and addressbook information.

This package contains introspection data for the libeebook library. It can be used by packages using the GIRepository format to generate dynamic bindings.

There are three methods to install gir1.2-ebookcontacts-1.2 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 gir1.2-ebookcontacts-1.2 Using apt-get

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

sudo apt-get update

After updating apt database, We can install gir1.2-ebookcontacts-1.2 using apt-get by running the following command:

sudo apt-get -y install gir1.2-ebookcontacts-1.2

Install gir1.2-ebookcontacts-1.2 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install gir1.2-ebookcontacts-1.2 using apt by running the following command:

sudo apt -y install gir1.2-ebookcontacts-1.2

Install gir1.2-ebookcontacts-1.2 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 gir1.2-ebookcontacts-1.2 using aptitude by running the following command:

sudo aptitude -y install gir1.2-ebookcontacts-1.2

How To Uninstall gir1.2-ebookcontacts-1.2 on Ubuntu 20.04

To uninstall only the gir1.2-ebookcontacts-1.2 package we can use the following command:

sudo apt-get remove gir1.2-ebookcontacts-1.2

Uninstall gir1.2-ebookcontacts-1.2 And Its Dependencies

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

sudo apt-get -y autoremove gir1.2-ebookcontacts-1.2

Remove gir1.2-ebookcontacts-1.2 Configurations and Data

To remove gir1.2-ebookcontacts-1.2 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge gir1.2-ebookcontacts-1.2

Remove gir1.2-ebookcontacts-1.2 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge gir1.2-ebookcontacts-1.2

References

Summary

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