octovis command not found

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

Introduction

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

octovis: command not found

or when using sudo you get the following error message

sudo: octovis: command not found

Solutions to octovis: command not found

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

In Ubuntu octovis is provided by octovis package.

octovis is:

Visualization library for the OctoMap library based on Qt and libQGLViewer. This package contains the tool for visualization. It’s a viewer that lets you view an OctoMap.

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

sudo apt-get -y install octovis

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

You can also use apt command to install octovis.

sudo apt -y install octovis

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

sudo aptitude install octovis

Summary

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