3

After updating graphics card and during installation of Steam on CentOS 8 I get:

[root@comp pawel]# yum install epel-release
    Error:
     Problem: conflicting requests
      - nothing provides libxcrypt-compat(x86-32) needed by steam-1.0.0.66-2.el8.i686

[root@comp pawel]# yum install libxcrypt-compat No match for argument: libxcrypt-compat

[root@comp pawel]# yum install libxcrypt

libxcrypt-4.1.1-4.el8.x86_64 is already installed. libxcrypt-4.1.1-4.el8.i686 is already installed.

I have epel version:

epel-release-8-8.el8.noarch is already installed.

How to install Steam?

2 Answers2

1

If you are on a x64 machine:

sudo dnf -y remove libxcrypt-4.*.i686
wget https://download-ib01.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/l/libxcrypt-compat-4.4.17-1.fc34.i686.rpm
sudo rpm -Uhv libxcrypt-compat-4.4.17-1.fc34.i686.rpm --nodeps
mini
  • 81
0

That installs on my EL8 system without any broken dependencies:

sudo dnf config-manager --add-repo=https://negativo17.org/repos/epel-steam.repo
sudo dnf yum -y install steam