Wednesday, December 5, 2007

Run windows applications in Ubuntu

First, open a terminal window. Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -


For Ubuntu Feisty (7.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list

then:

apt-get install wine

for run application:

wine Application-Name

More Information: http://www.winehq.org

No comments: