LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing wine in slackware (https://www.linuxquestions.org/questions/linux-newbie-8/installing-wine-in-slackware-907304/)

donaldfarkas 10-09-2011 07:07 PM

Installing wine in slackware
 
i got slackware 13.37 64bit and i'm trying to install wine-1.3.29-x86_64-1sg.txz. I cant seem to figure out how to do it.

Jenni 10-09-2011 07:15 PM

I don't know of any 64 bit wine packages, I could be incorrect but you may have to try to build it yourself for 64bit, or use a miltilib system.
http://wiki.winehq.org/Wine64

If there is a 64bit wine package, make sure you use that one if it's what you need.

Konphine 10-09-2011 07:55 PM

Well first you're going to need Alien Bob's multilib packages:

http://alien.slackbook.org/dokuwiki/...kware:multilib

Or simply (as root in a terminal) type:

Code:

lftp -c 'open http://slackware.com/~alien/multilib/ ; mirror 13.37
Then go to the directory where you put this. Assuming you didn't change directory already it should just be:
Code:

cd 13.37
Afterwards,
Code:

upgradepkg --reinstall --install-new *.t?z
Then you have to change directory to the folder slackware64-compat32 which should come with it (if it doesn't the page gives more information on how to obtain the files in the folder slackware64-compat32).
Code:

cd slackware64-compat32
Then just upgrade the files in there:
Code:

upgradepkg --install-new *-compat32/*.t?z
Then after you've downloaded Wine (which it seems you already have), go the the directory you've placed that in and do:

Code:

installpkg wine-1.3.29.bla.bla.bla.txz


All times are GMT -5. The time now is 06:34 PM.