aqbanking-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aqbanking-cli: command not found
or when using sudo you get the following error message
sudo: aqbanking-cli: command not found
Solutions to aqbanking-cli: command not found
How To Fix aqbanking-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aqbanking-cli is provided by aqbanking-tools package.
aqbanking-tools is:
AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available.
This package provides a basic command line interface to AqBanking.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aqbanking-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aqbanking-tools.
sudo apt -y install aqbanking-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install aqbanking-tools
Summary
In this tutorial we learn how to fix aqbanking-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.