jugglinglab command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jugglinglab: command not found
or when using sudo you get the following error message
sudo: jugglinglab: command not found
Solutions to jugglinglab: command not found
How To Fix jugglinglab: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jugglinglab is provided by jugglinglab package.
jugglinglab is:
Juggling Lab is an application written in Java for creating and animating juggling patterns.
Its main goals are to help people learn juggling patterns, and to assist in inventing new ones.
It generates and animates synchronous and asynchronous siteswaps and also multiplex siteswaps. Hand and body movement can be adjusted.
Part of the program is its siteswap generator, which allows one to generate siteswaps automatically by entering parameters like the number of objects, maximum height of throws and length of the pattern.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jugglinglab
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jugglinglab.
sudo apt -y install jugglinglab
Or if you have aptitude installed you can use the following command.
sudo aptitude install jugglinglab
Summary
In this tutorial we learn how to fix jugglinglab command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.