* The text which has this color can be modified depending on users.
1.
$ sudo -s
2. Make directory for installation & mount
# mkdir /usr/local/newProgram/
# mkdir /media/isoimage/
3. Mount iso file
# mount fileDirectory/filename.iso /media/isoimage/ -t iso9660 -o loop
ex) # mount home/jjoo/download/matlab.iso /media/isoimage/ -t iso9660 -o loop
4. Go to the isoimage folder & install
media/isoimage# gksu ./install
Tip.
# umount /media/isoimage
No comments:
Post a Comment