Install and start Steam on Debian Linux
- Download and install the
debfile from Steam’s official website. - After installation of the
debfile and start steam, it says some additional packages (most of them are i386 related) should be installed. Confirm and proceed, steam will start normally. However, for the next run, it still complains lacking those packages. Actually, these packages should be manually installed viaapt-getoraptitude. -
Because I’m using 4K monitor, to enable high DPI support, steam should be started with the command line option
-forcedesktopscalingaccording to here. For example,/usr/bin/steam -forcedesktopscaling=2 %UUsing
kmenuedit, the item for steam in the start menu can be modified accordingly.