vish command not found

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

Introduction

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

vish: command not found

or when using sudo you get the following error message

sudo: vish: command not found

Solutions to vish: command not found

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

In Ubuntu vish is provided by vish package.

vish is:

The VISA API provides a common interface to test and measurement equipment that can be accessed via GPIB, USB or VXI-11 interfaces.

This package contains a commandline interface that can be used to send raw commands.

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

sudo apt-get -y install vish

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

You can also use apt command to install vish.

sudo apt -y install vish

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

sudo aptitude install vish

Summary

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