gpt4 book ai didi

linux - 命令 sudo apt-get install libpcap0.8-dev

转载 作者:太空宇宙 更新时间:2023-11-04 13:01:43 26 4
gpt4 key购买 nike

下面的代码是否意味着它没有安装以及对它的任何建议

r-master/libcrafter$ sudo apt-get install libpcap0.8-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libpcap0.8-dev
0 upgraded, 1 newly installed, 0 to remove and 133 not upgraded.
Need to get 209 kB of archives.
After this operation, 712 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libpcap0.8-dev
Install these packages without verification? [y/N] y
Err http://in.archive.ubuntu.com/ubuntu/ utopic/main libpcap0.8-dev amd64 1.6.2-1
404 Not Found [IP: 91.189.88.153 80]
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/libp/libpcap/libpcap0.8-dev_1.6.2-1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
altaf@altaf-Lenovo-G50-70:~/Desktop/CNProjactProgram/libcrafter-master/libcrafter-master/libcrafter$

最佳答案

是的,绝对是这个意思。该软件包未安装,这是因为正在使用的软件包存储库不起作用,并且不适用于您当前版本的 Ubuntu。

Ubuntu 14.10 已于 2015 年 7 月 23 日终止。因此,它不在 Ubuntu 镜像上。

你可以:

使用旧版本镜像

/etc/apt.conf 中,将所有对 http://in.archive.ubuntu.com/ubuntu/ 的引用更改为 http://old-releases.ubuntu.com/ubuntu/:

sudo sed -i 's/in.archive.ubuntu.com/old-releases.ubuntu.com/' /etc/apt.conf

我想在这里指出,您也可以从 14.10 CD 或 ISO 安装,但这实际上并不能“解决”您的问题,它只是一种变通方法。

或者,我个人会做什么:

使用新版(或 LTS)的 Ubuntu

使用长期支持版本(14.04.3 是目前​​的最新版本)从来都不是一个坏主意,因为它有助于避免像您现在遇到的问题。例如,14.04 将在 2019 年 4 月之前得到支持。

或者,您可以简单地从 14.10 升级到更新的 Ubuntu 常规版本;最新的是15.10。

您可以在此处查看不同版本的生命周期:

https://wiki.ubuntu.com/Releases

关于linux - 命令 sudo apt-get install libpcap0.8-dev,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33719738/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com