Experimental ! Getting .Net Compubyte to work on WINE

Some quick notes on setting up an Ubuntu server
Post Reply
User avatar
basit
Site Admin
Posts: 200
Joined: May 17th, 2005, 8:10 pm
Location: Johannesburg South Africa
Contact:

Experimental ! Getting .Net Compubyte to work on WINE

Post by basit »

TheAce - how to install wine kn ubuntu 12.10 64bit for .net :

run these commands from the terminal:

1. sudo add-apt-repository ppa:ubuntu-wine/ppa

2. apt-get update

3. apt-get install wine winetricks

4. cd ~

5. rm -rf .wine

6. WINEPREFIX='/home/username/.wine' WINEARCH='win32' wine 'wineboot'

replace username with the actual user name. eg:
WINEPREFIX='/home/basit/.wine' WINEARCH='win32' wine 'wineboot'

7. winecfg
Select the windows version and set drive maps here.

8. winetricks dotnet40
for dotnet 4. for .net 2 :
winetricks dotnet20

follow the .net setup wizard to complete the .net installation.

9. Now reboot the pc.


Thats all there is to it
Post Reply

Return to “Setting up an Ubuntu Server”