You are not logged in.
Pages: 1
Hello, Iv spent endless hours reading posts trying to find a way to install wine so I could play Counter-Strike. I found a bunch of broken links, can someone be kind enough to point me in the right direction?
Thanks in advance,
Mileno
Offline
Hi Mileno,
Search AUR for wine:
http://aur.archlinux.org/packages.php?O … _Search=Go
..and voila, the second one bin32-wine-suse is up to date
enjoy!
edit: In case you wonder how to use AUR: http://wiki.archlinux.org/index.php/AUR … NSUPPORTED
Last edited by jryarch (2008-06-09 09:40:02)
Offline
What is the difference between bin32-wine and bin32-wine-suse?
Offline
One is the Arch i686 binary version, the other is the Suse i586 version... Not entirely sure why we have both.
Offline
Because one of them is out-of-date
SuSe provide daily snapshots, if one so desires.
Offline
Thanks for the quick reply, however Im having more problems.
==> Making package: bin32-wine-suse 0.9.65-1 (Mon Jun 9 14:52:05 PDT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading wine-0.9.65_aka_1.0.rc4-4.1.i586.rpm...
--2008-06-09 14:52:05-- http://download.opensuse.org/repositori … 1.i586.rpm
Resolving download.opensuse.org... 195.135.221.130
Connecting to download.opensuse.org|195.135.221.130|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2008-06-09 14:52:06 ERROR 404: Not Found.
==> ERROR: Failure while downloading wine-0.9.65_aka_1.0.rc4-4.1.i586.rpm
Aborting...
Looks like the link is dead. Can anyone tell me what im doing wrong?
Thanks in advance,
Mileno
Offline
Take a look at the FTP link I just gave. Unfortunately, SuSE immediately delete their older version when they upload a new version.
Offline
Thanks for the info.
I finally have the .rpm now, but that arises another problem how do I go about installing it?
[mileno@Elite ~]$ rpm -ivh wine-0.9.65_aka_1.0.rc4-4.1.i586.rpm
bash: rpm: command not found
Sorry for my noobish questions and thanks again,
Mileno
Offline
I suggest you learn more about AUR and pkgbuilds first.. I've flagged the package out-of-date, so you could wait for the maintainer to update his package, or you can update the PKGBUILD file yourself. You shouldn't download or unpack anything manually..
Basically in the PKGBUILD file, the source should be updated to end like this:
4.2.i586.rpm
so the new version wil be downloaded. Now the md5-sum won't be correct anymore, so use makepkg -g to determine the new md5-sums.
If you don't get any of my steps: read the arch wiki about AUR etc..
Edit: I didn't see you got the older 4.1 file. You could move the download into the same folder the PKGBUILD is in, and run makepkg again. If it is indeed the same download, the md5-sums should also match.
Last edited by jryarch (2008-06-09 22:01:33)
Offline
Yeah, I did just what you told me and got it to work with makepkg but all it did was add two folders pkg and src how do I install this?
I'd like to thank anyone who has taken the time to help me out, as I can imagine im pretty annoying about now.
Offline
You should have a file in that directory that's <something>.pkg.tar.gz. Run:
pacman -U that file to install it.
Offline
You should have a file in that directory that's <something>.pkg.tar.gz. Run:
pacman -U that file to install it.
Please, the wiki I gave him gives a fine explanation on how to use AUR..
Offline
Pages: 1