我一直在使用可以找到的说明这里对于我的 14.04 系统。但运行后:
sudo add-apt-repository ppa:synapse-core/ppa
sudo apt-get update
我在 kUbuntu 16.04LTS 上得到以下信息:
W: The repository 'http://ppa.launchpad.net/synapse-core/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/synapse-core/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://ppa.launchpad.net/synapse-core/ppa/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
如果我继续安装,它会安装但无法正常运行(无法访问设置)。在 kUbuntu 14LTS 中,我会左键单击系统托盘中的图标来更改设置。在 kUbuntu 16LTS 中,我可以右键单击所有其他图标并更改设置,但不能右键单击 synapse 的图标。
我在 kUbuntu 16LTS 中错误地安装了 synapse 吗?我如何访问设置?
系统说明:
Vmware 中的 kUbuntu 16.04LTS
答案1
Synapse 已添加到 (K)Ubuntu 16.04 的官方软件存储库中,因此您无需担心 PPA。您可以通过逐个运行以下命令从官方存储库中删除 PPA 并安装 Synapse:
sudo add-apt-repository --remove ppa:synapse-core/ppa
sudo apt update
sudo apt install synapse
如果您遇到问题,或者这对您有何帮助,请告诉我。