Rocky Linux RAW画像編集ツール「darktable」をインストールする

Rocky Linux RAW画像編集ツール「darktable」をインストールする

Rocky LinuxにRAW画像編集ツール「darktable」をインストールする手順を記述してます。

環境

  • OS Rocky Linux 8.3

flatpakダウンロード

パッケージ管理「flatpak」をインストールします。
※自分の環境では、既にインストールされてました。

sudo dnf -y install flatpak

Flathubのレポジトリの追加を行います。

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

darktableインストール

flatpakで、darktableをインストールします。

sudo flatpak -y install flathub org.darktable.Darktable

<出力結果>
Looking for matches…

org.darktable.Darktable permissions:
    ipc       network       x11       devices       file access [1]       dbus access [2]       system dbus access [3]

    [1] host
    [2] org.freedesktop.secrets, org.gtk.vfs, org.gtk.vfs.*
    [3] org.freedesktop.ColorManager


        ID                                             Branch            Op           Remote            Download
 1. [✓] org.darktable.Darktable.Locale                 stable            i            flathub           54.0 kB / 5.6 MB
 2. [✓] org.freedesktop.Platform.GL.default            20.08             u            flathub            2.5 kB / 98.3 MB
 3. [✓] org.darktable.Darktable                        stable            i            flathub           30.3 MB / 32.4 MB

Installing 3/3… ████████████████████ 100%  1.6 MB/s  00:00
Note that '/var/lib/flatpak/exports/share' is not in the search path
set by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not
be able to find it until you set them. The
directories currently searched are:
        ID                                             Branch            Op           Remote            Download
 1. [✓] org.darktable.Darktable.Locale                 stable            i            flathub           54.0 kB / 5.6 MB
 2. [✓] org.freedesktop.Platform.GL.default            20.08             u            flathub            2.5 kB / 98.3 MB
 3. [✓] org.darktable.Darktable                        stable            i            flathub           30.3 MB / 32.4 MB

Changes complete.

darktable起動

darktableがインストールされていることが確認できます。

アイコンをクリックすると「darktable」が起動します。