kongressac command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kongressac: command not found
or when using sudo you get the following error message
sudo: kongressac: command not found
Solutions to kongressac: command not found
How To Fix kongressac: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kongressac is provided by kongress package.
kongress is:
Kongress provides practical information about conferences. It supports conferences that offer their schedule in iCalendar format. In Kongress, the data of the talks are shown in various ways, e.g. in daily views, by talk category, etc. The users can also create a list of favorite conference talks/events as well as they can navigate to the web page of each talk. A map of the conference venue, location information and link to OpenStreetMap can also be added.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kongress
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kongress.
sudo apt -y install kongress
Or if you have aptitude installed you can use the following command.
sudo aptitude install kongress
Summary
In this tutorial we learn how to fix kongressac command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.