New comment by zdtcd on void-packages repository https://github.com/void-linux/void-packages/issues/15197#issuecomment-539844340 Comment: The steam in our repo is just a script and a bootstrap tarball that will download real software distribution from Valve. The bootstrap (32 bit) will then download the correct 64 bit version if your system is x86_64. steam shouldn't be listed in multilib or i686 only, because it needs to pull xz, curl, etc.. to download and extract the software. --- Anyway, if you read the installation message of steam, you will have all dependencies installed correctly. ``` For users of the open source drivers: - mesa-ati-dri-32bit + libGL-32bit (AMD) - mesa-intel-dri-32bit + libGL-32bit (Intel) - mesa-nouveau-dri-32bit + libGL-32bit (NVIDIA) ``` https://github.com/void-linux/void-packages/blob/master/srcpkgs/steam/INSTALL.msg