私は以下を得ます:
更新するにはSteamがオンラインである必要があります。ネットワーク接続を確認して、もう一度お試しください。
以下は完全なエラー出力です。
[2019-10-08 16:43:58] Startup - updater built Nov 23 2016 01:05:42
[2019-10-08 16:43:58] Verifying installation...
[2019-10-08 16:43:58] Unable to read and verify install manifest
/home/USER/.Steam/package/Steam_client_ubuntu12.installed
[2019-10-08 16:43:58] Verification complete
[2019-10-08 16:43:58] Downloading Update...
[2019-10-08 16:43:58] Checking for available update...
[2019-10-08 16:43:59] Download failed: http error 403 (client-
download.steampowered.com/client/Steam_client_ubuntu12)
[2019-10-08 16:43:59] Download failed: http error 403
(media.steampowered.com/client/Steam_client_ubuntu12)
[2019-10-08 16:43:59] Failing manifest download with http error 403
(media.steampowered.com/client/Steam_client_ubuntu12)
[2019-10-08 16:43:59] Error: Download failed: http error 403
[2019-10-08 16:43:59] Error: Steam needs to be online to update.
Please confirm your network connection and try again.
[2019-10-08 16:44:03] Shutdown
threadtools.cpp (3283) : Assertion Failed: Illegal termination of
worker thread 'Thread(0x0x578609a0/0x0xf43ccb'
GitHubの Steamがubuntu 16.10のネットワークを認識しない で説明されているように、この問題はしばらくの間発生しています。 常にではありませんが、libnss-resolve:i386
パッケージをインストールすることで解決できることがよくあります。 64ビットバージョンのUbuntu(AMD64アーキテクチャ)を使用している場合でも、これはi386アーキテクチャのlibnss-resolve
パッケージであることに注意してください。
これをインストールするには、以下を実行します。
Sudo apt update
Sudo apt install libnss-resolve:i386
その後、Steamをもう一度実行してみてください。
Sweeze に感謝 この解決策を見つける ! (しかし、それは 誰にとっても機能しない であることに注意してください。)