Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and use Wine under Linux

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how to install and use Wine under Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Wine is a compatible layer that can run Windows applications on a variety of POSIX-compliant operating systems such as Linux,macOS and BSD. Instead of imitating internal Windows logic like a virtual machine or simulator, Wine translates Windows API calls into dynamic POSIX calls, eliminating the memory footprint of performance and other behaviors, allowing you to cleanly aggregate Windows applications to your desktop.

1. Install the Wine support package

Now you need to install a non-open source (but free) support pack. This includes Microsoft Core Fonts, Visual C++ runtime environment and other software packages. Install Cabextract: this package is required to extract the Microsoft .cab file.

Sudo apt-get install cabextract2, download the winetricks script:

Now you need to download a great script called winetricks, which automatically downloads and installs the necessary support packages.

Wget http://winetricks.org/winetricks

Now install the necessary support packages by entering the following command:

Sh winetricks corefonts Tahoma

If you find that you have permission problems, please change the owner of the folder ~ / .cache / winetricks to a regular user.

Tip: you can run winetricks without any command-line arguments, so you can choose the package you want to install from the beautiful GUI interface.

3. Run the exe file using wine #

Let's not talk about right-clicking the wine loading method in the file manager of the graphical interface.

It also makes sense to run the exe file to install the software under windows. If we are going to install the Xunlejing Lite software, download its installation package first, and then use wine ThunderMini_1.5.3.exe to perform the installation. Where ThunderMini_1.5.3.exe is the Thunderbolt installation package file.

The default installation path of Thunderbolt is ~ /. Wine/drive_c/Program Files/Thunder Network/MiniThunder we can create a script on the desktop to start it. Just save the following as a script

#! / bin/shcd ~ / .wine/drive_c/Program\ Files/Thunder\ Network/MiniThundernohup wine. / Bin/ThunderMini.exe &

Before you do that, it's best to install some common windows runtime (VC++ runtime library) using winetricks.

Thank you for reading! This is the end of the article on "how to install and use Wine under Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report