How To Install libaqhbci23 on Debian 9

In this tutorial we learn how to install libaqhbci23 on Debian 9. libaqhbci23 is library for HBCI online banking

Introduction

In this tutorial we learn how to install libaqhbci23 on Debian 9.

What is libaqhbci23

libaqhbci23 is:

This library provides an API implementing the Home Banking Computer Interface, HBCI, a protocol popular with German banks. It is best used in conjunction with AqBanking, see the libaqbanking packages.

If you intend to use HBCI with digital signatures stored and/or processed on chipcards you will also need to install the package libchipcard-libgwenhywfar60-plugins.

There are three methods to install libaqhbci23 on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libaqhbci23 Using apt-get

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

sudo apt-get update

After updating apt database, We can install libaqhbci23 using apt-get by running the following command:

sudo apt-get -y install libaqhbci23

Install libaqhbci23 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libaqhbci23 using apt by running the following command:

sudo apt -y install libaqhbci23

Install libaqhbci23 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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libaqhbci23 using aptitude by running the following command:

sudo aptitude -y install libaqhbci23

How To Uninstall libaqhbci23 on Debian 9

To uninstall only the libaqhbci23 package we can use the following command:

sudo apt-get remove libaqhbci23

Uninstall libaqhbci23 And Its Dependencies

To uninstall libaqhbci23 and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove libaqhbci23

Remove libaqhbci23 Configurations and Data

To remove libaqhbci23 configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge libaqhbci23

Remove libaqhbci23 configuration, data, and all of its dependencies

We can use the following command to remove libaqhbci23 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libaqhbci23

Dependencies

libaqhbci23 have the following dependencies:

References

Summary

In this tutorial we learn how to install libaqhbci23 package on Debian 9 using different package management tools: apt, apt-get and aptitude.