Contents

How to convert BIN / CUE to ISO on Linux

Install Bchunk

Ubuntu-based Linux distros

Open the package manager installed on your Ubuntu-based Linux distro, and search by the name bchunk, or you can install it from the terminal by typing this command:

1
sudo apt install -y bchunk

How to convert BIN to ISO

Note
Bchunk is a command line utility that can only be used from the terminal.

Open the terminal, and type these commands:

1
2
cd /location/to/the/source/files
bchunk -v source-filename.bin source-filename.cue target-filename
Note

If the file extension is in capital letters, you need to write it the same way

1
bchunk -v source-filename.BIN source-filename.CUE target-filename

If you have any questions, write it down below, or you can contact me directly by my E-mail account.

If you want to get notified when we post a new content by adding our RSS feed to your feed list, or by joining our Telegram channel.