The wine team released its new development version 6.3
As you know Wine application is used to run windows applications on Non-Windows Operating systems such as Linux, FreeBSD, and macOS.
This tutorial will be helpful for beginners to install wine 6.3 in Ubuntu 20.10, Ubuntu 20.04, Fedora 33, and Linux Mint 20.1.
Wine 6.2 Changelog
- WineGStreamer library converted to PE.
- Optional support for build IDs.
- Still more WinRT support in WIDL.
- Better debugger support in the NT syscall interface.
- Various bugfixes
How to Install Wine 6.3 Development in Ubuntu / Linux Mint?
Step 1: Install the dependencies
Step 2: Enable the 32 bit architecture and download the repository key
Step 3: Add the wine repository to system
Users need to replace manually the <distname> with the distribution name focal for Ubuntu 20.04 ,LinuxMint 20.1, bionic for LinuxMint 19.x, Ubuntu 19.x and xenial for LinuxMint 18.x,Ubuntu 18.x.
For Ubuntu 19.04 and lesser versions, users run the below command to have libfaudio0 in the repository.
Step 4: Update the repository
Step 5: Install wine 6.3
Step 6: Verify the wine installation
Test the wine by opening any windows application (ie) notepad, internet explorer, etc… by using the below format
How to Install Wine 6.3 Development in Fedora 33 / Fedora 32?
Step 1: Add the official repository to your system
For Fedora 33 add the below repo
For Fedora 32 add the below repo
Step 2: Install Wine 6.3 in Fedora
[email protected]:~$ sudo dpkg –add-architecture i386
dpkg: hiba: egy művelet opciót igényel
Adja ki a dpkg –help parancsot a csomagok telepítésének és eltávolításának
súgójához [*];
Használja az „apt” vagy az „aptitude” parancsokat a felhasználóbarát csomag-
kezeléshez;
Adja ki a dpkg -Dhelp parancsot a dpkg hibakereső jelzőértékeinek listázásához;
Adja ki a dpkg –force-help parancsot a kényszerítő kapcsolók felsorolásához;
Adja ki a dpkg-deb –help parancsot a *.deb fájlok manipulálásának súgójával
kapcsolatban;
A [*]-gal jelölt lehetőségek nagy kimenetet írnak – futtassa a „less” vagy a
„more” parancsokon keresztül!
[email protected]:~$
use the below
sudo dpkg –add-architecture i386
sudo dpkg (hyphen hyphen)add-architecture i386