Unable to install Steam necessary 32-bit drivers?
https://askubuntu.com/questions/1567026/unable-to-install-steam-necessary-32-bit-driversI'm running Ubuntu 26.04 LTS, 64-bit, Linux 7.0.0-15-generic, gnome version 50.
And using an NVIDIA GeForce RTX 3060.
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 595.71.05 Driver Version: 595.71.05 CUDA Version: 13.2 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3060 Off | 00000000:01:00.0 On | N/A |
| 0% 37C P8 12W / 170W | 606MiB / 12288MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 4885 G /usr/bin/gnome-shell 123MiB |
| 0 N/A N/A 5266 G /usr/bin/Xwayland 6MiB |
| 0 N/A N/A 26226 G ./steamwebhelper 22MiB |
| 0 N/A N/A 26254 C+G ...am/ubuntu12_64/steamwebhelper 7MiB |
| 0 N/A N/A 28378 G ...284/usr/share/discord/Discord 86MiB |
| 0 N/A N/A 44030 G .../8107/usr/lib/firefox/firefox 182MiB |
| 0 N/A N/A 46395 C+G ptyxis 46MiB |
+-----------------------------------------------------------------------------------------+
I downloaded and installed the new Ubuntu, onto a newer computer. Installed Steam, and was met with the message:
"32-bit NVIDIA driver files were not found on your host system. It's best you install them for the best experience."
It then gives some terminal commands.
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libnvidia-gl-595:i386
Enter the commands in that order and it gives me this response:
@DigitalStorm-D:~$ sudo dpkg --add-architecture i386
@DigitalStorm-D:~$ sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu resolute-security InRelease
All packages are up to date.
@DigitalStorm-D:~$ sudo apt install libnvidia-gl-595:i386
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
libnvidia-gl-595:i386 : Depends: libc6:i386 (>= 2.34) but it is not installable
Depends: libdrm2:i386 (>= 2.4.75) but it is not installable
Depends: libgbm1:i386 (>= 17.1.0~rc2) but it is not installable
Depends: libwayland-client0:i386 (>= 1.20.0) but it is not installable
Depends: libx11-6:i386 but it is not installable
Depends: libx11-xcb1:i386 but it is not installable
Depends: libxcb-dri3-0:i386 (>= 1.13) but it is not installable
Depends: libxcb-present0:i386 but it is not installable
Depends: libxcb1:i386 (>= 1.12) but it is not installable
Depends: libxext6:i386 but it is not installable
Depends: libnvidia-egl-wayland1:i386 but it is not installable
Error: Unable to satisfy dependencies. Reached two conflicting assignments:
1. libnvidia-gl-595:i386=595.71.05-0ubuntu0.26.04.1 is selected for install
2. libnvidia-gl-595:i386 Depends libc6:i386 (>= 2.34)
but none of the choices are installable:
[no choices]
@DigitalStorm-D:~$
Ignore the black boxes before the "@" symbol.
It gives a link to github, but it's just the same instructions.
How do I fix these dependencies errors?
Trying
grep -v '^#' /etc/apt/sources.list.d/ubuntu.sources
Results in the following:
@DigitalStorm-D:~$ grep -v '^#' /etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: resolute-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg








And i don't know if it is useful in Ubuntu . If so , How can i import it? 