0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Kali Linux に Steam を Install する方法

Last updated at Posted at 2022-07-25

Kali LinuxにSteam入れてみたので共有。脳死作業でできます。

事前準備

  • steamからsteam_latest.debを取得する

1. gdebiをインストール

$ sudo apt-get install gdebi

2. steamをインストール

$ sudo gdebi steam_latest.deb

3. i386アーキテクチャを追加する

$ sudo dpkg --add-architecture i386

4. steamを実行

$ steam

初回は色々聞かれますが手順に沿って全てYしていればOK

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?