abr2gbr command not found
In this troubleshooting guide we learn how to fix abr2gbr command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
abr2gbr: command not found
or when using sudo you get the following error message
sudo: abr2gbr: command not found
Solutions to abr2gbr: command not found
How To Fix abr2gbr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu abr2gbr is provided by abr2gbr package.
abr2gbr is:
abr2gbr is a tool for converting Adobe PhotoShop ABR and Corel Paint Shop Pro JBR brush files to the GIMP GBR format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install abr2gbr
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install abr2gbr.
sudo apt -y install abr2gbr
Or if you have aptitude installed you can use the following command.
sudo aptitude install abr2gbr
Summary
In this tutorial we learn how to fix abr2gbr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.