Ubuntu12.10菜鸟使用手册(二) 作者:Suruibin 对于刚刚步入 Linux的菜鸟来说, 难免要有时利用一下 Windows 的程序资源,Wine 提供了一个用来运行 Windows 程序的平台。 Wine (Wine Is Not an Emulator) 它是一个在 Linux和 UNIX 之上的一个 Windows 兼容层,这个层既提供了一个用来从 Windows 源进出到 UNIX 的开发工具包(Winelib),也提供了一个程序加载器,该加载器允许不用任何修改 Windows 3.1/95/NT的二进制文件, 就可以运行在 Intel Unix及其衍生版本下.Wine 可以工作在绝大多数的 UNIX 版本下,包括 Linux, FreeBSD, 和 Solaris. Wine不需要 Microsoft Windows, 因为这是一个完全由百分之百的免费代码组成的,可以选择的实现,但是它却可以随意地使用本地系统的 DLLs,如果它们是可以被利用的话.Wine 的发布是 完全公开源代码的,并且是免费 发行的。Wine is an Open Source implementation of the Windows API on top of X, OpenGL, and Unix. Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, Mac OS X, and Solaris. More information can be read in the articles Why Wine is so important, and Debunking Wine Myths. If you are wondering how well a particular application works in Wine, please examine the Applications Database. For installation instructions and step-by-step help with running Wine, take a look at the User Guide. Wine is free software. The licensing terms are the GNU Lesser General Public License. - 在本次的教程里面 我将带大家来简单的配置一下 Wine, 以用来满足我们在 Linux系...