User Tools

Site Tools


installing_20under_20wine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
installing_20under_20wine [2018/03/31 13:19] – external edit 127.0.0.1installing_20under_20wine [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 4: Line 4:
 ===== Install Wine ===== ===== Install Wine =====
 \\  To install wine open a command shell by running "Applications > Accessories > Terminal" and type the following commands at the shell prompt:\\  \\  To install wine open a command shell by running "Applications > Accessories > Terminal" and type the following commands at the shell prompt:\\ 
 +<code bash>
     sudo apt-get update     sudo apt-get update
     sudo apt-get install wine     sudo apt-get install wine
     sudo apt-get install msttcorefonts     sudo apt-get install msttcorefonts
     sudo apt-get install gnochm     sudo apt-get install gnochm
 +</code>
 Enter your user password and answer 'y' when prompted. Each command may take some time to complete depending on the speed of your computer and internet connection.\\ \\  To test the installation of wine type the following command at the shell prompt:\\  Enter your user password and answer 'y' when prompted. Each command may take some time to complete depending on the speed of your computer and internet connection.\\ \\  To test the installation of wine type the following command at the shell prompt:\\ 
 +<code bash>
     wine notepad     wine notepad
 +</code>
 This will create user configuration files for wine and load the wine equivalent of the notepad text editor. You can safely close the terminal window now.\\ \\ **Congratulations you now have a fully working installation of wine.**\\ \\  This will create user configuration files for wine and load the wine equivalent of the notepad text editor. You can safely close the terminal window now.\\ \\ **Congratulations you now have a fully working installation of wine.**\\ \\ 
 ===== Install BBC BASIC for Windows ===== ===== Install BBC BASIC for Windows =====
Line 20: Line 24:
 ===== Getting the latest version ===== ===== Getting the latest version =====
 \\  To install the latest version of wine on Ubuntu type the following commands at a shell prompt:\\  \\  To install the latest version of wine on Ubuntu type the following commands at a shell prompt:\\ 
 +<code bash>
   sudo add-apt-repository ppa:ubuntu-wine/ppa   sudo add-apt-repository ppa:ubuntu-wine/ppa
   sudo apt-get update   sudo apt-get update
   sudo apt-get install wine1.5   sudo apt-get install wine1.5
 +</code>
 Substituting **wine1.5** with the desired version of wine, if necessary. Substituting **wine1.5** with the desired version of wine, if necessary.
installing_20under_20wine.1522502365.txt.gz · Last modified: 2024/01/05 00:17 (external edit)