verse-dialog command not found
In this troubleshooting guide we learn how to fix verse-dialog command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
verse-dialog: command not found
or when using sudo you get the following error message
sudo: verse-dialog: command not found
Solutions to verse-dialog: command not found
How To Fix verse-dialog: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu verse-dialog is provided by verse package.
verse is:
Verse displays a Bible Verse on each login. A verse from the King James Version of the Bible is assigned to each day.
To fix this problem, we can install more using the command below.
sudo apt-get -y install verse
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install verse.
sudo apt -y install verse
Or if you have aptitude installed you can use the following command.
sudo aptitude install verse
Summary
In this tutorial we learn how to fix verse-dialog command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.