How To Install libcamel1.2-dev on Ubuntu 20.04

In this tutorial we learn how to install libcamel1.2-dev on Ubuntu 20.04. libcamel1.2-dev is Development files for libcamel Development files for libcamel Development files for libcamel

Introduction

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

What is libcamel1.2-dev

libcamel1.2-dev is:

This package contains header files and static library for libcamel.

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.

Package: libcamel1.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: 3614 Depends: libcamel-1.2-62 (= 3.36.3-0ubuntu1.1), gir1.2-camel-1.2 (= 3.36.3-0ubuntu1.1), libglib2.0-dev (>= 2.40), libsqlite3-dev (>= 3.5), libnss3-dev, libnspr4-dev Filename: pool/main/e/evolution-data-server/libcamel1.2-dev_3.36.3-0ubuntu1.1_amd64.deb Size: 241524 MD5sum: 3ba96bdcbe2d953dff2240996a9ec553 SHA1: 4c0893d7287487db023152a27e505a5ba339eeb0 SHA256: dfbfedb94f5ccb252ab175c9a5de4b219f2be8ff08410473f1ccf8248cf10d72 SHA512: f2528ed4247065f851a8a7e89ec55e081c216a8e7a774eb81a31abf3e263b1219d87c13b56c9d19d213978ed6116ed195ccd8049a80da5b77278844d2766813f Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: Development files for libcamel This package contains header files and static library for libcamel.

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.

Package: libcamel1.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: 3613 Depends: libcamel-1.2-62 (= 3.36.1-2), gir1.2-camel-1.2 (= 3.36.1-2), libglib2.0-dev (>= 2.40), libsqlite3-dev (>= 3.5), libnss3-dev, libnspr4-dev Filename: pool/main/e/evolution-data-server/libcamel1.2-dev_3.36.1-2_amd64.deb Size: 241400 MD5sum: a48ee33d88b30eed2d1dafd846fa95a9 SHA1: 59cc6ff00ac3c875093af47ea2787a7c43da7e5a SHA256: c336bdb54281fb91d2bc556e952c94457b0f401cd685b5ce8f831fa418532cc8 Homepage: https://wiki.gnome.org/Apps/Evolution Description-en: Development files for libcamel This package contains header files and static library for libcamel.

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.

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

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

Install libcamel1.2-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libcamel1.2-dev

Install libcamel1.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 libcamel1.2-dev using aptitude by running the following command:

sudo aptitude -y install libcamel1.2-dev

How To Uninstall libcamel1.2-dev on Ubuntu 20.04

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

sudo apt-get remove libcamel1.2-dev

Uninstall libcamel1.2-dev And Its Dependencies

To uninstall libcamel1.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 libcamel1.2-dev

Remove libcamel1.2-dev Configurations and Data

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

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

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

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

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

References

Summary

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