LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-19-2007, 11:38 PM   #1
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Rep: Reputation: 31
AMD64 and Wine


hi all,

i may have taken a bite before i knew what i was eating.

i followed these instructions to install wine before i knew that amd64 might require alternate instructions...

http://ubuntuguide.org/wiki/Ubuntu_E...nux_.28Wine.29

i followed the linked instructions and that's where i stand right now.

i came across different instructions here:

https://help.ubuntu.com/community/WineForAMD64
http://www.ubuntuforums.org/showthread.php?t=185557

how should i go about installing wine? should i unisntall what i did prior and then follow the amd64 specific instructions? if my current state is fine, what do i do now to get workign with wine?

tia...
 
Old 03-20-2007, 05:14 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Your profile says you're running on Fedora. If so, install WINE with:

yum -y install wine
 
Old 03-20-2007, 10:03 PM   #3
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by macemoneta
Your profile says you're running on Fedora. If so, install WINE with:

yum -y install wine
mac, i updated my siggy - ubuntu on amd64. i installed it the normal aptitude way, but i've read that a different method is required for amd64.

tia...
 
Old 03-20-2007, 10:33 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If it's been packaged correctly by the distribution, there shouldn't be anything special required. I understand that Ubuntu uses multilib now, so it should not have a problem.
 
Old 04-05-2007, 10:54 AM   #5
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Original Poster
Rep: Reputation: 31
AMD 64 Wine Solved - Solution

Install 32 bit Version of Wine on AMD64 machine - nothing is lost b/c Wine is 32 bit.

Here is a link to the tutorial that I found:
http://ubuntuforums.org/showthread.php?t=185557
NOTE: If you want to run WoW on then read through the entire tutorial and make sure you download the special Wine deb that includes patches that allow for playing WoW. The regular deb won't work.

1.
download libxxf86dga1_1.0.0-0ubuntu3_i386.deb
wine_0.9.33~winehq0~ubuntu~6.10-2_i386.deb
(you will want to download the latest stable versions of the programs(

2.
cd ~/Desktop
dpkg -x libxxf86dga1_1.0.0-0ubuntu3_i386.deb libs
sudo cp ~/Desktop/libs/usr/lib/* /usr/lib3

3.
sudo apt-get install ia32-libs

4.
sudo dpkg --force-architecture -i wine_0.9.33~winehq0~ubuntu~6.10-2_i386.deb

5.
sudo apt-get install lib32asound2 ia32-libs-sdl

Font configuration, once a nasty problem, is now much simpler. If you have a collection of TrueType fonts in Windows it's simply a matter of copying the .ttf files into c:\windows\fonts.

Test Wine:

1.
Download HJSplit.exe, put in
/home/jski23/.wine/drive_c/Program Files/hjsplit/hjsplit.exe

2.
wine c:\\Program\ Files\\hjsplit\\hjsplit.exe
NOTE: you have to escape backslashes and spaces, hence the path looks as it does, above.
---------------------

Remove wine:
sudo dpkg -r wine

Good luck!
 
Old 04-07-2007, 08:37 AM   #6
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Since some in this thread seem to use the 64bit versions of Ubuntu, I'd like to pose this question..

What is the point in running the 64bit distro, if you're constantly needing to configure 32bit apps to run properly because 64bit apps are not available? This ranges from anything to Wine, to Browsers, to Plugins for Browsers.

I'm curious as I have a 64bit capable machine, but I just fail to see where the above makes sense. Just seems to make more sense to stick with the 32bit versions for the forseeable future.

IGF
 
Old 04-07-2007, 09:41 AM   #7
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you have no need of 64-bit functionality, then by all means avoid the complexity. Some applications can take advantage of the 64-bit extensions to improve performance. However, if you are primarily using the system as a desktop, you won't see a benefit (and there are several negatives).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How-to: WINE from git tree for Fedora Core 6 running on AMD64 (for HL2) Jamo Linux - Games 0 02-02-2007 04:00 PM
Wine on amd64 Ubuntu 6.10 error vargadanis Linux - Desktop 2 01-14-2007 03:04 PM
Difference between amd64 generic and amd64 k8? halfpower Linux - General 6 09-07-2006 05:28 PM
AMD64 + wine == headache. Help if ya can! Elysium Linux - Software 0 05-12-2004 09:14 AM
ziff, ntfs, wine issues mandrake10 AMD64 madmax7774 Mandriva 1 05-07-2004 12:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration