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:

After you install the wine package open a terminal and type in this:

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:

http://www.winehq.org/site/download-deb/

Just go to http://appdb.winehq.org and see if your applications is on the list of compatible programs.
Nice overview of installation and usage at Ubuntu:

https://help.ubuntu.com/community/Wine


Tags: ,

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: , ,

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments