컬, python-apt 및 zenity가 부족한 Steam 오류 다운로드 중

컬, python-apt 및 zenity가 부족한 Steam 오류 다운로드 중
(Reading database ... 33141 files and directories currently installed.)
Preparing to replace steam-launcher 1.0.0.50 (using steam.deb) ...
Unpacking replacement steam-launcher ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on curl; however:
Package curl is not installed.
steam-launcher depends on python-apt; however:
Package python-apt is not installed.
steam-launcher depends on zenity; however:
Package zenity is not installed.
dpkg: error processing steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
steam-launcher

답변1

누락된 패키지 설치

 sudo apt-get update
 sudo apt-get install curl python-apt zenity

그런 다음 Steam을 다시 설치해 보세요.

sudo dpkg -i steam.deb

관련 정보