protonscr

dependency libcurl3-gnutls (>= 7.16.2-1)

steamclosed Not a bug
ValveSoftware/steam-for-linux#963 · opened 2013-01-27 by Hapeck · updated 2013-01-27 · 6 comments · github
HHapeck 2013-01-27 github

I cannot install the package steam:i386 (steam-latest.deb downloaded 27.01.2013) due to the dependency problem.
On my Quantal Quetzal system I have currently installed the version. 7.27.0.1ubuntu1of the library, which is definitly > 7.16.2-1.

MMajkl578 2013-01-27 github

Do you have its i386 variant, libcurl3-gnutls:i386?

HHapeck 2013-01-27 github

As far as I can see, there is only one version and there is no system
type (368 or amd64) specified.


Eck-DV
Hans-Peter Eck

Neue Fruchtstr. 2
47057 Duisburg

Tel: 0203-3630602
Mobil: 0177-3081737
Fax: 0203-3630603

USt-IdNr.: DE238235309

Am So 27 Jan 2013 17:47:59 CET schrieb Michael Moravec:

Do you have its i386 variant, libcurl3-gnutls:i386?


Reply to this email directly or view it on GitHub
https://github.com/ValveSoftware/steam-for-linux/issues/963#issuecomment-12757017.

MMajkl578 2013-01-27 github

I suppose you have amd64 as default arch. The best starting point with Multiarch is probably Debian wiki: http://wiki.debian.org/Multiarch
Firstly, you need to set up your multiarch environment by telling dpkg to use i386:

dpkg --add-architecture i386

Then run apt-get update and you should be able to install steam's dependencies with its i386 variant (e.g. for package foo, its i386 version is foo:i386).
You can read more here http://wiki.debian.org/Multiarch/HOWTO

HHapeck 2013-01-27 github

Thank youn for your quick and helpful support.

HHapeck 2013-01-27 github

it installs now.

MMajkl578 2013-01-27 github

You're welcome. :)