kontact command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kontact: command not found
or when using sudo you get the following error message
sudo: kontact: command not found
Solutions to kontact: command not found
How To Fix kontact: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kontact is provided by kontact package.
kontact is:
Kontact is the integrated solution to your personal information management needs. It combines applications like KMail, KOrganizer and KAddressBook into a single interface to provide easy access to mail, scheduling, address book and other PIM functionality.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kontact
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kontact.
sudo apt -y install kontact
Or if you have aptitude installed you can use the following command.
sudo aptitude install kontact
Summary
In this tutorial we learn how to fix kontact command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.