Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 23 Online
OpenStudy (anonymous):

how to run an exe set up to my linux genome OS

OpenStudy (anonymous):

Firstly, download the specific version of Wine for your Linux from WineHQ. In the download page you can see the links of Wine software for various version of Linux e.g Ubuntu, Red Hat, Mandriva etc. Click on your preferred link and follow the onscreen installation direction. Every version has its own installation procedure. You can also directly install the Wine software from the terminal by the following commands: sudo apt-get update sudo apt-get install wine Assuming that you are the root user and the internet connection is available. If you are using Ubuntu then Press Alt + F2 and type “gnome-terminal” then hit enter see Capturenn.PNG This will open the terminal. Type “su” and hit enter to change your self in root user. You will be prompted for your root password. Now, here type the above commands one by one. At the time of installation system can download some files if required. How to install and run EXE file Navigate to the directory location of your windows application setup file and double click on it. It should start the installation of the application (.exe) file. If it does not work then you can start the installation process from the terminal by typing the following command wine your_application_setup_file_name.exe As example, if your application setup file resides in the desktop and the name of that file is install.exe then the command would look like these see Capturennn.PNG After installing the application in your Linux operating system, you can run it from Application > Wine > Programs. You can also run the application from the terminal by typing the command “wine your_application_setup_file_name.exe“. Replace “your_application_setup_file_name.exe” with your own. Note: Though Wine can provide an environment of Windows in Linux some application may not install or run properly.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!