问题:ubuntu18.04 :sudo apt-get update
出现
Err:15 http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease...
W: Failed to fetch http://archive.ubuntukylin.com:10006/ubuntukylin/dists/xenial/InRelease Could not connect to archive.ubuntukylin.com:10006 (120.26.139.159), connection timed out...
这里提供一种解决办法,输入指令后看问题提示解决:
1)sudo apt-get update
2)sudo apt-get install -f
3)sudo apt update
4)gpg --keyserver www.pgp.net --recv
5) **sogoupinyin出现问题的话,就卸载sogoupinyin:**
sudo dpkg -l so*
sudo dpkg -r sogoupinyin
sudo apt-get update
sudo apt-get upgrade