vilistextum command not found

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

Introduction

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

vilistextum: command not found

or when using sudo you get the following error message

sudo: vilistextum: command not found

Solutions to vilistextum: command not found

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

In Ubuntu vilistextum is provided by vilistextum package.

vilistextum is:

Vilistextum is a small and fast HTML to text / ascii converter specifically programmed to get the best out of incorrect html. It is quite fault-tolerant and deals well with badly-formed or otherwise quirky HTML. It is able to optimize for ebook reading, collapse multiple blank lines, and create footnotes out of links.

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

sudo apt-get -y install vilistextum

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

You can also use apt command to install vilistextum.

sudo apt -y install vilistextum

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

sudo aptitude install vilistextum

Summary

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