codfis command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
codfis: command not found
or when using sudo you get the following error message
sudo: codfis: command not found
Solutions to codfis: command not found
How To Fix codfis: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu codfis is provided by codfis package.
codfis is:
CodFis is a tool to generate Italian fiscal codes (codice fiscale) given name, surname, gender, date and place of birth.
Note that the official fiscal codes are only those assigned by Agenzia delle Entrate (which may be different from those generated by this tool in some special cases).
To fix this problem, we can install more using the command below.
sudo apt-get -y install codfis
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install codfis.
sudo apt -y install codfis
Or if you have aptitude installed you can use the following command.
sudo aptitude install codfis
Summary
In this tutorial we learn how to fix codfis command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.