webrtc 问题记录 (以及sudo apt update问题)
参考:https://webrtc.org.cn/mirror/
设置代理那里必须设置代理再同步
1、上一篇博文,
git clone 失败 报错:fatal: unable to access,server certificate verification failed.
解决方式
export GIT_SSL_NO_VERIFY=1
sudo apt-get update问题(2,3)
2、Could not connect to archive.ubuntukylin.com:10006 以及其他关于这个链接的错误都可以尝试这样改。。。。。
解决方式
cd /etc/apt/sources.list.d
sudo gedit /etc/apt/sources.list.d/ubuntukylin.list
注释掉里面的内容
#deb http://archive.ubuntukylin.com:10006/ubuntukylin xenial main
3、error: RPC failed; curl 56 GnuTLS recv error (-9)
解决方式
apt-get install gnutls-bin git config --global http.sslVerify false git config --global http.postBuffer 1048576000
4、appstreamcli问题
Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'
等
解决方式
sudo pkill -KILL appstreamcli wget -P /tmp https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb --no-check-certificate sudo dpkg -i /tmp/appstream_0.9.4-1ubuntu1_amd64.deb /tmp/libappstream3_0.9.4-1ubuntu1_amd64.deb
再次运行sudo apt-get update
还有可能会遇到archive.ubuntukylin.com:10006等问题,
解决方式
cd /etc/apt/sources.list.d
sudo gedit /etc/apt/sources.list.d/ubuntukylin.list
注释掉里面的内容
#deb http://archive.ubuntukylin.com:10006/ubuntukylin xenial main