本站资源收集于互联网,不提供软件存储服务,每天免费更新优质的软件以及学习资源!

Wine怎么安装/卸载?Wine安装/卸载命令

电脑教程 diannaojiaocheng 1℃

Wine怎么安装/卸载Wine安装/卸载命令

Wine怎么安装/卸载?关于这个问题,我们一起看看Wine安装/卸载命令吧,希望能帮到你。据悉,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。

安装命令:

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

转载请注明:范的资源库 » Wine怎么安装/卸载?Wine安装/卸载命令

喜欢 (0)