You are not logged in.

#1 2010-07-11 06:20:37

makroelektro
Member
Registered: 2010-07-11
Posts: 5

Wine on x86_64

Hi all.I am new user of arch linux.I have now any problems with this system.It´s amazing cool
but I don´t know do one thing.install wine.I found only packages for i686 and people what compile it from source.but idk how to compile it.
any ideas ? thanks smile

Offline

#2 2010-07-11 06:46:24

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Wine on x86_64

Look up AUR (the Arch User Repository) in the wiki and get an understanding of what it is and how it and PKGBUILDs work. There are dangers and both conveniences and inconveniences in its use, and you should understand them. It is an awesome resource, but responsibility lies mostly on you.

Bin32-wine is on the AUR (32 bit version packaged for 64 bit arch), as is a 64 bit version of wine in the unlikely event you would want that.

You may also want to look into packer or clyde-git (my favorite) when you understand the above wink

Last edited by FrozenFox (2010-07-11 06:55:04)

Offline

#3 2010-07-11 06:48:07

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: Wine on x86_64

You can either get bin32-wine from Arch-game repo.. Info HERE or build it from AUR.
NOTE: IF you use the arch games repo.. edit archgames-mirrorlist and comment out Server = http://repo.archlinux-gaming.org/x86_64  as it is down for now.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#4 2010-07-11 09:39:40

makroelektro
Member
Registered: 2010-07-11
Posts: 5

Re: Wine on x86_64

I´ve try make package but idk it O_O it´s hard for me.
isn´t here person what can make it for me ?

Offline

#5 2010-07-11 09:41:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: Wine on x86_64

makroelektro wrote:

I´ve try make package but idk it O_O it´s hard for me.
isn´t here person what can make it for me ?

Arch might not be the distro for you with an attitude like that...  most Archers are willing to help a newbie but only after he/she has made an effort to read the wiki at a minimum.  Plus, you'll want to write your posts asking for help with some debug info, not just a general statement of frustration.  The Arch community is good, but we can't read your mind or your screen smile

Last edited by graysky (2010-07-11 09:44:28)

Offline

#6 2010-07-11 09:56:16

makroelektro
Member
Registered: 2010-07-11
Posts: 5

Re: Wine on x86_64

You made me now smile on my face smile because it´s true cool
but this tutorials is only in english.and my english isn´t very good neutral
I need wine now.When I will read wiki, I will have wine made by me maybe in august hmm

Offline

#7 2010-07-11 10:29:09

dobo
Member
Registered: 2010-07-09
Posts: 21

Re: Wine on x86_64

Wine for x86_64 (bin32-wine) is also in archlinuxfr repo.

Add to /etc/pacman.conf:
[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

Offline

#8 2010-07-11 10:29:48

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: Wine on x86_64

http://wiki.archlinux.org/index.php/AUR <--- translated into MANY languages... which is your native language?

Use an AUR helper like bauerbill (http://xyne.archlinux.ca/projects/bauerbill/) to get, make and install pacakges from the AUR.  It is HIGHLY recommended that you learn how to do this without a helper like bauerbill so when you have time, read the wiki page on AUR... and makepkg!

http://aur.archlinux.org/packages/bauer … ill.tar.gz
1) install powerpill (pacman -S powerpill)
2) download that file and untar it
3) go into the directory then do a (makepkg -s)
4) now install it via (pacman -U name.tar.xz)

Use bauerbill like pacman with the -S flag to install stuff from the AUR (bauerbill --aur -S bin32-wine)

Last edited by graysky (2010-07-11 10:39:31)

Offline

#9 2010-07-11 11:33:40

makroelektro
Member
Registered: 2010-07-11
Posts: 5

Re: Wine on x86_64

Wooooohoooooooo it´s working.
thank you guys.You taught me to create and install packages on arch linux.
I think now is my arch linux perfect big_smile

Offline

#10 2010-07-11 12:23:24

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: Wine on x86_64

graysky wrote:

It is HIGHLY recommended that you learn how to do this without a helper like bauerbill so when you have time, read the wiki page on AUR... and makepkg!

Do NOT forget then come back if your system gets roached.

Offline

#11 2010-07-11 13:30:08

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Wine on x86_64

makroelektro wrote:

You made me now smile on my face smile because it´s true cool
but this tutorials is only in english.and my english isn´t very good neutral
I need wine now.When I will read wiki, I will have wine made by me maybe in august hmm

graysky wrote:

Arch might not be the distro for you with an attitude like that...

You installed 64 bit Arch and now you have to live with it. If you need a bunch of 32 bit software, you're going to have some work to do.

Offline

#12 2010-07-11 19:09:39

makroelektro
Member
Registered: 2010-07-11
Posts: 5

Re: Wine on x86_64

Yes of course.This was very important thing for me.I want to learn more about linux.and I think, archlinux is big chance for me.
I think this is my final linux cool

Offline

#13 2010-07-12 00:34:06

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: Wine on x86_64

makroelektro wrote:

This was very important thing for me.I want to learn more about linux.... <snip>

Well, you have come to the right distro.  You CAN learn more in a few months w/ arch that some ppl learn in YEARS on a done-for-you distro.
But you must be willing to read, do, re-read and then read some more. 
Good starting points are Beginners Guide (not just for install) General Recommendations and FAQ.  All available in a variety of languages.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#14 2010-07-12 04:52:06

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: Wine on x86_64

You're not going to learn about linux if you keep asking 'can someone make it for me'. Try things out, don't be afraid to screw your system up so bad you have to reinstall.

Unfortunately having lower English skills is a serious disadvantage, since most good docs are in English. What's your primary language? Perhaps you can go to the 'Other Languages' subforum to ask for help in the language you're more comfortable with.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

Board footer

Powered by FluxBB