towitoko-tester command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
towitoko-tester: command not found
or when using sudo you get the following error message
sudo: towitoko-tester: command not found
Solutions to towitoko-tester: command not found
How To Fix towitoko-tester: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu towitoko-tester is provided by libtowitoko-dev package.
libtowitoko-dev is:
This package contains the files needed for compiling and linking an application that communicates to the Towitoko smartcard reader through the CT-API interface
To fix this problem, we can install more using the command below.
sudo apt-get -y install libtowitoko-dev
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libtowitoko-dev.
sudo apt -y install libtowitoko-dev
Or if you have aptitude installed you can use the following command.
sudo aptitude install libtowitoko-dev
Summary
In this tutorial we learn how to fix towitoko-tester command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.