Я пытался установить steam на fedora i3 через flatpak, snap, dnf. Сейчас я пытаюсь использовать официальный пакет .deb . Я установил steam_latest.deb. Запустил команду dpkg -i ./steam_latest.deb
в загрузках, но я получил:
dpkg: ./steam_latest.deb contained in steam-launcher has a pre-dependency problem:
steam-launcher requires dpkg to be installed first (>= 1.17.0)
package dpkg is not installed.
dpkg: error processing archive ./steam_latest.deb (--install):
pre-dependency problem - package steam-launcher will not be installed
Errors occurred while processing the following packages:
./steam_latest.deb
Я пытался использовать alien для установки. Та же проблема. Когда я попытался использовать sudo alien -r ./steam_latest.deb
и rpm -U --force ./steam-launcher-1.0.0.81-2.noarch.rpm
я получил ошибку:
dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is required
error: %prein(steam-launcher-1.0.0.81-2.noarch) scriptlet failed, exit status 1
error: steam-launcher-1.0.0.81-2.noarch: install failed
У меня стоит Kernel: x86_64 Linux 6.14.0-63.fc42.x86_64. Как я могу установить steam? Пожалуйста помогите.
Заранее спасибо