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 4 in Ubuntu 18.04/Linux Mint 19

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

Share

Shulou(Shulou.com)05/31 Report--

This article will introduce in detail for you "how to install Wine 4 in Ubuntu 18.04/Linux Mint 19", the content steps are clear and detailed, the details are handled properly, and the editor updates different knowledge points every day, I hope this article "how to install Wine 4 in Ubuntu 18.04/Linux Mint 19" can give you unexpected gains, please follow the editor's ideas slowly in depth, the details are as follows, let's go to harvest new knowledge.

Install Wine 4 in Ubuntu 18.04/Linux Mint 19

Since Linux Mint 19 is based on Ubuntu 18.04, installing Wine 4 on these two distributions is a similar process. Our installation uses the WineHQ package, you need to delete the previous Wine versions that have been installed from other repositories, such as winetricks and wine-mono, and then start the installation step below. If you need to change the font after installation, please refer to the article "set Microsoft Yahn font to Wine" under Ubuntu 18.04 (4 steps).

1. Enable 32-bit architecture

If you are running a 64-bit system, enable support for 32-bit applications:

Sudo dpkg-add-architecture i386

Then continue with the following steps.

2. Download and add the repository key:

Wget needs to be installed. If it is already installed, proceed to the next step:

Sudo apt-get-y install wget

Then download and add the repository key:

Wget-qO-https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add-

Click OK if you need to confirm the output information.

3. Add Wine repository

After importing the key, continue to add the repository:

Sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'

Update the apt index:

Sudo apt-get update

4. The final step is to actually install Wine 4 on the Ubuntu 18.04/Linux Mint 19 system:

Sudo apt-get update

Sudo apt install--install-recommends winehq-stable

After installing the package, check the version after the Wine installation is complete:

$wine-version

Wine-4.0

The returned message is Wine 4.0, which means that the installation of Wine 4 on the Ubuntu 18.04/Linux Mint 19 system was successful.

Thank you for reading this. The editor hopes that you will have the most profound understanding of the key issue of "how to install Wine 4 in Ubuntu 18.04/Linux Mint 19" from the practical level. The specific usage needs to be practiced and used by everyone. If you want to read more related articles, welcome to follow the industry information channel!

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

Servers

Wechat

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

12
Report