darkslide command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
darkslide: command not found
or when using sudo you get the following error message
sudo: darkslide: command not found
Solutions to darkslide: command not found
How To Fix darkslide: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu darkslide is provided by darkslide package.
darkslide is:
Darkslide is a tool which can generate an HTML5 slideshow using lightweight markup as input.
You can write your slide contents easily using these syntaxes:
- Markdown
- ReStructuredText
- Textile
This tool supports CSS/JS theming, embedding images with Base64 (for stand-alone document) and fancy transitions.
Darkslide is a fork of Landslide.
To fix this problem, we can install more using the command below.
sudo apt-get -y install darkslide
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install darkslide.
sudo apt -y install darkslide
Or if you have aptitude installed you can use the following command.
sudo aptitude install darkslide
Summary
In this tutorial we learn how to fix darkslide command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.