boomaga command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
boomaga: command not found
or when using sudo you get the following error message
sudo: boomaga: command not found
Solutions to boomaga: command not found
How To Fix boomaga: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu boomaga is provided by boomaga package.
boomaga is:
Boomaga (BOOklet MAnager) is a virtual printer for viewing a document before printing it out using the physical printer.
The program is very simple to work with. Running any program, click “print” and select “Boomaga” to see in several seconds (CUPS takes some time to respond) the Boomaga window open.
If you print out one more document, it gets added to the previous one, and you can also print them out as one.
Regardless of whether your printer supports duplex printing or not, you would be able to easily print on both sides of the sheet.
To fix this problem, we can install more using the command below.
sudo apt-get -y install boomaga
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install boomaga.
sudo apt -y install boomaga
Or if you have aptitude installed you can use the following command.
sudo aptitude install boomaga
Summary
In this tutorial we learn how to fix boomaga command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.