Vim 8 安装。未找到存储库

Vim 8 安装。未找到存储库

我正在尝试通过添加以下存储库在 ubuntu 16.10 上安装 vim 8,如下所示:

sudo add-apt-repository ppa:jonathonf/vim

这样做之后,apt update 卡住了

Ign:1 http://ppa.launchpad.net/jonathonf/vim/ubuntu yakkety InRelease
Err:2 http://ppa.launchpad.net/jonathonf/vim/ubuntu yakkety Release                                 
404  Not Found
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                                        
Hit:4 http://at.archive.ubuntu.com/ubuntu yakkety InRelease         
Hit:5 http://dl.google.com/linux/chrome/deb stable Release                                    
Hit:6 http://at.archive.ubuntu.com/ubuntu yakkety-updates InRelease                           
Get:7 http://security.ubuntu.com/ubuntu yakkety-security InRelease [102 kB]
Get:8 http://at.archive.ubuntu.com/ubuntu yakkety-backports InRelease [102 kB]    
Reading package lists...   Done                                                                 
E: The repository 'http://ppa.launchpad.net/jonathonf/vim/ubuntu yakkety 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.

我是不是用错了仓库?我按照我找到的说明操作这里

答案1

那个存储库不提供适用于 16.10 的软件包 (Yakkety)。还请注意,您正在阅读的操作指南指出它适用于 16.04,而不是 16.10。

相关内容