dizzy-render command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dizzy-render: command not found
or when using sudo you get the following error message
sudo: dizzy-render: command not found
Solutions to dizzy-render: command not found
How To Fix dizzy-render: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dizzy-render is provided by dizzy package.
dizzy is:
dizzy is a graphics demo that rotates planes of patterns on a colored background to make you dizzy. Textures can be cross-faded and there is a mode that automatically changes textures, allowing dizzy to be run as a screensaver.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dizzy
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dizzy.
sudo apt -y install dizzy
Or if you have aptitude installed you can use the following command.
sudo aptitude install dizzy
Summary
In this tutorial we learn how to fix dizzy-render command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.