How To Install libsignon-qt5-dev on Ubuntu 20.04

In this tutorial we learn how to install libsignon-qt5-dev on Ubuntu 20.04. libsignon-qt5-dev is Development files for libsignon-qt Development files for libsignon-qt

Introduction

In this tutorial we learn how to install libsignon-qt5-dev on Ubuntu 20.04.

What is libsignon-qt5-dev

libsignon-qt5-dev is:

Headers and static libraries for the libsignon-qt library

Package: libsignon-qt5-dev Architecture: amd64 Version: 8.59+17.10.20170606-0ubuntu2 Priority: optional Section: universe/libdevel Source: signon Origin: Ubuntu Maintainer: Ubuntu Desktop Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 93 Depends: libsignon-qt5-1 (= 8.59+17.10.20170606-0ubuntu2), qtbase5-dev Filename: pool/universe/s/signon/libsignon-qt5-dev_8.59+17.10.20170606-0ubuntu2_amd64.deb Size: 13272 MD5sum: c3866745892ffb79d34fa7a84352ffe9 SHA1: 9138e7115a085b48cd08a0d7d7c73c2cfdc8f147 SHA256: 1dd186d575c977a0447529d34b04f8f702c7aba809ca14f0385ab731fb0b4388 Homepage: http://code.google.com/p/accounts-sso/ Description-en: Development files for libsignon-qt Headers and static libraries for the libsignon-qt library

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

sudo apt-get -y install libsignon-qt5-dev

Install libsignon-qt5-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libsignon-qt5-dev using apt by running the following command:

sudo apt -y install libsignon-qt5-dev

Install libsignon-qt5-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 libsignon-qt5-dev using aptitude by running the following command:

sudo aptitude -y install libsignon-qt5-dev

How To Uninstall libsignon-qt5-dev on Ubuntu 20.04

To uninstall only the libsignon-qt5-dev package we can use the following command:

sudo apt-get remove libsignon-qt5-dev

Uninstall libsignon-qt5-dev And Its Dependencies

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

sudo apt-get -y autoremove libsignon-qt5-dev

Remove libsignon-qt5-dev Configurations and Data

To remove libsignon-qt5-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libsignon-qt5-dev

Remove libsignon-qt5-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libsignon-qt5-dev

References

Summary

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