korganizer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
korganizer: command not found
or when using sudo you get the following error message
sudo: korganizer: command not found
Solutions to korganizer: command not found
How To Fix korganizer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu korganizer is provided by korganizer package.
korganizer is:
This package contains KOrganizer, a calendar and scheduling program.
KOrganizer aims to be a complete program for organizing appointments, contacts, projects, etc. KOrganizer natively supports information interchange with other calendar applications, through the industry standard vCalendar personal data interchange file format. This eases the move from other modern PIMs to KOrganizer.
To fix this problem, we can install more using the command below.
sudo apt-get -y install korganizer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install korganizer.
sudo apt -y install korganizer
Or if you have aptitude installed you can use the following command.
sudo aptitude install korganizer
Summary
In this tutorial we learn how to fix korganizer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.