Install windows on WINE
Posted on May 16, 2008
Filed Under Linux |
1.Excute the following code at the command line:
sudo apt-get install wine
2. After installation ,it need to be configured:
winecfg
If you encountered an error, the reason is lack of certain packages:
You can try to repair it as follows:
sudo apt-get install build-essential
AND
sudo apt-get install gcc libc6-dev fakeroot libglib1.2-dev libglib2.0-dev libltdl3-dev libmad0-dev libmng-dev libodbcinstq1c2 libogg-dev libpng12-dev libqt3-headers libqt3-mt-dev libvorbis-dev libxft-dev libxi-dev libxinerama-dev libxmu-dev libxmu-headers libxmuu-dev libxpm-dev libxtrap-dev libxtst-dev libxv-dev libxxf86dga-dev qt3-dev-tools render-dev unixodbc-dev x-dev x11proto-record-dev x11proto-trap-dev x11proto-video-dev x11proto-xf86dga-dev xlibs-dev fontforge flex bison libxext6
Tags: Linux, Windows, Wine
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
One Response to “Install windows on WINE”
Leave a Reply
Install windows on Wine…?