Setup wine on Ubuntu
Posted on June 13, 2008
Filed Under Ubuntu | Leave a Comment
Here is a short tutorial on how to setup wine on Ubuntu:
sudo winecfg
This will launch the graphical wine config tool, then simply tell it which operating system you want it to mimic, most select windows xp. Then configure your screen resolution so it matches your desktop.
There’s a pretty concise description of obtaining WINE and unpacking it at WINE’s website:
Tags: Ubuntu, Wine
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Install windows on WINE
Posted on May 16, 2008
Filed Under Linux | 1 Comment
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!