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 wine on linux system

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

Share

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

This article will explain in detail how to install wine on the linux system. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

Wine? Is there any wine in the Linux system? Wine is a convenient tool that allows users to use Windows applications normally while using the Linux operating system.

If the system is 64's first execution

Sudo dpkg-add-architecture i386

Offline installation link: https://pan.baidu.com/s/1EwMNQwTdzrPIL3YN7vTooA password: bxe2 puts the files in a separate folder and opens the terminal decompression instructions:

Tar-xzvf wine.tar.gz

Installation instructions:

Dpkg-I * .deb

Finally, delete the extracted deb file:

Rm * .deb

Online installation

Wget-nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ sudo apt-get install- install-recommends winehq-stable

Check for updates after installation

Sudo apt-get update

You can then use wine to execute Windows's exe file.

Wine .exe

The wine installation is complete.

On the linux system how to install wine to share here, I hope the above content can be of some help to 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