Ubuntu Tip: Converting .uif and .nrg files to .iso in Linux

by jaganath on July 1, 2008

If you “come across” some .uif or .nrg files on the internet, you may want to convert them to .iso files so that you can easily mount them or burn them to a disk. Unfortunately, there are no tools available in the Ubuntu repository to do the same. The most popular way seems to be using Magic ISO under wine. Magic ISO is a shareware, so it has several limitations. (UIF is incidentally associated with Magic ISO.)

Thankfully, there is another way out. A programmer by name Luigi Auriemma has created a small tool which can convert .uif files to .iso. Installing this tool is very easy. Unextract the zip file to a folder. You can find the source code under the src folder. Just type the following at the terminal to get some of the dependencies:

apt-get install zlib1g zlib1g-dev libssl-dev

Once these packages are installed, type ‘make’ at the terminal. You will get uif2iso executable in this folder itself. Now to convert any .uif file, type:

./uif2iso ubuntu.uif ubuntu.iso

Of course, I assume that ubuntu.iso is your file name. (Interestingly, this application works perfectly on Mac OS X too! In the above instructions, just skip the apt-get part. I assume that you have XCode installed).

On Ubuntu, there is a tool for converting .nrg files to .iso. To install it, just type:

apt-get install nrg2iso

Use similar instructions for converting.

Bonus Tip: While you are at Luigi’s site, check out the huge collection of open source tools that he has put up for free. You may find some of them pretty useful for you.

{ 2 trackbacks }

www.ubuntukungfu.org
07.18.08 at 7:06 pm
what is a uif file
07.29.08 at 5:39 pm

{ 2 comments… read them below or add one }

1

AjiE 09.01.08 at 6:11 pm

This little app really is a beauty. It worked just like it says it will, even for me, a relative linux noob. Thanks for the great heads up!

2

dave 09.26.08 at 3:43 pm

uif2iso worked great thanks very much saved me having to use a windows box!

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>