camv-rnd command not found

In this troubleshooting guide we learn how to fix camv-rnd command not found error message

Introduction

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

camv-rnd: command not found

or when using sudo you get the following error message

sudo: camv-rnd: command not found

Solutions to camv-rnd: command not found

How To Fix camv-rnd: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu camv-rnd is provided by camv-rnd package.

camv-rnd is:

camv-rnd is a modular EDA (mainly PCB) CAM file format viewer that supports gerber, excellon and g-code. The GUI features zoom, pan and measurements on multiple layers from multiple files.

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

sudo apt-get -y install camv-rnd

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

You can also use apt command to install camv-rnd.

sudo apt -y install camv-rnd

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

sudo aptitude install camv-rnd

Summary

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