credential-sheets command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
credential-sheets: command not found
or when using sudo you get the following error message
sudo: credential-sheets: command not found
Solutions to credential-sheets: command not found
How To Fix credential-sheets: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu credential-sheets is provided by credential-sheets package.
credential-sheets is:
After mass import of user accounts (e.g. into LDAP) most site administrators have to create information sheets (or snippets) containing those new credentials (like username, password, policy of usage, etc.).
With this tiny tool, providing these pieces of information to multiple users, becomes really simple. Account data is taken from a CSV file and the sheets are output as PDF using easily configurable LaTeX template files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install credential-sheets
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install credential-sheets.
sudo apt -y install credential-sheets
Or if you have aptitude installed you can use the following command.
sudo aptitude install credential-sheets
Summary
In this tutorial we learn how to fix credential-sheets command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.