Open el-chay opened 1 month ago
Hello @el-chay, the Valve-provided Steam package doesn't interact with /usr/games
. This reads like a leftover from a distro-modified package which has had the Valve-provided package forced over it and they don't have the same filesystem layout.
Can you run which steam
, and then figure out which package the result belongs to? Something like dpkg -S /path/from/which
might tell you that.
$ dpkg -S $(which steam)
steam-launcher: /usr/bin/steam
$ dpkg-query -W steam-launcher
steam-launcher 1:1.0.0.82
$ apt-cache rdepends steam-launcher
steam-launcher
Reverse Depends:
steam-devices
steam-installer
steam-installer
steam-devices
HTH
I've noticed you marked this ticket as "distro-provided". In case the history serves you:
47 dpkg -P steam-installer steam-launcher steam-libs:{i386,amd64} steam-libs-i386:i386
48 dpkg -i steam_latest.deb
Your system information
Please describe your issue in as much detail as possible:
Installing
steam_latest.deb
from http://media.steampowered.com/client/installer/steam.deb Invokingsteam
from a terminal does not start the installer and returns the error:Invoking
/usr/bin/steam
(full path to the script) starts the installer/client as expected.Steps for reproducing this issue:
dpkg -i steam_latest.deb
from http://media.steampowered.com/client/installer/steam.debsteam
in a terminal