Ubuntu 16.04下安装WineHQ

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04下安装WineHQ相关的知识,希望对你有一定的参考价值。

说明:

1、Wine和WIneHQ没什么区别,新版和旧版的问题。

2、安装了深度的Wine包也可以和WineHQ一起兼容,因为深度的应用名已经加了deepin前缀,所以不冲突。

3、安装了Wine之后可以安装一般的Windows应用等等,游戏也可以,比如魔兽争霸3可以完美运行。

安装:

sudo dpkg --add-architecture i386 
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
sudo apt-get install --install-recommends winehq-stable

搜索想要安装的Windows应用:

https://appdb.winehq.org/

 

 

参考:

https://wiki.winehq.org/Ubuntu

以上是关于Ubuntu 16.04下安装WineHQ的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 16.04 下安装 PyCharm

Ubuntu16.04下Hive的安装与配置

ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段

ubuntu16.04下安装opencv3.2版本

Ubuntu 16.04下安装sublime Text的插件

[转帖]Ubuntu 安装 Wine方法