apt-get install 正在读取软件包列表...错误

apt-get install 正在读取软件包列表...错误

所以我试图安装 heroku toolbelt

wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh

但是,我收到此错误:

Ign http://packages.medibuntu.org precise/non-free Translation-en_US             
Ign http://packages.medibuntu.org precise/non-free Translation-en
Fetched 910 B in 14s (63 B/s)
Reading package lists... Error!

W: 签名验证时出错。存储库未更新,将使用以前的索引文件。GPG 错误:http://dl.google.com稳定版本:以下签名无效:BADSIG A040830F7FAC5991 Google, Inc. Linux 软件包签名密钥

所以我尝试使用 sudo apt-get install,但出现了同样的错误。我该如何修复这个问题并安装 heroku toolbelt?

答案1

从存储库下载的替代方法是安装独立版本

    wget -qO- https://toolbelt.heroku.com/install.sh | sh 

相关内容