confclerk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
confclerk: command not found
or when using sudo you get the following error message
sudo: confclerk: command not found
Solutions to confclerk: command not found
How To Fix confclerk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu confclerk is provided by confclerk package.
confclerk is:
ConfClerk is an application written in Qt, which makes conference schedules available offline. It displays the conference schedule from various views, support searches on various items (speaker, speech topic, location, etc.) and enables you to select favorite events and create your own schedule.
At the moment ConfClerk is able to import schedules in XML format created by the PentaBarf conference management system (or frab) used by e.g. FOSDEM, DebConf, FrOSCon, Grazer LinuxTage, and the CCC congresses.
ConfClerk is targeted at mobile devices but works on any system running Qt.
To fix this problem, we can install more using the command below.
sudo apt-get -y install confclerk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install confclerk.
sudo apt -y install confclerk
Or if you have aptitude installed you can use the following command.
sudo aptitude install confclerk
Summary
In this tutorial we learn how to fix confclerk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.