snapper-zypp-plugin from filesystems:snapper project
选择您的操作系统
添加软件源并手动安装
对于 CentOS 8,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/filesystems:snapper/CentOS_8/filesystems:snapper.repo yum install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 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/filesystems:/snapper/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 Debian 7.0,请运行以下命令:
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/filesystems:/snapper/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 Debian 13,请运行以下命令:
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/filesystems:/snapper/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 Debian 12,请运行以下命令:
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/filesystems:/snapper/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 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/filesystems:/snapper/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 Fedora Rawhide,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/filesystems:snapper/Fedora_Rawhide/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 43,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/filesystems:snapper/Fedora_43/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 42,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/filesystems:snapper/Fedora_42/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 41,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/filesystems:snapper/Fedora_41/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 40,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/filesystems:snapper/Fedora_40/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 39,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/filesystems:snapper/Fedora_39/filesystems:snapper.repo dnf install snapper-zypp-plugin
对于 Fedora 38,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/filesystems:snapper/Fedora_38/filesystems:snapper.repo dnf install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 openSUSE Tumbleweed,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/filesystems:snapper/openSUSE_Tumbleweed/filesystems:snapper.repo zypper refresh zypper install snapper-zypp-plugin
对于 openSUSE Slowroll,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/filesystems:snapper/openSUSE_Slowroll/filesystems:snapper.repo zypper refresh zypper install snapper-zypp-plugin
对于 openSUSE Factory,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/filesystems:snapper/openSUSE_Factory/filesystems:snapper.repo zypper refresh zypper install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 Raspbian 13,请运行以下命令:
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/filesystems:/snapper/Raspbian_13/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Raspbian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 Raspbian 12,请运行以下命令:
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/filesystems:/snapper/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 Raspbian 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/filesystems:/snapper/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 xUbuntu 25.10,请运行以下命令:
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/filesystems:/snapper/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 25.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/filesystems:/snapper/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 24.10,请运行以下命令:
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/filesystems:/snapper/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 24.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/filesystems:/snapper/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 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/filesystems:/snapper/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 22.10,请运行以下命令:
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/filesystems:/snapper/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 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/filesystems:/snapper/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 21.10,请运行以下命令:
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/filesystems:/snapper/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 21.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/filesystems:/snapper/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
对于 xUbuntu 20.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/filesystems:/snapper/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/filesystems:snapper.list curl -fsSL https://download.opensuse.org/repositories/filesystems:snapper/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/filesystems_snapper.gpg > /dev/null sudo apt update sudo apt install snapper-zypp-plugin
直接抓取二进制软件包
添加软件源并手动安装
对于 openSUSE Leap 16.0,请以根用户 root 运行下面命令:
?
对于 SLE 16.0,请以根用户 root 运行下面命令:
?
对于 Fedora 37,请以根用户 root 运行下面命令:
?
对于 Fedora 36,请以根用户 root 运行下面命令:
?