randverse command not found

In this troubleshooting guide we learn how to fix randverse command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

randverse: command not found

or when using sudo you get the following error message

sudo: randverse: command not found

Solutions to randverse: command not found

How To Fix randverse: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu randverse is provided by bible-kjv package.

bible-kjv is:

This package contains a text-retrieval program and user interface which is primarily designed to operate on the text and concordance of the King James translation of the Bible, although it could, in principle, be used for any text. The search/browse engine allows searching and reading passages from scripture. Includes full concordance.

It would be nice if someone could set up a web interface for the bible.

To fix this problem, we can install more using the command below.

sudo apt-get -y install bible-kjv

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install bible-kjv.

sudo apt -y install bible-kjv

Or if you have aptitude installed you can use the following command.

sudo aptitude install bible-kjv

Summary

In this tutorial we learn how to fix randverse command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.