{"id":7639,"date":"2021-01-25T02:37:31","date_gmt":"2021-01-24T23:37:31","guid":{"rendered":"https:\/\/kifarunix.com\/?p=7639"},"modified":"2024-03-19T20:40:10","modified_gmt":"2024-03-19T17:40:10","slug":"install-wine-6-on-fedora-33","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-wine-6-on-fedora-33\/","title":{"rendered":"Install Wine 6 on Fedora 33"},"content":{"rendered":"\n
Wine<\/a> (an acronym for “Wine Is Not an Emulator”) is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. In this article we will learn how to install Wine 6 on Fedora 33.<\/p>\n\n\n\n Wine can be installed on Fedora using two methods;<\/p>\n\n\n\n Wine is provided by the default Fedora 33 repository. A quick check on the repo yields the following;<\/p>\n\n\n\n Although older versions are available in the repository, dnf will select the latest the latest version provided, which is version 6.0-1 in our case.<\/p>\n\n\n\n The latest Wine package will be installed together with its dependencies. You can still verify the installed version as follows;<\/p>\n\n\n\n As you can note, the Staging<\/strong> code name is a variant of Wine. We will describe more in the second way of installing Wine. <\/p>\n\n\n\n While it is easy to install Wine from the official Fedora repository, a challenge arises when you want to choose the variant to use. There are three variants of Wine;<\/p>\n\n\n\n To install any of the variants, we first need to add wineHQ<\/a> repo as follows;<\/p>\n\n\n\n We can then install each of the variants;<\/p>\n\n\n\n Stable<\/strong><\/p>\n\n\n\n Development<\/strong><\/p>\n\n\n\n Staging<\/strong><\/p>\n\n\n\n You can check if the installation is complete as follows;<\/p>\n\n\n\n After installation, you can proceed with your configurations using winecfg command to load WineHQ configuration GUI.<\/p>\n\n\n\n This marks the end of our tutorial on installing Wine 6 on Fedora 33.<\/p>\n\n\n\n<\/figure>\n\n\n\n
Installing Wine 6 on Fedora 33<\/h2>\n\n\n\n
\n
Install Wine from the official repository<\/h4>\n\n\n\n
[kifarunix@localhost ~]$ sudo dnf whatprovides wine\n[sudo] password for kifarunix: \nLast metadata expiration check: 0:11:21 ago on Sun 24 Jan 2021 22:07:57 GMT.\nwine-5.18-2.fc33.i686<\/strong> : A compatibility layer for windows applications\nRepo : fedora\nMatched from:\nProvide : wine = 5.18-2.fc33\nwine-5.18-2.fc33.x86_64<\/strong> : A compatibility layer for windows applications\nRepo : fedora\nMatched from:\nProvide : wine = 5.18-2.fc33\nwine-6.0-1.fc33.i686<\/strong> : A compatibility layer for windows applications\nRepo : updates\nMatched from:\nProvide : wine = 6.0-1.fc33\nwine-6.0-1.fc33.x86_64 <\/strong>: A compatibility layer for windows applications\nRepo : updates\nMatched from:\nProvide : wine = 6.0-1.fc33\n<\/code><\/pre>\n\n\n\n
sudo dnf -y install wine<\/code><\/pre>\n\n\n\n
Last metadata expiration check: 0:16:42 ago on Sun 24 Jan 2021 22:07:57 GMT.\nDependencies resolved.\n================================================================================\n Package Arch Version<\/strong> Repo Size\n================================================================================\nInstalling:\n wine x86_64 6.0-1.fc33<\/strong> updates 13 k\nInstalling dependencies:\n SDL2 i686 2.0.12-4.fc33 fedora 526 k\n alsa-lib i686 1.2.3.2-5.fc33 fedora 506 k\n.\n.\n.\n<\/code><\/pre>\n\n\n\n
wine --version<\/code><\/pre>\n\n\n\n
wine-6.0 (Staging)<\/code><\/pre>\n\n\n\n
Install Wine from WineHQ repository<\/h4>\n\n\n\n
\n
sudo dnf config-manager --add-repo https:\/\/dl.winehq.org\/wine-builds\/fedora\/33\/winehq.repo<\/code><\/pre>\n\n\n\n
sudo dnf -y install winehq-stable<\/code><\/pre>\n\n\n\n
sudo dnf -y install winehq-devel<\/code><\/pre>\n\n\n\n
sudo dnf -y install winehq-staging<\/code><\/pre>\n\n\n\n
rpm -qi winehq-stable<\/code><\/pre>\n\n\n\n
Name : winehq-stable\nEpoch : 1\nVersion : 6.0.0\nRelease : 2.1\nArchitecture: x86_64\nInstall Date: Sun 24 Jan 2021 23:18:54 GMT\nGroup : Emulators\nSize : 63883\nLicense : LGPLv2+\nSignature : RSA\/SHA512, Fri 15 Jan 2021 19:55:11 GMT, Key ID 76f1a20ff987672f\nSource RPM : wine-stable-6.0.0-2.1.src.rpm\nBuild Date : Thu 14 Jan 2021 19:06:03 GMT\nBuild Host : cloud118\nVendor : obs:\/\/build.opensuse.org\/Emulators\nURL : https:\/\/www.winehq.org\/\nSummary : WINE Is Not An Emulator - runs MS Windows programs\nDescription :\nWine is a program which allows running Microsoft Windows programs\n(including DOS, Windows 3.x and Win32 executables) on Unix.\n\nThis compatibility package allows to use wine-stable64 system-wide as\nthe default Wine version.<\/code><\/pre>\n\n\n\n
winefcfg<\/code><\/pre>\n\n\n
<\/figure><\/div>\n\n\n
Other Tutorials<\/h3>\n\n\n\n