[SOLVED] Error with wine-bin:i386

Started by Alcohero, January 01, 2016, 03:11:30 PM

Previous topic - Next topic

Alcohero

I am getting this message when I try to install Veil-Evasion:
"E: Package 'wine-bin:i386' has no installation candidate
[ERROR] Failed To Install Wine x86_64... Exit Code: 100."

How can I fix that?  ???

Edit: When I try to install wine-bin:i386 I get similar message:
"Package wine-bin:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'wine-bin:i386' has no installation candidate"

ZEROF

Hi,

You didn't run good commands. Try:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8 winetricks


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Alcohero

#2
I've just done that and tried again, but I got the same message...

ZEROF

Wait for others if not i will try and see today. Try to grab .deb package from here and install:

http://www.ubuntuupdates.org/package/wine/trusty/main/base/wine

dpkg -i name_of_package.deb

Don't mess 32bit and 64bit versions. If your BBox installation is 64bit use 64bit package.


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Alcohero

#4
It's still not working.

Edit: I didn't see this before, but before those error messages I get one more:
"E: Unable to locate package wine32"

ZEROF

Hi again,

I guess you didn't check apt-cache.

1. sudo apt-cache search wine | grep wine

You can see that you can install version 1.6 and that will grab about 500MB of packages with command:

2. sudo apt-get install wine1.6 (if you are using 32bit i see package wine 1.6-i386)

Install without any issue.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Alcohero

It didn't work, but then I was like "Maybe it's not working because I have BackBox 64-bit". So I downloaded BackBox 32-bit and installed it, and it's finally working now.
Anyway, thank you really much for your help. :)

ZEROF

Hi,

It's normal that it didn't work. After few wrong installation you need to remove .wine folder and run installation again. I tested with BBox 64bit and it's working without issues.

Just saying.

Cheers!

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*