Ubuntu 下通过 ppa 安装最新 Wine
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 下通过 ppa 安装最新 Wine相关的知识,希望对你有一定的参考价值。
如果你的系统是64位,启用32位架构(如果你还没有的话):
sudo dpkg --add-architecture i386
Add the repository:
sudo add-apt-repository ppa:wine/wine-builds
Update packages:
sudo apt-get update
Then install (example for the development branch):
sudo apt-get install --install-recommends winehq-devel
If you prefer to use the Staging branch, replace `winehq-devel` with `winehq-staging` in the line above.
If apt-get complains about missing dependencies, install them, then repeat the last two steps (update and install).
以上是关于Ubuntu 下通过 ppa 安装最新 Wine的主要内容,如果未能解决你的问题,请参考以下文章