installing_20under_20wine
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
installing_20under_20wine [2018/03/31 13:19] – external edit 127.0.0.1 | installing_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 " | \\ To install wine open a command shell by running " | ||
+ | <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 | ||
+ | </ | ||
Enter your user password and answer ' | Enter your user password and answer ' | ||
+ | <code bash> | ||
wine notepad | wine notepad | ||
+ | </ | ||
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: | sudo add-apt-repository ppa: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install wine1.5 | sudo apt-get install wine1.5 | ||
+ | </ | ||
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)