Ubuntu 安装 swoole 的命令报错 Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
使用ubuntu命令sudo apt-get install php-dev安装swoole会显示报错,使用sudo apt-get update php-dev也显示报错,上网找了半天都找不到解决方案,最后上stackoverflow里面搜了一下,发现很简单:
先执行以下命令:
sudo apt-get clean
sudo apt-get update
然后再:sudo apt-get install php-dev就会显示可以安装了
链接https://stackoverflow.com/questions/38743951/unable-to-fetch-some-archives-maybe-run-apt-get-update-or-try-with-fix-missin
本作品采用《CC 协议》,转载必须注明作者和本文链接