rovclock command not found

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

Introduction

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

rovclock: command not found

or when using sudo you get the following error message

sudo: rovclock: command not found

Solutions to rovclock: command not found

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

In Ubuntu rovclock is provided by rovclock package.

rovclock is:

It is very helpful for underclocking the Radeon chip in order to save power when running on batteries. Also, by underclocking it is possible to prevent the fan from running. It can also be used to gain performance by overclocking.

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

sudo apt-get -y install rovclock

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

You can also use apt command to install rovclock.

sudo apt -y install rovclock

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

sudo aptitude install rovclock

Summary

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