littlewizard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
littlewizard: command not found
or when using sudo you get the following error message
sudo: littlewizard: command not found
Solutions to littlewizard: command not found
How To Fix littlewizard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu littlewizard is provided by littlewizard package.
littlewizard is:
Little Wizard is created especially for primary school children. It allows one to learn using main elements of present computer languages, including: variables, expressions, loops, conditions, logical blocks. Every element of language is represented by an intuitive icon. Little Wizard can be used without using keyboard, only mouse.
To fix this problem, we can install more using the command below.
sudo apt-get -y install littlewizard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install littlewizard.
sudo apt -y install littlewizard
Or if you have aptitude installed you can use the following command.
sudo aptitude install littlewizard
Summary
In this tutorial we learn how to fix littlewizard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.