b5i2iso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
b5i2iso: command not found
or when using sudo you get the following error message
sudo: b5i2iso: command not found
Solutions to b5i2iso: command not found
How To Fix b5i2iso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu b5i2iso is provided by b5i2iso package.
b5i2iso is:
B5I2ISO is a very simple utility to convert a BlindWrite BIN image to the standard ISO-9660 format. BlindWrite image can have different extensions like .b5i or .bwi
To fix this problem, we can install more using the command below.
sudo apt-get -y install b5i2iso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install b5i2iso.
sudo apt -y install b5i2iso
Or if you have aptitude installed you can use the following command.
sudo aptitude install b5i2iso
Summary
In this tutorial we learn how to fix b5i2iso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.