How to Install Wine in Ubuntu
Rabu, 08 September 2010
Taken From Wikipedia : Wine is a free software application that aims to allow computer programs written for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib, against which developers can compile Windows applications to help port them to Unix-like systems.
Wine is not a full emulator, but is instead a compatibility layer, providing alternative implementations of the DLLs that Windows programs call, and a process to substitute for the Windows NT kernel. Wine is predominantly written using Black-box testing reverse-engineering, to avoid copyright issues.
We could install wine in ubuntu by doing the simple way :
1. Visit the Website http://www.winehq.org/download/deb, follow the instructions there and then click the Link(like the pic below) to install the latest wine version.
2. or you can install it from terminal by typing the following command in the terminal :
sudo apt-get install wine
3. or you can install it from Applications>Ubuntu Software Center and then Type "wine" in the search box to search for the wine installation package.
Both way number 2 and 3 is not recommended because it will install the stable version of Wine not the Latest version of wine, so i recommend you to just do the number 1.. :)
Good Luck.. and leave a comment Please... :D
0 comments:
Posting Komentar