【winedt】Wine 2.11开发版发布 更新一览

更新时间:2021-07-22    来源:linux    手机版     字体:

【www.bbyears.com--linux】

Wine (“Wine Is Not an Emulator”的递归缩写)是一个能够在Linux、macOS以及BSD上运行Windows程序的兼容层。Wine本身并不需要Windows的支持,因为它是一个完全免费的、替代Windows API组成、100 %非微软的源代码软件,但是Wine可以选择使用本地的Windows DLLS,如果它们可用。

另外,Wine提供了一个用于移植Windows源代码到Unix的开发工具包,以及一个程序加载器,使开发人员可以方便的修改许多Windows程序运行于x86的Unix下 ,包括Linux 、FreeBSD、Mac OS X和Solaris。

Wine 2.11开发版本更新日志:

― 在Android驱动中支持OpenGL;

― 支持安全标签;

― ARM64上的继电器调试;

WebServices中更多词典支持;

― 各种bug修复;

Wine 2.11开发版发布

安装命令:

sudo add-apt-repository ppa:wine/wine-builds

sudo apt-get update

sudo apt-get install --install-recommends wine-staging

sudo apt-get install winehq-staging

卸载命令:

sudo apt-get install ppa-purge

sudo ppa-purge ppa:wine/wine-builds

本文来源:http://www.bbyears.com/caozuoxitong/131307.html