nitrocli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nitrocli: command not found
or when using sudo you get the following error message
sudo: nitrocli: command not found
Solutions to nitrocli: command not found
How To Fix nitrocli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nitrocli is provided by nitrocli package.
nitrocli is:
nitrocli provides access to the password safe, the encrypted storage and the one-time password generator on Nitrokey Pro and Nitrokey Storage devices. It can also be used to manage the device configuration and PINs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nitrocli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nitrocli.
sudo apt -y install nitrocli
Or if you have aptitude installed you can use the following command.
sudo aptitude install nitrocli
Summary
In this tutorial we learn how to fix nitrocli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.