Cliente nativo do Steam
De acordo com o Valve Developer Wiki , o steam está disponível para muitas distribuições Linux diferentes, incluindo o Fedora, através do Repositório RPMfusion.
RPM packages are available from RPMFusion for all supported Fedora releases (currently 18, 19 and 20). The package works fine on both i686 and x86_64 systems and already contains support for the S3 Texture compression library for open source drivers (radeon, intel and nouveau). Note: the package is in the process of being pushed to the stable repository, so at the moment you have to install it from the testing repository.
Você realiza a instalação emitindo yum -y --enablerepo=rpmfusion-nonfree-updates-testing install steam
.
Sendo o Fedora baseado em RedHat, é bem possível que seja compatível. Na verdade, no próprio recurso vinculado no site da Valve , o autor afirma em um comentário:
Unfortunately it works only in Fedora, RHEL 6 glibc libraries are too ancient, even when using the Ubuntu Steam Runtime. I will eventually add it to the RHEL 7 RPMFusion repository.
Vinho / PlayOnLinux
A mesma página da Valve sugere outra opção, executando o Steam para Windows em PlayOnLinux . Há um .tar.gz
de download que é executado em todas as versões do Linux, ele só precisa do Python instalado.
Uma nota informa que o Steam precisa da fonte TrueType Tahome e, para instalá-lo, ela sugere
copying it from your windows pc to a flash drive and then putting it in a hidden folder (on your linux pc) named .fonts (you may have to make the folder0 in your root directory
ou
installed using winetricks with the command
winetricks tahoma
Aviso de isenção
- A página da Valve é aparentemente de 2009
- Eu não testei esses procedimentos no RHEL, pois tenho apenas o Ubuntu e o Fedora