Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
While SteamOS is Arch at the core, it's not Arch. SteamOS uses an immutable file system, which means the core Linux system is read-only by default, and updating it requires a reboot, unlike other Linux systems that can be updated piecemeal.
Applications run on top are containerized with Flatpak.
This setup with an immutable core file system and containerized applications is getting more popular in lots of distros, and it's really much more secure, but I understand why it makes more old-school Linux users itchy.
To get the Pacman package manager up and working on SteamOS, the first thing you must do it disable the read only nature of the core system. This works, since at the heart of SteamOS is still Arch, but after a big update like the one we recently got on stable, yeah, you're going to lose those system-level modifications.
I recommend you leave that core system as read-only and embrace Flatpaks. It's how SteamOS was intended to be used, but ultimately it's your system to do what you want with.
That is how pretty much all immutable systems work. The file system always returns to zero with an update.
Steam setups up a system image, then pushes it out as their update, and basically, it completely overwrites everything.
Like the other person mentioned, flatpacks are the way to go, since they are isolated from the core OS.
Lesson learned. I thought Arch Linux and SteamOS are like Debian and Ubuntu. I didn't even realize it's something like Android when I disabled the readonly mode.
I'm doing exactly that.
the last section of the changelog may be of use to you.