wine 组织的网站
https://wiki.winehq.org/Main_Page
主要参考:https://lado.me/2017/04/27/wine-run-windows-program-on-linux/
https://blog.csdn.net/chenbean/article/details/22962723
https://www.douban.com/note/146740895/
但是主要参考这篇是个旧版本,密钥已经失效,另外安装也有细节问题需要记录
关于Wine
Wine在1993年由Bob Amstadt及Eric Youngdale发起,1993年7月4日发布第一个版本。Wine是一个在x86、x86-64的类UNIX系统下运行微软Windows程序的"兼容层"。在Wine中运行的Windows程序,就如同运行原生Linux程序一样,不会有模拟器那样的性能问题。Wine是"Wine Is Not an Emulator"的递归缩写,它并不是模拟器。
Wine可以运行在Linux、Mac、FreeBSD和Solaris上,由世界各地的开发者,以及CodeWeavers, Bordeaux, TransGaming, Corel, Macadamian and Google等公司共同参与开发。
Wine的出现大大增加了类Unix的实用性,使新使用者更容易切换到类Unix系统。这吸引了更多的商业项目与社区关注到类Unix,也有不少软件经过Wine测试后发布,比如Reaper, Picasa,uTorrent,MediaCoder。
32位还是64位
Wine拥有32位与64位。
32位Wine可以安装在32位的Linux系统或64位的Linux系统上,能运行16位或32位的Windows程序
64位Wine只能安装在64位系统上,能运行32位与64位的Windows程序
查看自己是32位还是64位
在控制台输入:sudo uname --m
回车后:
如果显示i686,则表示安装了32位操作系统
如果显示 x86_64,则表示安装了64位操作系统
安装Wine
Ubuntu官方库的Wine版本比较旧,建议安装最新版Wine。
如果你安装的是比较新的Windows程序,建议使用Wine开发版,会比稳定版修复更多bug。
如果你安装的是其他版本的Wine,需要先删除原来安装的Wine。
Arch Linux
如果是64位的Arch,需要先开启Multilib仓库:
sudo vim /etc/pacman.conf
取消注释或添加以下:
[multilib]
Include = /etc/pacman.d/mirrorlist
Arch安装Wine
Arch Linux官方库的Wine就是开发版的
sudo pacman -S wine
Ubuntu
如果是64位的Ubuntu,开启32位支持
sudo dpkg --add-architecture i386
添加winehq库
wgethttps://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repositoryhttps://dl.winehq.org/wine-builds/ubuntu/
升级库
sudo apt-get update
Ubuntu安装Wine稳定版
sudo apt-get install --install-recommends winehq-stable
这里如果出问题运行以下代码修复
sudo apt --fix-broken install
之后再次安装就可以了
Ubuntu安装Wine开发版
sudo apt-get install --install-recommends winehq-devel
Ubuntu安装dev包(可选,wineasio编译需要)
https://dl.winehq.org/wine-builds/ubuntu/pool/main/
在上面地址找到你的wine版本的deb包。例如,若使用 wine-devel 分支,版本 2.6,Ubuntu 16.04(xenial),64位系统需要下载https://dl.winehq.org/wine-builds/ubuntu/pool/main/wine-devel-dev_2.6.0~xenial_amd64.deb下载后进行安装即可。
安装完成,对环境进行配置
winecfg
之后弹窗提示缺少组件,确定自动安装。
默认配置,配置结束终端提示:
wine: configuration in '/home/jinjin/.wine' has been updated.
安装字体
wintricks corefonts
但是有可能提示没有安装winetricks
用sudo apt install winetricks 安装后再安装字体
微信安装过程
老婆等着睡觉呢,明天更新~
winecfg (wine的设置~)
wine win程序路径 (就会使用wine打开win程序)
wine taskmgr (任务管理器)
wine uninstaller (卸载软件)
wine regedit (注册表)
wine notepad (记事本)
wineboot (重启wine