opencolladavalidator command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
opencolladavalidator: command not found
or when using sudo you get the following error message
sudo: opencolladavalidator: command not found
Solutions to opencolladavalidator: command not found
How To Fix opencolladavalidator: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu opencolladavalidator is provided by opencollada-tools package.
opencollada-tools is:
OpenCOLLADA is a project dedicated to join efforts using COLLADA within various DCC tools like 3ds Max, Maya, Blender and a fast SDK for reading and writing COLLADA files.
This package contains an OpenCOLLADA based validator for COLLADA files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install opencollada-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install opencollada-tools.
sudo apt -y install opencollada-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install opencollada-tools
Summary
In this tutorial we learn how to fix opencolladavalidator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.