WoW on Ubuntu--help!

Nov 12, 2007 21:15

So I manage to install Wine, but now I'm at the point in the World of Warcraft installation where I need to use the command ( Read more... )

ubuntu, world of warcraft, help

Leave a comment

Comments 17

theweaselking November 13 2007, 03:00:41 UTC
Two different lines.

cd /home/panda/desktop/wow_install [enter]
wine installer.exe [enter]

The first command moves you into the WoW directory.
The second command starts wine, targetting the installer.

If you wanted them on one line, it would be
cd /home/panda/desktop/wow_install && wine installer.exe
which means "run command #1, then command #2" and lets you do it in just one command.

Reply

gothpanda November 13 2007, 03:34:18 UTC
I tried that, it still didn't recognize it, but I'll try again...

Reply

gothpanda November 13 2007, 03:36:07 UTC
Nope, still doesn't find the directory. I even copied and pasted. :(

Reply

theweaselking November 13 2007, 03:45:05 UTC
It's case sensitive - doesn't Desktop have a capital D in ubuntu?

If that doesn't help immediately, try this. Type "cd /home/panda". Your prompt should change to have a little "~" in it.

Type "ls". Press Enter. You're looking for either "Desktop" or "desktop".

If it's lowercase, type "cd desktop" and press enter. If it's uppercase, type "cd Desktop" and press enter. Your prompt should now say "~/Desktop"

Type "ls" and press Enter again. You're looking, this time, for the WoW installation directory. Type "cd [DIRECTORY]" - and it has to be exactly right, case is sensitive. Then press Enter.

Finally, type "wine installer.exe" and press enter.

As a handy tip: at any time, you can type *part* of a directory name, hit Tab, and it will try to fill in the rest of the name. If it does nothing, that means there's either no possibilities or many possibilities. Press Tab again and it will show you all the possibilities, and you can fill in more of the name until you've removed all ambiguity. Try it out, it's very neat.

Reply


buschap November 13 2007, 04:10:13 UTC
If you're using the newest Ubuntu (7.10), or an official package on Edgy, it probably binds Wine to the file manager. You should be able to double-click on the installer and have Wine run it.

As a warning, Wine stores its files in /home/user/.wine/c_drive . Since WoW is really big, make sure you have enough space in your home directory for it.

Good luck!

Reply

gothpanda November 13 2007, 14:11:36 UTC
I know I have enough room. I don't know which version of Ubuntu I'm using, but it's the Feisty package. :P

Reply

Feisty rfunk November 13 2007, 14:19:33 UTC
Feisty is 7.04, released in April 2007.

The newest is Gutsy, 7.10, released in October 2007.
(Ubuntu release numbers are the year and month they came out.)

Reply

Re: Feisty gothpanda November 13 2007, 14:37:39 UTC
oooooh I see.

Reply


Leave a comment

Up