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.

【OS】/centos7/ flatpak

Last updated at Posted at 2021-06-12

概要

Linux デスクトップ向けのソフトウェアデプロイメントおよびパッケージ管理を行うユーティリティソフトウェア
⇒GUI を備えたアプリケーションに限定している
⇒Flatpak でインストールされたアプリケーションは、実行時にホスト環境から隔離(サンドボックス化)される。

デスクトップエントリの登録はしなくても表示された。

versionを確認する

flatpak --version
>>Flatpak 1.0.2

versionをアップデートする

yum update flatpak
flatpak --version
>>Flatpak 1.0.9

リポジトリの追加

公式のリポジトリを追加する。
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

インストール

(ブラウザ)firefox

参照↓
https://flathub.org/apps/details/org.mozilla.firefox

インストール
flatpak install flathub org.mozilla.firefox
実行
flatpak run org.mozilla.firefox

(ペイントソフト)Pinta

インストール
flatpak install flathub com.github.PintaProject.Pinta
実行
flatpak run com.github.PintaProject.Pinta

アプリの情報を確認する

flatpak info <アプリ名>

flatpak info com.github.PintaProject.Pinta

→locationなどがわかる。

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?