funcoeszz command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
funcoeszz: command not found
or when using sudo you get the following error message
sudo: funcoeszz: command not found
Solutions to funcoeszz: command not found
How To Fix funcoeszz: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu funcoeszz is provided by funcoeszz package.
funcoeszz is:
Funcoes ZZ is a bash script that contains more than 170 useful applications, ready to run from command line on UNIX systems (Linux, BSD, Cygwin, Mac OS X, and others). This functions includes: Conversions and calculations (dates, hours, measure units, CPF, CNPJ) File manipulation (change name, extension, content) Data manipulation (statistics, filters, password generators) Internet site queries (dictionaries, translators, news, searches) This script has the default language only brazilian Portuguese.
To fix this problem, we can install more using the command below.
sudo apt-get -y install funcoeszz
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install funcoeszz.
sudo apt -y install funcoeszz
Or if you have aptitude installed you can use the following command.
sudo aptitude install funcoeszz
Summary
In this tutorial we learn how to fix funcoeszz command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.