How to install Steam client on RHEL 8 Beta

Latest response

I've successfully installed the Steam client on RHEL 8 beta, and am providing the steps here in case anyone else is looking how to do it. I'm using a AMD RX 480 with opensource drivers. Hope it helps someone.

# yum install glibc-2.28-18.el8.i686 pango-1.42.4-1.el8.i686 gtk2-2.24.32-3.el8.2.i686 glib2-2.56.1-1.el8.i686 freetype-2.9.1-2.el8.i686 fontconfig-2.13.1-2.el8.i686 libdbusmenu-16.04.0-12.el8.i686

# yum install json-glib-1.4.4-1.el8.i686

# wget https://negativo17.org/repos/steam/epel-7/x86_64/libdbusmenu-gtk2-16.04.0-4.el7.i686.rpm

# rpm -U libdbusmenu-gtk2-16.04.0-4.el7.i686.rpm  --nodeps

# yum install libdrm-2.4.93-1.el8.i686

# wget https://download1.rpmfusion.org/free/el/updates/7/x86_64/l/libva-intel-driver-1.8.3-4.el7.i686.rpm

# rpm -U libva-intel-driver-1.8.3-4.el7.i686.rpm

# yum install alsa-lib.i686 alsa-plugins-pulseaudio.i686 libXScrnSaver.i686 libXtst.i686 libatomic.i686 libcurl.i686 libdbusmenu-gtk3.i686 libpng12.i686 libvdpau.i686

# yum install mesa-dri-drivers.i686 mesa-libGL.i686 nss.i686

# wget https://download1.rpmfusion.org/nonfree/el/updates/7/x86_64/s/steam-1.0.0.59-7.el7.i686.rpm

# rpm -U steam-1.0.0.59-7.el7.i686.rpm

system info from steam client

Responses