WINE on ubuntu amd64

Soldato
Joined
2 Dec 2005
Posts
5,514
Location
Herts
How do I install wine on my amd64 ubuntu?

Seems they haven't released a 64 bit version, so I can't install it normally. http://ubuntuforums.org/showthread.php?t=97026 (post 5) says that you can install it from the deb using force-architecture. That looks like it works, it says installing and all that. But where are the actual files? And how do I run it?

Another way was chroot but that confused me horribly.

Thanks :)
 
Do you now have a c folder in Home? That's the Windows folder. You can launch most .exe's in that folder by choosing to open them with Wine.

Some need to have Wine set to Windows 98. You can do that by typing winecfg in a terminal.

Any that won't install can often be run by copying their Program Files folder over from your XP installation.
 
No, no c folder.

Code:
lou@lou-desktop:~/wine$ sudo dpkg -i --force-architecture wine_0.9.12~winehq1-1_i386.deb
dpkg - warning, overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
(Reading database ... 92481 files and directories currently installed.)
Preparing to replace wine 0.9.12~winehq1-1 (using wine_0.9.12~winehq1-1_i386.deb) ...
Unpacking replacement wine ...
Setting up wine (0.9.12~winehq1-1) ...

But where is it? :confused:
/wine is where I put the .deb by the way.
 
I would try the latest version (v0.9.29).

There's a good guide here but you need to go near the end of the thread to find 0.9.29.
 
Is there a Wine option just before Add/Remove in your Applications menu?

And I *think* this was how I installed it.
 
Last edited:
Cob said:
Is there a Wine option just before Add/Remove in your Applications menu?

And I *think* this was how I installed it.
The script installs everything fine by the looks of it. Hopefully the other stuff I did hasn't left too much rubbish behind.

Ha, that's great. It's just like windows :D \o/

Now for steam and css :(
 
Back
Top Bottom