Hello @LikoV2, the server-sided 503 error code shouldn't block apt from adding 32 bit mesa and glibc.
What's the output of sudo apt install libgl1-mesa-glx libgl1-mesa-glx:i386?
Hello @kisak-valve, thanks for your answer.
The installation fails every time with E: Unable to correct problems, you have held broken packages.
Can you post your /etc/apt/sources.list and apt policy libgl1-mesa-glx libgl1-mesa-glx:i386. Something's not healthy and it's outside of steam. What we're looking for is for the 32 bit and 64 bit variants to have the same version available.
cat /etc/apt/sources.list
# #deb cdrom:[Linux Mint 18.3 _Sylvia_ - Release amd64 20171213]/ xenial contrib main non-free
apt policy libgl1-mesa-glx libgl1-mesa-glx:i386
libgl1-mesa-glx:
Installed: 17.0.7-0ubuntu0.16.04.2
Candidate: 17.0.7-0ubuntu0.16.04.2
Version table:
*** 17.0.7-0ubuntu0.16.04.2 100
100 /var/lib/dpkg/status
12.0.6-0ubuntu0.16.04.1 500
500 http://ftp.oleane.net/ubuntu xenial-updates/main amd64 Packages
11.2.0-1ubuntu2 500
500 http://ftp.oleane.net/ubuntu xenial/main amd64 Packages
libgl1-mesa-glx:i386:
Installed: (none)
Candidate: 12.0.6-0ubuntu0.16.04.1
Version table:
12.0.6-0ubuntu0.16.04.1 500
500 http://ftp.oleane.net/ubuntu xenial-updates/main i386 Packages
11.2.0-1ubuntu2 500
500 http://ftp.oleane.net/ubuntu xenial/main i386 Packages
cat /etc/apt/sources.list.d/steam.list
deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
That spells out the issue pretty clearly. For 64 bit, mesa 17.0.7 is installed with no update source, and there's no source for apt to match it with 32 bit.
I suspect http://ftp.oleane.net/ is a bad package mirror, give a different mirror a try.
It worked perfectly, thanks a lot for your help.
I'm sorry if it was obvious, I didn't know where to look for. From now on I will know, thanks again.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Tried to install Steam, went well with gdebi. Then, Steam tried to install libgl1-mesa-dri:i386, libgl1-mesa-glx:i386 and libc6:i386:
Tried a sudo apt-get update: