darktable from graphics:darktable:stable project
选择您的操作系统
添加软件源并手动安装
对于 Debian Unstable,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/stable/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:stable.list curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:stable/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_stable.gpg > /dev/null sudo apt update sudo apt install darktable
对于 Debian Testing,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/stable/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:stable.list curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:stable/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_stable.gpg > /dev/null sudo apt update sudo apt install darktable
对于 Debian 11,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/stable/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:stable.list curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:stable/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_stable.gpg > /dev/null sudo apt update sudo apt install darktable
直接抓取二进制软件包
添加软件源并手动安装
对于 Fedora Rawhide,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/graphics:darktable:stable/Fedora_Rawhide/graphics:darktable:stable.repo dnf install darktable
对于 Fedora 39,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/graphics:darktable:stable/Fedora_39/graphics:darktable:stable.repo dnf install darktable
对于 Fedora 38,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/graphics:darktable:stable/Fedora_38/graphics:darktable:stable.repo dnf install darktable
直接抓取二进制软件包
添加软件源并手动安装
对于 openSUSE Tumbleweed PowerPC,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/graphics:darktable:stable/openSUSE_Tumbleweed_PowerPC/graphics:darktable:stable.repo zypper refresh zypper install darktable
对于 openSUSE Tumbleweed ARM,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/graphics:darktable:stable/openSUSE_Tumbleweed_ARM/graphics:darktable:stable.repo zypper refresh zypper install darktable
对于 openSUSE Tumbleweed,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/graphics:darktable:stable/openSUSE_Tumbleweed/graphics:darktable:stable.repo zypper refresh zypper install darktable
直接抓取二进制软件包
添加软件源并手动安装
对于 xUbuntu 23.04,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/stable/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:stable.list curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:stable/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_stable.gpg > /dev/null sudo apt update sudo apt install darktable
对于 xUbuntu 22.04,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable:/stable/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable:stable.list curl -fsSL https://download.opensuse.org/repositories/graphics:darktable:stable/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable_stable.gpg > /dev/null sudo apt update sudo apt install darktable