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?

ChromebookのLinuxにFlatpakをインストール

Last updated at Posted at 2024-11-16
  1. Linuxターミナルを起動する

  2. Flatpak をインストールする
    sudo apt install flatpak
    

  3. 公式のリポジトリ Flathub を追加する
    flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
    
    スーパーユーザー権限を必要とせずに、現在のユーザーにリポジトリを追加するために、オプション--userを追加している。

  4. Linux サブシステムをシャットダウンして再起動する
    1. シェルフのターミナルのアイコンを右クリック(2本指でタップ)
    2. 「Linuxをシャットダウン」をクリック
    3. 「penguin」をクリック

  5. Flatpak でアプリのインストール
    1. Flathub でアプリを検索
    2. そのアプリのページのインストールコマンドをコピー
    3. Linuxターミナルに貼り付け
    4. コマンドを実行

    権限が無いと怒られてインストールできないときは、コマンドにオプション --user を追加して実行する。

    $ flatpak install --user flathub アプリ名
    
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?