WINE Setup and Usage -------------------- INSTALL WINE (from Ubuntu repositories) 1. Terminal 2. sudo apt-get install wine INSTALL 'myprog.exe' from a CD-ROM 1. Insert the CD-ROM 2. cd /media 3. ls (Locate and open the directory containing 'myprog.exe.') 4. wine myprog.exe ('Walk' through the install process and start the program.) 5. When finished and 'myprog.exe' is closed, exit from terminal. RUN 'myprog.exe' LATER from a GUI 1. Applications | Wine | Browse C: Drive 2. Open the folder which contains 'myprog.exe' 3. Right-mouse on 'myprog.exe' and create a link and place it on the desktop. 4. Close the folders. 5. Right-Mouse on 'Link to myprog.exe' and choose 'Open with Wine Windows Program Loader.' 6. Close the program when finished.