Anbox在17.04没有安装,它在16.10中工作,我尝试了下面的命令
sudo snap install --classic anbox-installer && anbox-installer我发现这些行是安装过程中的错误。
E: The repository 'http://ppa.launchpad.net/alex-wv/pulseaudio-equalizer-ppa/ubuntu zesty Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.完整的安装日志张贴在这里的粘贴Ubuntu
我认为这是因为它还不支持17.04,并且支持将在稍后添加,我的另一个问题是它们在Ubuntu中具有某种类似于后向兼容性的特性(它存在于windows中)。
发布于 2018-05-24 00:50:47
只是一个警告,即Andbox重新构建了几个内核模块,这些模块会干扰随后的显示驱动程序升级。
这会导致偶尔被迫重新安装显示驱动程序。
以下是纠正这种情况的办法:
sudo apt purge andbox*
sudo dpkg –configure -ahttps://askubuntu.com/questions/910225
复制相似问题