Insatll Wine in Ubuntu

Shashwat

Broken In
I want to install Wine in my system. I am using Ubuntu 12.04 LTS. Please tell me how to install it using Synaptic manager and also from Terminal. And also how I can use windows programs using Wine.
 

nims11

BIOS Terminator
install wine by
Code:
sudo apt-get install wine

run windows applications with
Code:
wine foo.exe

PS: have you heard about google?
 
OP
S

Shashwat

Broken In
I got this error in my terminal
err:wineboot:pendingRename couldn't get file attributes (3)
err:wineboot:pendingRename couldn't get file attributes (3)
err:wineboot:pendingRename couldn't get file attributes (3)
err:module:import_dll Library NDIS.SYS (which is needed by L"C:\\windows\\system32\\drivers\\idmwfp.sys") not found
err:module:import_dll Library fwpkclnt.sys (which is needed by L"C:\\windows\\system32\\drivers\\idmwfp.sys") not found
err:winedevice:ServiceMain driver L"IDMWFP" failed to load
wine: cannot find L"C:\\windows\\system32\\foo.exe"
 
Top Bottom