我知道有很多帖子都提到了同样的问题。但我似乎找不到一个能解决我的问题的帖子,所以我们开始吧。当我尝试通过软件更新程序进行更新时,我收到了“无法下载存储库”的消息。我的互联网连接很好。当我尝试通过终端进行更新时,也没有用,我认为这些行说明了问题:
Hit:8 http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu artful InRelease
Err:7 https://content.runescape.com/downloads/ubuntu trusty InRelease
The following signatures were invalid: AAC9264309E4D717441DB9527373B12CE03BEB4B
W: GPG error: https://content.runescape.com/downloads/ubuntu trusty InRelease: The following signatures were invalid: AAC9264309E4D717441DB9527373B12CE03BEB4B
E: The repository 'https://content.runescape.com/downloads/ubuntu trusty InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
另外,我无法从软件和更新菜单中更改任何内容,我无法选中或取消选中任何项目。
我对这一切真的很陌生,请原谅我的缺乏智慧,并提前感谢您的时间!
答案1
我无法在笔记本电脑上检查这一点,但你的游戏点击Linux后的网站建议在 Linux 上安装以下内容:
sudo -s -- << EOF
wget -O - https://content.runescape.com/downloads/ubuntu/runescape.gpg.key | apt-key add -
mkdir -p /etc/apt/sources.list.d
echo "deb https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list
apt-get update
apt-get install -y runescape-launcher
EOF
如果你不再需要这个游戏你可以删除它的 APT来源列表文件
sudo rm /etc/apt/sources.list.d/runescape.list
sudo apt-get update
sudo apt-get install -f