我想在Ubuntu18.04上安装"PlayOnLinux“。我打开了软件并更新了→其他软件→添加。然后我打字
deb http ://deb.playonlinux.com/ubuntu bionic main但它显示出一些错误:

错误信息详细信息:
E:The repository 'https://dl.winehq.org/wine-builds/ubuntu ubuntu Release' does not have a Release file.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://dl.google.com/linux/chrome/deb stable Release:
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551 Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>,
E:The repository 'http://ppa.launchpad.net/sssup/sssup-ppa/ubuntu bionic Release' does not have a Release file.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
E:The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release' does not have a Release file.以下是我的所有存储库:



如何解决这些错误?
发布于 2019-04-11 12:05:12
一般情况下,在ubuntu或linux上玩军人rts并不需要任何外部解决方案,只需使用本地水蒸气即可。
“蒸汽,你说?但这不能解决这个问题,这是一个只有窗口的游戏!”
实际上,是的。
本地linux游戏和非本地linux游戏有区别。
所有本地linux游戏都可以在linux上玩,就像玩蒸汽游戏一样,而且碰巧的是,非本地游戏也可以用蒸汽在linux上玩,但是多亏了最近出现的一种叫做“蒸汽游戏”的蒸汽游戏(基本上就是葡萄酒)。
它可以简化整件事。安装一个非linux游戏的蒸汽本质上是相同的简单过程,您将在安装相同的游戏下,在windows下。
所以如果你想买下这款游戏,
只需从:https://store.steampowered.com/about/安装蒸汽
这将打开软件中心,一旦它完成加载,点击“安装”,它将要求您的系统密码。
然后,一旦它完成安装蒸汽,你可以运行它。
现在你可以登录蒸汽了。
然后进入“->”首选项“->最后选项卡”,称为“蒸汽游戏”,勾选“启用所有标题的蒸汽播放”框,然后“确定”。
在此之后,蒸汽将要求重新启动,在此之后,您将能够在linux上以最轻松的方式安装和播放军人rts。
如果你愿意的话,你可以用卢特里斯玩这个游戏:
为此,请安装lutris (在终端中):
sudo add-apt-repository ppa:lutris-team/lutris -y && sudo apt-get update && sudo apt-get install lutris -y 然后您可以从“开始”菜单中运行它。理想情况下,连接一个lutris帐户。
那就到这里来:
https://lutris.net/games/league-of-legends/ (是的,这是给英雄联盟的,但我们不会和英雄联盟一起跑)
点击页面上的第一个“安装”图标。这应该链接到您的Lutris (您必须告诉您的浏览器允许这一点,当它要求您)。
让安装程序开始,但当它开始下载联盟的法律,关闭它。
使用它创建的运行空间,右键单击“浏览文件”,将军人rts拖放到该运行空间中,然后右击"execute with“,找到install.exe并运行它,然后将其安装。
然后,一旦你完成了,你可以编辑剩下的英雄联盟跑步者,把它变成一个军人rts跑步者,你必须将运行文件路径更改为那个,或者你的军人rts exe,你也可以更改名字和图标。
发布于 2019-04-11 11:57:37
看起来你的命令行中可能有一个空位。
deb http ://deb.playonlinux.com/ubuntu bionic main尝试移除冒号前面的空格,如下所示:
deb http://deb.playonlinux.com/ubuntu bionic mainhttps://askubuntu.com/questions/1132968
复制相似问题