Xubuntu 24.04 LTS に Pinta をインストール(Flatpak)

画像編集ソフトだと GIMP が有名ですが、私には機能が多すぎるので Pinta を愛用しています。

いつもどおりリポジトリから入れようとしたら... 無い!

公式サイトを見ると、Flatpak か Snap を使ってねということらしい。(あとはソースコンパイル)

Download - Pinta

仕方がないので、下記を参照し Flatpak で入れることにしました。

Ubuntu用Flathubのセットアップ | Flathub

$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt install flatpak

# ユーザーレベルでのリモートリポジトリ追加 `--user`
$ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

# リポジトリ追加したのでリブート
$ sudo reboot
# (ユーザーレベル)インストール
$ flatpak install --user flathub com.github.PintaProject.Pinta
Looking for matches…
Required runtime for com.github.PintaProject.Pinta/x86_64/stable (runtime/org.gnome.Platform/x86_64/47) found in remote flathub
Do you want to install it? [Y/n]: y

com.github.PintaProject.Pinta permissions:
    ipc       network       fallback-x11          wayland
    x11       dri           file access [1]       dbus access [2]

    [1] /run/media, xdg-desktop, xdg-documents, xdg-download, xdg-pictures,
        xdg-public-share, xdg-run/gvfs, xdg-run/gvfsd, xdg-templates
    [2] org.gtk.vfs.*
        ID                                            Branch              Op          Remote           Download
 1. [✓] com.github.PintaProject.Pinta.Locale          stable              i           flathub           21.2 kB / 641.6 kB
 2. [✓] org.freedesktop.Platform.GL.default           24.08               i           flathub          146.5 MB / 146.8 MB
 3. [✓] org.freedesktop.Platform.GL.default           24.08extra          i           flathub           22.7 MB / 146.8 MB
 4. [✓] org.freedesktop.Platform.VAAPI.Intel          24.08               i           flathub           14.4 MB / 14.5 MB
 5. [✓] org.freedesktop.Platform.openh264             2.4.1               i           flathub          920.7 kB / 976.5 kB
 6. [✓] org.gnome.Platform.Locale                     47                  i           flathub            1.9 MB / 386.3 MB
 7. [✓] org.gtk.Gtk3theme.Greybird                    3.22                i           flathub           54.1 kB / 91.8 kB
 8. [✓] org.gnome.Platform                            47                  i           flathub          326.4 MB / 384.2 MB
 9. [✓] com.github.PintaProject.Pinta                 stable              i           flathub           41.4 MB / 46.6 MB

Installation complete.

めでたく Pinta がメニューに追加されました。