Ubuntu错误汇集

#1 apt-get update报错

错误信息Err:16 http://packages.blackfire.io/debian any InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 696DBE66A72D76DA

解决方法:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 696DBE66A72D76DA
复制代码

错误信息Repository 'http://packages.blackfire.io/debian any InRelease' changed its 'Origin' value from 'packagecloud.io/sensiolabs/sensiolabs' to 'packagecloud.io/blackfire-io/stable'

解决方法:

Run this from inside the VM: sudo apt update and answer y to the question
复制代码

转载于:https://juejin.im/post/5d08892b518825407a278e9d

猜你喜欢

转载自blog.csdn.net/weixin_34238642/article/details/93163604