我最近在 Ubuntu14.04 上安装了新的蓝牙驱动程序...但似乎只能工作一次,重启后就不再工作了...所以我放弃了解决蓝牙问题。问题是最近当我运行更新时,这些消息不断出现:
W: GPG error: http://download.videolan.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6BCA5E4DB84288D9
W: Failed to fetch http://ppa.launchpad.net/bluetooth/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/bluetooth/ppa/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我很确定它来自我为蓝牙功能安装的驱动程序,礼貌地询问我如何重新安装驱动程序?
或者有哪些更好的地方可以解决更新错误消息问题?
谢谢!:D
答案1
通常运行以下命令即可:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6BCA5E4DB84288D9
sudo apt-get update
其中没有适用于 14.04 的软件包电力供应协议,因此您应该从源文件中删除这些 PPA 条目。阅读当我使用 PPA 或更新我的软件包列表时,如何修复 404 错误?知道如何去除它们。