Steam Linux Client for everyone
Valve has announced that their Steam Linux client is now available to all Linux gamers. It’s open beta period now and just in time for the holidays.
After sharing last week that Valve would have a Christmas present for Linux gamers in terms of a more open beta program, that has now been made a reality. You no longer need to be one of the selected beta participants to have your Steam account accessible under Linux with the current selection of games that are natively available.
Written to SteamPowered.com, “The Steam for Linux beta client is now available to all Steam users, so if you’ve been patiently waiting for an invitation to join us, consider yourself officially invited!”
The Linux games available on the Steam Linux client range from Serious Sam 3 to Team Fortress 2 to Killing Floor, iBomber Attack, and many others.
Installation
sudo pacman -S steamclient
Posted in: news


This does not seem to be working at the moment, getting the following error:
2012-12-29 18:15:43 (705 KB/s) – ‘/tmp/steam/src/steam.deb’ saved [1549322/1549322]
==> Extracting package
/tmp/alpm_rosTkB/.INSTALL: line 17: ar: command not found
bsdtar: Error opening archive: Failed to open ‘/tmp/steam/src/data.tar.gz’
sed: can’t read /tmp/steam/src/usr/bin/steam: No such file or directory
==> Package steam
cp: cannot stat ‘/tmp/steam/src/usr’: No such file or directory
install: cannot stat ‘/tmp/steam/src/usr/share/doc/steam/copyright’: No such file or directory
==> Installing steam to your system
==> Cleaning up /tmp
==> Installation done
chattr: No such file or directory while trying to stat /usr/bin/steam
Oh figured it out thx to the forum, binutils needs to be installed as well:
sudo pacman -S binutils steamclient
[...] See original here: Steam Linux Client for everyone | Manjaro Linux [...]