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

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

Introduction

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

What is gir1.2-camel-1.2

gir1.2-camel-1.2 is:

Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution.

Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc.

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

Package: gir1.2-camel-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: 270 Depends: gir1.2-freedesktop (>= 0.9.12), gir1.2-glib-2.0 (>= 0.9.12), libcamel-1.2-62 (>= 3.36.3-0ubuntu1.1) Filename: pool/main/e/evolution-data-server/gir1.2-camel-1.2_3.36.3-0ubuntu1.1_amd64.deb Size: 53652 MD5sum: d1fb0002790062d3431dcf50a9c52b29 SHA1: b37e98e3a25061fd58b462d3e1be25f7fee3b129 SHA256: bab504cf4bb69205bccb38f50754859521c59f2ce08e6e05fb964ef56e4ee688 SHA512: b3fc3391d21fb810036ae0e4a316d3ff12593a80d73cd7173e2c709416d0f5e3470dba10e08ed9eaa12efaf49a25859df473866d1c76d75c1cb97ed09bcb5c94 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: GObject introspection for the Camel library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution.

Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc.

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

Package: gir1.2-camel-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: 270 Depends: gir1.2-freedesktop (>= 0.9.12), gir1.2-glib-2.0 (>= 0.9.12), libcamel-1.2-62 (>= 3.33.4) Filename: pool/main/e/evolution-data-server/gir1.2-camel-1.2_3.36.1-2_amd64.deb Size: 53680 MD5sum: 6f2e2eaa1c76ab0c657632016300585b SHA1: bb0f4de3f8ec224636371a1a72370f41cb9849fd SHA256: 8772beef60999038019d014e76d4a0b2181086bf0ca0dc79bd5856d5aeaee716 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: GObject introspection for the Camel library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution.

Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc.

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

There are three methods to install gir1.2-camel-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-camel-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-camel-1.2 using apt-get by running the following command:

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

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

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

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

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

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

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

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

Uninstall gir1.2-camel-1.2 And Its Dependencies

To uninstall gir1.2-camel-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-camel-1.2

Remove gir1.2-camel-1.2 Configurations and Data

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

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

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

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

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

References

Summary

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