qcalcfilehash command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qcalcfilehash: command not found
or when using sudo you get the following error message
sudo: qcalcfilehash: command not found
Solutions to qcalcfilehash: command not found
How To Fix qcalcfilehash: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qcalcfilehash is provided by qcalcfilehash package.
qcalcfilehash is:
QCalcFileHash is a graphical utility for calculation and verification of a wide range of hash sums like SHA1, SHA-224, SHA-256, SHA-384, SHA-512, MD5, CRC32, CRC8.
It can be used on command line as well.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qcalcfilehash
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qcalcfilehash.
sudo apt -y install qcalcfilehash
Or if you have aptitude installed you can use the following command.
sudo aptitude install qcalcfilehash
Summary
In this tutorial we learn how to fix qcalcfilehash command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.