findcontact command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
findcontact: command not found
or when using sudo you get the following error message
sudo: findcontact: command not found
Solutions to findcontact: command not found
How To Fix findcontact: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu findcontact is provided by kraft package.
kraft is:
Kraft creates and handles office documents in small enterprises. In a workshop or any similar company daily tasks can be done in a smart manner.
Features include: Customer management, integrated using KAddressbook Automated creation of quotes, invoices and similar documents Text templates Calculation Material management Configurable document creation in PDF format
To fix this problem, we can install more using the command below.
sudo apt-get -y install kraft
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kraft.
sudo apt -y install kraft
Or if you have aptitude installed you can use the following command.
sudo aptitude install kraft
Summary
In this tutorial we learn how to fix findcontact command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.