View previous topic :: View next topic |
Author |
Message |
Clavinbui Master Cheater
Reputation: 0
Joined: 08 Dec 2007 Posts: 477 Location: New York
|
Posted: Wed Jul 30, 2008 8:41 pm Post subject: how to install wine |
|
|
i have linux ubuntu and how do i install wine
_________________
|
|
Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Wed Jul 30, 2008 8:44 pm Post subject: |
|
|
Code: | sudo apt-get install wine |
in the terminal.
Applications -> Accessories -> Terminal
_________________
|
|
Back to top |
|
 |
Clavinbui Master Cheater
Reputation: 0
Joined: 08 Dec 2007 Posts: 477 Location: New York
|
Posted: Wed Jul 30, 2008 8:59 pm Post subject: |
|
|
i did that now what
_________________
|
|
Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Wed Jul 30, 2008 9:16 pm Post subject: |
|
|
go back to terminal
Code: | wine /path/to/the/file.exe |
Errors:
Is the program made in C# or a programming language that uses .net?: If so it wont work!
Is it cheat engine? If so it wont work!
Try google "<program name> wine ubuntu"
_________________
|
|
Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Thu Jul 31, 2008 1:48 am Post subject: |
|
|
can't remember what exactly the spot is, but in that bit that looks like control panel, there is a spot that says wine, which if you haven't installed it yet, you can use to install it. you can also install it from that package installer app. sorry that i can't remember the names well, haven't used ubuntu (well kubuntu) for a while.
_________________
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu Jul 31, 2008 2:49 am Post subject: |
|
|
localhost wrote: | go back to terminal
Code: | wine /path/to/the/file.exe |
Errors:
Is the program made in C# or a programming language that uses .net?: If so it wont work!
Is it cheat engine? If so it wont work!
Try google "<program name> wine ubuntu" |
You can use mono for that. And if you right click an exe file -> properties and change the open with to wine you only have to double click them to run em.
|
|
Back to top |
|
 |
Clavinbui Master Cheater
Reputation: 0
Joined: 08 Dec 2007 Posts: 477 Location: New York
|
Posted: Thu Jul 31, 2008 7:35 am Post subject: |
|
|
i still need to install wine i downloaded wine-1.1.2.tar.bz2 and its on my desktop
_________________
|
|
Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Thu Jul 31, 2008 11:27 am Post subject: |
|
|
./Config
make
makeinstall
-- Usually
_________________
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu Jul 31, 2008 12:11 pm Post subject: |
|
|
Code: | ./configure
make
sudo make install |
|
|
Back to top |
|
 |
|