regionset command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
regionset: command not found
or when using sudo you get the following error message
sudo: regionset: command not found
Solutions to regionset: command not found
How To Fix regionset: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu regionset is provided by regionset package.
regionset is:
Regionset is a small utility which displays and sets the region/zone setting of a DVD drive, allowing it to decrypt the DVD’s sold in this geographical zone. Hardware vendors often limit the number of such modifications, but it is necessary to set it at least once with a brand new drive.
URL: http://linvdr.org/projects/regionset/
To fix this problem, we can install more using the command below.
sudo apt-get -y install regionset
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install regionset.
sudo apt -y install regionset
Or if you have aptitude installed you can use the following command.
sudo aptitude install regionset
Summary
In this tutorial we learn how to fix regionset command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.