Also, I have installed libc6-dev, but dpkg still can't locate lib.so.6. I don't know why and don't know if this is the issue.
I did check and there is no run.sh in steam-runtime/
dpkg -l libc6*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===============================-====================-====================-====================================================================
ii libc6:arm64 2.24-11+deb9u4 arm64 GNU C Library: Shared libraries
ii libc6:i386 2.24-11+deb9u4 i386 GNU C Library: Shared libraries
ii libc6-dev:arm64 2.24-11+deb9u4 arm64 GNU C Library: Development Libraries and Header Files
un libc6-i386
Hello @hawkbjd, Steam and games on Steam do not have support for ARM cpus. (#4061)
Then what is this page about: steam-installer binary package in Ubuntu
Artful arm64 https://launchpad.net/ubuntu/artful/arm64/steam-installer?
I thought that this was an installer for arm64 cpus?
On Sun, Mar 10, 2019 at 7:43 AM kisak-valve [email protected]
wrote:
Closed #6137
https://github.com/ValveSoftware/steam-for-linux/issues/6137.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ValveSoftware/steam-for-linux/issues/6137#event-2192282532,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AfCys3RcuHOOLYwFhh509LLRYkPucrn9ks5vVP4KgaJpZM4bnEix
.
--
Brenden Hawk
Your system information
*Working on Linux(beta) on Chromebook with MTK MT8173C (2.1 GHz) processor [arm64 bassed]
I am trying to install steam on linux(beta) on chromebook.
I have tried to install by using apt on steam.deb, steam_1.0.0.54+repack-2ubuntu5_i386.deb then steam-installer_1.0.0.54+repack-2ubuntu5_all.deb, and through gnome-software package installer.
All three give me the issue of:
Running Steam on debian 9 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/###/.local/share/Steam/steam.sh: line 828: /home/###/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory
Error: You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
/home/###/.local/share/Steam/steam.sh: line 888: /home/###/.local/share/Steam/ubuntu12_32/steam: cannot execute binary file: Exec format error
I have check and I have the libc.so.6 library for i386. I have added it my $LD_LIBRARY_PATH, creating a symbolic link to my /lib/ folder, and a link directly into steam-runtime/lib.
None work.