hovercraft command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hovercraft: command not found
or when using sudo you get the following error message
sudo: hovercraft: command not found
Solutions to hovercraft: command not found
How To Fix hovercraft: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hovercraft is provided by hovercraft package.
hovercraft is:
Hovercraft provides the convenience of reStructuredText together with the capability of impress.js for spectacular presentations. With that, slides for fancy presentations including pan, zooming, and even 3d rotating are written as reST sources and then get generated a into HTML output which a standard browser is capable to display.
To fix this problem, we can install more using the command below.
sudo apt-get -y install hovercraft
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hovercraft.
sudo apt -y install hovercraft
Or if you have aptitude installed you can use the following command.
sudo aptitude install hovercraft
Summary
In this tutorial we learn how to fix hovercraft command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.