ubuntu在更换镜像源时报错check your internet
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu在更换镜像源时报错check your internet相关的知识,希望对你有一定的参考价值。
参考技术A 新的一天,想启动虚拟机,突然发现sudo-apt update后一直报错镜像源的问题,想去sources.list换一个新的,但是系统提示说一直网络连接有问题。打开火狐浏览器也发现上不了网!在网上查了一下,发现有帖子说执行下面这三句。我尝试了一下,好神奇!真的可以了!火狐浏览器可以上网了,sudo-apt也不报错了~
换源一定要查清系统的版本,我的是ubuntu18.04
https://zhuanlan.zhihu.com/p/348186774
phpize拓展时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCO
使用phpize编译php扩展的时候出现报错
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
报错意思的是找到一个叫autoconf的工具,我们执行一下yum命令去安装即可
yum install autoconf -y
以上是关于ubuntu在更换镜像源时报错check your internet的主要内容,如果未能解决你的问题,请参考以下文章