vigor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vigor: command not found
or when using sudo you get the following error message
sudo: vigor: command not found
Solutions to vigor: command not found
How To Fix vigor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vigor is provided by vigor package.
vigor is:
Vigor is a perpetration of the Microsoft Word “Office Assistant” paperclip, based on nvi. It was inspired by Pitr of the “User Friendly” comic strip (http://www.userfriendly.org/).
Some people have speculated that Vigor was created under the influence of the evil Crud Puppy. The maintainer of this Debian package would like to stress his firm belief that these foul rumours are entirely without foundation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install vigor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vigor.
sudo apt -y install vigor
Or if you have aptitude installed you can use the following command.
sudo aptitude install vigor
Summary
In this tutorial we learn how to fix vigor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.