jclic-libmanager command not found

In this troubleshooting guide we learn how to fix jclic-libmanager command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

jclic-libmanager: command not found

or when using sudo you get the following error message

sudo: jclic-libmanager: command not found

Solutions to jclic-libmanager: command not found

How To Fix jclic-libmanager: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jclic-libmanager is provided by jclic package.

jclic is:

JClic is formed by a set of computer applications that are used for carrying out different types of educational activities: puzzles, associations, text exercises, crosswords…

The activities are not usually used alone, but packed in projects. A project is formed by a set of activities and one or more sequences, which indicate the order in which they have to be shown.

Its community (http://clic.xtec.net/db/listact_en.jsp) has developed a web site with more than 1.000 activities available in several languages.

This package contains JClic-author to create and modify activity projects, JClic standalone player to play the activities and JClic-reports that allows the management of a database to track students work and results.

To fix this problem, we can install more using the command below.

sudo apt-get -y install jclic

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install jclic.

sudo apt -y install jclic

Or if you have aptitude installed you can use the following command.

sudo aptitude install jclic

Summary

In this tutorial we learn how to fix jclic-libmanager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.