I'm new to Ubuntu, how do I install WINE?

Asked by PPSD

I have NO CLUE how to work Ubuntu (first time I used a linux based OS) and I need to install WINE to run warcraft 3. How do I install it?

Question information

Language:
Indonesian Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Danna
Solved:
Last query:
Last reply:
Revision history for this message
Best Steven Danna (ssd7) said :
#1

Wine is in the Ubuntu repository so you can install it just as you would install any other application. You can install software through various methods, one quick way is to use the command line:

1) Open a terminal (Applications->Accessories->Terminal)
2) Run the following command

sudo apt-get install wine

3) Enter password when prompted and then press y when asked to confirm.

There are also a number of graphical tools to install software. Please see these documents for more information:

http://doc.ubuntu.com/ubuntu/switching/applications-installing.html
https://help.ubuntu.com/community/InstallingSoftware

Revision history for this message
PPSD (warcraplol) said :
#2

When it asks for a password, i type it in, but nothing will go in. When i press enter it says invalid password

Revision history for this message
PPSD (warcraplol) said :
#3

nm, i got the password in

Revision history for this message
PPSD (warcraplol) said :
#4

thanks steven. i fgured out how to do it and its installed. :D

Revision history for this message
PPSD (warcraplol) said :
#5

Thanks Steven Danna, that solved my question.