diff --git a/sources/tech/20220915 CrossOver Review- The -Premium Wine- to Run Windows Software on Linux.md b/sources/tech/20220915 CrossOver Review- The -Premium Wine- to Run Windows Software on Linux.md new file mode 100644 index 0000000000..f9ab99e9a3 --- /dev/null +++ b/sources/tech/20220915 CrossOver Review- The -Premium Wine- to Run Windows Software on Linux.md @@ -0,0 +1,187 @@ +[#]: subject: "CrossOver Review: The ‘Premium Wine’ to Run Windows Software on Linux" +[#]: via: "https://itsfoss.com/crossover-review/" +[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +CrossOver Review: The ‘Premium Wine’ to Run Windows Software on Linux +====== +CrossOver allows you to run Windows software on Linux, macOS, and ChromeOS. + +It is not an emulator program. Instead, it provides a compatibility layer on top of your host operating system to make it possible to run Windows software. + +In other words, it adds components that windows software needs to run on any supported OS. + +But how well does it work? Can you run all Windows software using it? Is it a viable solution for you to ditch Windows for good? + +Here, I shall share my experience with using CrossOver on Linux and sharing my experience with it. + +### Things to Know Before Using CrossOver Compatibility Tool + +While CrossOver makes it easy to run Windows software on platforms like Linux, macOS, and ChromeOS, there are a few pointers to be aware of: + +* Not every Windows software will work using CrossOver. +* CrossOver is not a free and open-source solution. +* CrossOver uses primarily open-source components with a few proprietary elements. +* Spending for a CrossOver license indirectly funds Wine and Steam’s Proton development. +* CrossOver is also considered a paid edition of Wine, with some differences/improvements. + +You can also watch its amusing official video to know more about it: + +![Youtube Video][1] + +**Related Read:** Beginner’s guide to [using Wine to run Windows programs on Linux][2] + +### Getting Started With CrossOver + +As I mentioned above, [CrossOver][3] (affiliate link) is a paid tool that needs a license to work. + +However, you can download it for free with a **14-day trial period**. You can use all of its features without any restrictions. The app stops working after the trial, but the configuration/installed software remains. + +So, if you like CrossOver during the trial, you can purchase a license to continue using it. + +Note that you must share an email address and a name to initiate the download. Furthermore, you need to create an account to proceed to purchase it. + +[CrossOver Official Website][4] + +### Using CrossOver on Linux (One-Click Process) + +Once you install CrossOver on Linux, you launch it to find something like this (depending on the version you try, the user interface could be a bit different): + +![CrossOver 22][5] + +It provides you with a list of popular applications officially compatible with CrossOver. You can try some of them or look for the applications you want. + +If you are looking to run a game, you might want to refer to our [gaming guide][6] for tools specialized for the task. Are you looking to install Epic Games? We have a dedicated guide on [installing Epic Games on Linux][7]. + +![Check the rating for compatibility][8] + +You can notice that there are certain ratings for each listing. While it does not guarantee a flawless experience for everything, anything that runs well with a 4-star rating and above can be an excellent option to try. + +Some applications haven’t been tested. So, you can try it out for yourself and share a review to help other users. + +You can search from within the application or use the [compatibility database][9] to find/review the applications listed. + +When you select a listed application, it displays things it requires or explains the process to get it installed: + +![crossover app info][10] + +You must carefully go through the information on the app screen before proceeding to install it. Fret not; it is usually a one-click installation for supported applications. + +**All you have to do is follow the on-screen instructions.** + +For instance, if you proceed to install Steam, it will install the required fonts or anything else needed to set it up correctly: + +![crossover details][11] + +Once you install the prerequisites and the app of your choice, you can run it or configure it using some available options on the app screen, as shown below: + +![crossover steam app][12] + +If you are new to CrossOver, you should not try tweaking anything unless the app fails to work. + +### Using CrossOver With a Setup File + +Overall, it is easy to use CrossOver on Linux to run your favorite Windows software. However, not all compatible tools work the same way. + +Here, we have Notepadd++, a Windows-exclusive app that can run using CrossOver. + +![notepad][13] + +It looks like a one-click process but is not. + +**Unfortunately, it is not always a one-click process.** Sometimes you need to download and locate the installer for the app manually, and then you can proceed to install it. + +![notepad plus installer][14] + +For instance, we had an issue downloading the setup file for Notepadd++ using CrossOver. So, we need to head to its official website, download the **.exe file**, and click on the “**Pick Installer File**” option. + +![notepad plus select installer][15] + +Once you select the installer, it will launch it to complete the setup. Follow the on-screen instructions to get started. + +![notepad plus plus crossover][16] + +We were able to run Notepadd++ 8.44 successfully on Linux: + +![notepad plus plus linux][17] + +For some tools like Microsoft Office, you must have the official installer to set it up. Considering you have a valid license or an Office 365 subscription, downloading the installer should not be an issue. You can refer to [Microsoft’s support article][18] to know how to get it. + +In addition to the above usage, CrossOver also allows you to try installing applications that aren’t listed. + +For that, you need to add a bottle for it manually (configure the Wine environment you want it to work with) and use the setup file to install it. + +![crossover unlisted][19] + +I recommend you go through the [official documentation][20] to install an unlisted application. Some unlisted applications may or may not work, so it is always a hit-and-trial process. + +### Is CrossOver Worth Purchasing? + +CrossOver allows you to use its product for a one-time fee, including a year of software updates. + +As some readers noticed, the pricing seems to be geo-specific. It was $24 for me in India. + +It gets a little cheaper with discounts like Black Friday or Cyber Monday sales. + +You can use the program as long as you want with a license. However, for an upgrade, you must renew the license (usually at a lower price than what you originally paid for the first year). + +It does not force you into a subscription, which is a good thing. If you rely on CrossOver for many things (probably professional work), you can get the “**Lifetime**” license of the tool and do not need to renew it. + +It is worth noting that **you indirectly contribute to the development of Wine and Proton with your purchase**. So, getting a CrossOver license to run Windows software sounds like a good deal. In fact, that was the main reason why I purchased CrossOver a few months ago. + +That being said, CrossOver is not perfect. With every update, they regularly add support for newer applications. So, always check its compatibility database before deciding to purchase it. + +[Use Windows Software on Linux with Crossover][21] + +Thousands of Windows games and programs to run on your favorite Linux distro. + +Supported Windows apps will run at native speed, play games at full fps all while maintaining the Linux OS integration. Simply magic! + +Your purchase supports WINE development as well. + +![Use Windows Software on Linux with Crossover][22] + +[Get it now][23] + +We earn a commission if you make a purchase, at no additional cost to you. + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/crossover-review/ + +作者:[Ankush Das][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/ankush/ +[b]: https://github.com/lkxed +[1]: https://youtu.be/weDbWrtLryA +[2]: https://itsfoss.com/use-windows-applications-linux/ +[3]: https://itsfoss.com/go/crossover/?ad=838 +[4]: https://itsfoss.com/go/crossover/?ad=838 +[5]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-2022.png +[6]: https://itsfoss.com/linux-gaming-guide/ +[7]: https://itsfoss.com/epic-games-linux/ +[8]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-search.png +[9]: https://www.codeweavers.com/compatibility +[10]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-app-info.png +[11]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-details.png +[12]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-steam-app.png +[13]: https://itsfoss.com/wp-content/uploads/2022/09/notepad.png +[14]: https://itsfoss.com/wp-content/uploads/2022/09/notepad-plus-installer.png +[15]: https://itsfoss.com/wp-content/uploads/2022/09/notepad-plus-select-installer.png +[16]: https://itsfoss.com/wp-content/uploads/2022/09/notepad-plus-plus-crossover.png +[17]: https://itsfoss.com/wp-content/uploads/2022/09/notepad-plus-plus-linux.png +[18]: https://support.microsoft.com/en-us/office/download-and-install-or-reinstall-microsoft-365-or-office-2021-on-a-pc-or-mac-4414eaaf-0478-48be-9c42-23adc4716658 +[19]: https://itsfoss.com/wp-content/uploads/2022/09/crossover-unlisted.png +[20]: https://www.codeweavers.com/support/wiki/linux/linuxtutorial +[21]: https://itsfoss.com/go/crossover/ +[22]: https://itsfoss.com/go/crossover/ +[23]: https://itsfoss.com/go/crossover/