【发布时间】:2016-12-30 03:14:39
【问题描述】:
我使用的是 Win10 Linux 子系统
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
然后我尝试按照 ubuntu 的 libneo4j-client-dev 安装指南进行操作
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install neo4j-client libneo4j-client-dev
在执行 'apt-get update' 时,我发现:
....
Err http://ppa.launchpad.net trusty/main amd64 Packages
404 Not Found
....
W: Failed to fetch http://ppa.launchpad.net/cleishm/neo4j/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我曾经猜测这可能是我的系统的问题,但是在删除这个 ppa 存储库后,这个丢失的包又出现了。
有没有人遇到同样的问题并解决了? 提前感谢您的关注。
编辑:更多信息 相关的ppa信息是
/etc/apt/sources.list.d/cleishm-neo4j-trusty.list:deb http://ppa.launchpad.net/cleishm/neo4j/ubuntu trusty main
为了对比,我的ubuntu-virtualBox上libneo4j-client-dev安装成功的相关ppa信息是
/etc/apt/sources.list.d/cleishm-ubuntu-neo4j-xenial.list:deb http://ppa.launchpad.net/cleishm/neo4j/ubuntu xenial main
【问题讨论】:
标签: windows ubuntu neo4j subsystem libneo4j-client