首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何解决丢失的发行文件问题

如何解决丢失的发行文件问题
EN

Ask Ubuntu用户
提问于 2018-03-28 15:44:35
回答 1查看 1.5K关注 0票数 2

我目前正试图通过跟随官方指南来安装同步,但是在我

代码语言:javascript
复制
# 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

代码语言:javascript
复制
sudo apt-get update

我得到以下答复

代码语言:javascript
复制
...
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吗?有人有这个问题吗?非常感谢你的帮助,谢谢。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 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

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1020012

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档