How to Convert UIF Files to ISO Format in Ubuntu Comment faire pour convertir des fichiers UIF au format ISO dans Ubuntu
UIF (Universal Image Format) is an image compression format developed by Magic ISO. Universal Image Format(UIF) is a powerful compression image file format for backing up CD/DVD. UIF (Universal Image Format) est un format de compression d'image développé par Magic ISO. Universelle Image Format (UIF) est une compression d'image puissant format de fichier pour la sauvegarde de CD / DVD. It is fast, reliable, and has rich set of features which include password-protected, data encryption, MD5 checksum support and much more. Il est rapide, fiable, et est riche ensemble de fonctionnalités qui incluent protégée par mot de passe, chiffrement des données, la Somme de contrôle MD5 de soutien et beaucoup plus. UIF format is available for Windows and if you are using Linux/Ubuntu, you need to convert UIF to ISO format. UIF format est disponible pour Windows et si vous utilisez Linux / Ubuntu, vous avez besoin pour convertir UIF au format ISO. ![]()
How to Convert UIF to ISO Format Comment faire pour convertir UIF au format ISO
You can convert UIF files to ISO using the freeware application UIF2ISO by Vous pouvez convertir les fichiers UIF à la norme ISO à l'aide du freeware application par UIF2ISO Luigi Auriemma’s Luigi Auriemma l' for Linux. pour Linux. This is a command line convertor for changing file type UIF to ISO format. Il s'agit d'un convertisseur en ligne de commande pour changer de type de fichier UIF au format ISO.
1. First Step is to install install zlib and OpenSSL with apt-get . La première étape est d'installer d'installer OpenSSL, zlib et avec apt-get.
sudo apt-get install zlib1g zlib1g-dev libssl-dev build-essential sudo apt-get install zlib1g zlib1g-dev libssl-dev build-essential

2. Second step is to download the freeware from the authors site. Deuxième étape consiste à télécharger le freeware les auteurs de site.
wget http://aluigi.altervista.org/mytoolz/uif2iso.zip wget http://aluigi.altervista.org/mytoolz/uif2iso.zip
3. Once the file is downloaded we need to unzip it. Une fois le fichier téléchargé nous avons besoin d'elle pour décompresser.
unzip uif2iso.zip Décompressez uif2iso.zip
cd src cd src
4. Create the executable by compiling the code. Créer l'exécutable par la compilation du code.
make faire
sudo make install sudo make install

5. To Convert the files from UIF to ISO format, use this command Pour convertir les fichiers de UIF au format ISO, utilisez cette commande
uif2iso example.uif output.iso uif2iso example.uif output.iso
Here example.uif is the file to be converted and output.iso is the output file. Example.uif ici est le fichier à convertir et output.iso est le fichier de sortie.
Thanks Merci Wesley for this Tip. pour cette astuce.
Share this Post Share This Post

























