coinst_viewer command not found

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

Introduction

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

coinst_viewer: command not found

or when using sudo you get the following error message

sudo: coinst_viewer: command not found

Solutions to coinst_viewer: command not found

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

In Ubuntu coinst_viewer is provided by coinst-viewer package.

coinst-viewer is:

This package is useful when you are interested in analyzing co-installability of packages in a large package repository. It contains a custom viewer for co-installability kernels generated by the coinst tool.

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

sudo apt-get -y install coinst-viewer

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

You can also use apt command to install coinst-viewer.

sudo apt -y install coinst-viewer

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

sudo aptitude install coinst-viewer

Summary

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