protonscr

[Bug] `steam://install/` requests `apt` on Fedora, which uses `dnf`.

steamclosed
ValveSoftware/steam-for-linux#9442 · opened 2023-05-02 by beedell-roke · updated 2025-09-28 · 1 comments · github
Bbeedell-roke 2023-05-02 github

Your system information:

  1. Steam client version (build number or date):

    image

  2. Distribution (e.g. Ubuntu):

    cpe:/o:opensuse:tumbleweed:20230430

  3. Opted into Steam client beta?:

    Yes

  4. Have you checked for system updates?:

    No

Steps for reproducing this issue:

  1. #!/usr/bin/env sh
    steam steam://install/280680 
    
  2. PS /home/rokejulianlockhart> steam steam://install/280680                     
    Couldn't import apt, please install python3-apt or update steamdeps for your distribution.
    steam.sh[32017]: Running Steam on opensuse-tumbleweed 20230430 64-bit
    steam.sh[32017]: STEAM_RUNTIME is enabled automatically
    setup.sh[32100]: Steam runtime environment up-to-date!
    steam.sh[32017]: Steam client's requirements are satisfied
    PS /home/rokejulianlockhart>
    

Please describe your issue in as much detail as possible:

Unlike askubuntu.com/revisions/1422163/1, steam launches and installs games perfectly when instructed to via its GUI.

Bbeedell-roke 2023-05-02 github

https://github.com/ValveSoftware/steam-for-linux/issues/9442#issue-1693177045

@RokeJulianLockhart, although the command line output is identical:

  1. #!/usr/bin/env sh
    steam 'steam://install/280680'
    
  2. Couldn't import apt, please install python3-apt or update steamdeps for your distribution.
    steam.sh[7113]: Running Steam on opensuse-tumbleweed 20230430 64-bit
    steam.sh[7113]: STEAM_RUNTIME is enabled automatically
    setup.sh[7216]: Steam runtime environment up-to-date!
    steam.sh[7113]: Steam client's requirements are satisfied
    

...it appears to work now. I uninstalled steamdb.info/depot/280683/history/?changeid=M:1934060864739169180, and updated to a new beta version. I don't know which fixed it.