1. Download you iso file.
say myfile.iso
2. Make a directory where it will be mounted
sudo mkdir /mnt/iso
3. Mount the iso file there
sudo mount -t iso9660 -o loop /home/Download/myfile.iso /mnt/iso/
4. Install it
./myfile.iso
sudo mount -t iso9660 -o loop /home/Download/myfile.iso /mnt/iso/
4. Install it
./myfile.iso
Comments
Post a Comment