tableau-parm command not found

In this troubleshooting guide we learn how to fix tableau-parm command not found error message

Introduction

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

tableau-parm: command not found

or when using sudo you get the following error message

sudo: tableau-parm: command not found

Solutions to tableau-parm: command not found

How To Fix tableau-parm: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tableau-parm is provided by tableau-parm package.

tableau-parm is:

The tableau-parm is an small command line utility designed to interact with Tableau forensic write blockers. It performs functions similar to the Tableau Disk Monitor.

Is designed to interact with write-blocking forensics bridges produced by Tableau, LLC. It can be used to query bridges for various bridge and device data, as well as to disable DCO regions.

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

sudo apt-get -y install tableau-parm

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

You can also use apt command to install tableau-parm.

sudo apt -y install tableau-parm

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

sudo aptitude install tableau-parm

Summary

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