无法在Debian GNU/Linux 8.7下找到特定的包

无法在Debian GNU/Linux 8.7下找到特定的包,linux,list,debian,deb,neovim,Linux,List,Debian,Deb,Neovim,我想安装,但出现以下错误: ~ » sudo apt-get install neovim Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package neovim 我的来源清单: deb http://httpredir.debian.org/debian jessie main deb-src http://httpr

我想安装,但出现以下错误:

~ » sudo apt-get install neovim
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package neovim
我的来源清单:

deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main
deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.debian.org/debian jessie main non-free contrib
deb-src http://ftp.debian.org/debian jessie main non-free contrib
deb http://ftp.debian.org/debian jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian jessie-updates main contrib non-free
联塞特派团:

Linux myserver 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) x86_64 GNU/Linux
Lsb_发布:

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.7 (jessie)
Release:        8.7
Codename:       jessie

有人能帮我吗?

嗯,据我所知,Debian stable中没有neovim,因此无法定位软件包。测试库中有一个。

就我所知,由于Debian stable中没有neovim,所以它无法定位该包。测试库中有一个。

Neovim在测试(Stretch)中可用,因此Stable(Jessie)可以通过使用后端口使用它

总体思路如下:

方法如下:

给杰西加上这句话

黛布·杰西·贝克波特大街酒店

在sources.list(或将扩展名为“.list”的新文件添加到/etc/apt/sources.list.d/)中,您还可以在

运行apt获取更新

然后

apt get-t jessie Backport安装neovim


Neovim在测试(Stretch)中可用,因此它应该可以通过使用后端口供Stable(Jessie)使用

总体思路如下:

方法如下:

给杰西加上这句话

黛布·杰西·贝克波特大街酒店

在sources.list(或将扩展名为“.list”的新文件添加到/etc/apt/sources.list.d/)中,您还可以在

运行apt获取更新

然后

apt get-t jessie Backport安装neovim