Wine not found in gslapt or sorcerer

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
dhinds
Posts: 10
Joined: 27. Jul 2014, 18:09

Wine not found in gslapt or sorcerer

Post by dhinds »

On the other hand, a older slackware version is available from winehq

Wine is not an emulator nor win. And I need to install it for my EccoPro PIM (which runs better on GNU/Linuix than it does on Windoze) in Salix 14.1 Xfce (otherwise, a very nice distro).

How do I do that?

Thanks in advance.
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Wine not found in gslapt or sorcerer

Post by laprjns »

Assuming that you have a 32 bit machine you could try Alien Bob package. Just download it from here:
http://www.slackware.com/~alien/slackbu ... /pkg/14.1/

and the cd to the directory you downloaded it to and do this:

Code: Select all

$ sudo spkg -i 	wine-1.7.24-i486-1alien.txz

He has a 64 bit package but you will need to install multilib
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
dhinds
Posts: 10
Joined: 27. Jul 2014, 18:09

Re: Wine not found in gslapt or sorcerer

Post by dhinds »

laprjns wrote:Assuming that you have a 32 bit machine you could try Alien Bob package. Just download it from here:
http://www.slackware.com/~alien/slackbu ... /pkg/14.1/

and the cd to the directory you downloaded it to and do this:

Code: Select all

$ sudo spkg -i 	wine-1.7.24-i486-1alien.txz

He has a 64 bit package but you will need to install multilib
OK, I'll try that. But since the CPU is 64 bits, I'll install multilib first.

I also downloaded and extracted the winhq slackware package, but am not sure what I need to run to compile it.

Thanks for the tip.
dhinds
Posts: 10
Joined: 27. Jul 2014, 18:09

Re: Wine not found in gslapt or sorcerer

Post by dhinds »

laprjns wrote:Assuming that you have a 32 bit machine you could try Alien Bob package. Just download it from here:
http://www.slackware.com/~alien/slackbu ... /pkg/14.1/

and the cd to the directory you downloaded it to and do this:

Code: Select all

$ sudo spkg -i 	wine-1.7.24-i486-1alien.txz

He has a 64 bit package but you will need to install multilib
I downloaded the 64 bit package to the desktop and installed using the code you provided, but seaching on multilib in sourcerer and gslapt produces no results and

Code: Select all

one[Desktop]$ sudo spkg -i multilib
ERROR: Package file does not exist. (multilib)
ERROR: Package installation failed!
didn't either.

Any suggestion?

Thanks in advance.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Wine not found in gslapt or sorcerer

Post by mimosa »

There is a script by djemos to install multilib. Search the forum and you should find it.Be warend it takes ages to run and will install a huge amount of stuff, so make sure you have plenty of room first.
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Wine not found in gslapt or sorcerer

Post by laprjns »

dhinds wrote: ...but seaching on multilib in sourcerer and gslapt produces no results...
Try this:
http://forum.salixos.org/viewtopic.php? ... lib#p31878
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
dhinds
Posts: 10
Joined: 27. Jul 2014, 18:09

Re: Wine not found in gslapt or sorcerer

Post by dhinds »

That must be the post that mimosa referred to.

It's a little complicated but I'll try to get to it later today.

I have found Salix XFCE to be a very nice distro and I hope I can get Wine installed because I need access to the data and functionality of the EccoPro PIM (which is an old Windoze app and as I mentioned, runs much better on GNU/Linux than on M$ systems).
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Wine not found in gslapt or sorcerer

Post by djemos »

Run wine in 64bit

Download install-multilib
install the package

Code: Select all

sudo spkg -i install-multilib-1.1.0-x86_64-1dj.txz
Install multilib (make a coffee it will take some time)

Code: Select all

sudo install-multilib salix local

Install wine 32 bit
download wine 32bit
and install it

Code: Select all

sudo spkg -i wine-1.7.9-i486-1alien.txz
i always delete fonts

Code: Select all

sudo rm /usr/share/wine/fonts/*
run winecfg
run windows apps
Post Reply