博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu14.04无法安装Curl,需要先升级sudo apt-get update
阅读量:5246 次
发布时间:2019-06-14

本文共 898 字,大约阅读时间需要 2 分钟。

ubuntu14.04无法安装Curl,需要先升级sudo apt-get update

sudo apt-get update
sudo apt-get install curl
-------------------------------
以下是没升级前报错内容

Do you want to continue [Y/n]? y

Err http://mirrors.sohu.com/ubuntu/ precise-security/main libcurl3 amd64 7.22.0-3ubuntu4.14
404 Not Found
Err http://mirrors.sohu.com/ubuntu/ precise-security/main curl amd64 7.22.0-3ubuntu4.14
404 Not Found
Failed to fetch http://mirrors.sohu.com/ubuntu/pool/main/c/curl/libcurl3_7.22.0-3ubuntu4.14_amd64.deb 404 Not Found
Failed to fetch http://mirrors.sohu.com/ubuntu/pool/main/c/curl/curl_7.22.0-3ubuntu4.14_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
user@ip82:~$ sudo add-apt-repository ppa:costamagnagianfranco/ettercap-stable-backports
sudo: add-apt-repository: command not found
user@ip82:~$

 

转载于:https://www.cnblogs.com/zdz8207/p/ubuntu14-curl-update.html

你可能感兴趣的文章
题解: [GXOI/GZOI2019]与或和
查看>>
MacOS copy图标shell脚本
查看>>
国外常见互联网盈利创新模式
查看>>
Oracle-05
查看>>
linux grep 搜索查找
查看>>
Not enough free disk space on disk '/boot'(转载)
查看>>
android 签名
查看>>
vue项目中使用百度统计
查看>>
android:scaleType属性
查看>>
SuperEPC
查看>>
CentOS7安装iptables防火墙
查看>>
mysql-5.7 innodb 的并行任务调度详解
查看>>
shell脚本
查看>>
Upload Image to .NET Core 2.1 API
查看>>
Js时间处理
查看>>
Java项目xml相关配置
查看>>
三维变换概述
查看>>
第三次作业
查看>>
vue route 跳转
查看>>
【雷电】源代码分析(二)-- 进入游戏攻击
查看>>