ubuntu 安装wine5.0 出现依赖问题
kevin.Zhu 发布于:2020-2-19 17:08 分类:文摘 有 12 人浏览,获得评论 0 条
https://zhuanlan.zhihu.com/p/105647891
直接看看 FAudio for Debian and Ubuntu
把依赖的libfaudio
手动安装一下,直接apt安装不行的,要添加库
以下内容来自上面的链接:
Ubuntu 18.04:
Download the Release.key. Navigate to the directory you downloaded it to and install it with
sudo apt-key add Release.key
Add the repository:
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'
Then update:
sudo apt update
然后安装:
sudo apt install libfaudio0
最后按照安装wine的方法再安装wine:
sudo apt install --install-recommends winehq-stable
wine 的ubuntu安装官网: