avivotool command not found

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

Introduction

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

avivotool: command not found

or when using sudo you get the following error message

sudo: avivotool: command not found

Solutions to avivotool: command not found

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

In Ubuntu avivotool is provided by radeontool package.

radeontool is:

Radeontool is a small utility to control ATI Radeon based laptops’ backlight and external output functions. It is also able to dump the contents of registers for debugging purposes.

WARNING: Radeontool code has not been completely audited and may contain bugs that could damage your hardware. Use at your own risk.

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

sudo apt-get -y install radeontool

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

You can also use apt command to install radeontool.

sudo apt -y install radeontool

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

sudo aptitude install radeontool

Summary

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