On Tue, Apr 7, 2009 at 12:10 PM, rhoxie1 <wineforum-user@xxxxxxxxxx> wrote: > I am new to linux I am running Ubuntu I downloaded the program (wine) and extracted it, now what Did you download the source or the .deb package? If source, you'd need to compile it. If .deb, install with $ sudo dpkg -i wine*.deb >From there, just use: $ wine setup.exe to install your applications, and: $ wine yourapp.exe to run them. -- -Austin