1 Star 0 Fork 0

rocket049 / documents

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
安装wine最新版.md 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
rocket049 提交于 2018-04-08 15:05 . 安装最新版的wine

安装最新版的wine

删除原有版本

sudo apt-get remove wine* winetricks
sudo apt-get autoremove

启用32位支持

sudo dpkg --add-architecture i386

安装软件源 repository:

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update

安装 wine

稳定版 Stable branch:

sudo apt-get install --install-recommends winehq-stable

开发版 Development branch:

sudo apt-get install --install-recommends winehq-devel
1
https://gitee.com/rocket049/documents.git
git@gitee.com:rocket049/documents.git
rocket049
documents
documents
master

搜索帮助