我目前正试图通过跟随官方指南来安装同步,但是在我
# Add the "stable" channel to my APT sources:
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list和
sudo apt-get update我得到以下答复
...
Ign:2 https://apt.syncthing.net syncthing InRelease
...
Reading package lists... Done
E: The repository 'https://apt.syncthing.net syncthing Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.不知道怎么从这里开始。没有一种“安全的方法”来安装scynthing吗?有人有这个问题吗?非常感谢你的帮助,谢谢。
发布于 2018-03-28 15:54:13
我相信您首先需要添加同步发布文件。
添加发布的PGP键:
卷发-s https://syncthing.net/release-key.txt \ sudo键添加-
然后将“稳定”通道添加到您的APT源:
回显"deb https://apt.syncthing.net/同步稳定的“\ sudo tee /etc/apt/stable.list.d/syncthing.list
现在更新并安装同步:
sudo apt update
sudo apt install syncthing
任选 sudo apt install syncthing-gtk
https://askubuntu.com/questions/1020012
复制相似问题