9

How To Install Wine 6 on Fedora 34/33/32/31/30

 3 years ago
source link: https://computingforgeeks.com/how-to-install-wine-on-fedora/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
How To Install Wine 6 on Fedora 34/33/32/31/30

Welcome to our guide on how to install Wine 6 on Fedora 34/33/32/31/30. Wine is an open source software that allows you to run Microsoft Windows applications on Linux. Read more on Wine 6 release and new features. By leveraging its Winelib library, you can compile Windows applications to help with porting them to Unix-like systems.

Step 1: Add WineHQ repository

Start by adding WineHQ repository with the latest stable packages for Wine.

Fedora 34:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo

Fedora 33:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo

Fedora 32:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/32/winehq.repo

Fedora 31:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/31/winehq.repo

Fedora 30:

sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/30/winehq.repo

Fedora 29

sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/29/winehq.repo

Step 2: Install Wine 6 on Fedora 34/33/32/31/30/29

After adding the repository, install any of the following Wine 6 packages on Fedora 34/33/32/31/30/29.

Stable branch – (Recommended)

sudo dnf -y install winehq-stable

Development branch – Only for tests

sudo dnf install winehq-devel

Staging branch – Bleeding edge

sudo dnf install winehq-staging

More information on installed package can be checked with the rpm command.

$ rpm -qi winehq-stable
Name        : winehq-stable
Epoch       : 1
Version     : 6.0.0
Release     : 2.1
Architecture: x86_64
Install Date: Fri 15 Jan 2021 10:44:22 PM UTC
Group       : Emulators
Size        : 63030
License     : LGPLv2+
Signature   : RSA/SHA512, Fri 15 Jan 2021 07:54:08 PM UTC, Key ID 76f1a20ff987672f
Source RPM  : wine-stable-6.0.0-2.1.src.rpm
Build Date  : Thu 14 Jan 2021 06:58:31 PM UTC
Build Host  : build79
Vendor      : obs://build.opensuse.org/Emulators
URL         : https://www.winehq.org/
....

The version of wine installed can also be checked using.

$ wine --version
wine-6.0

To configure wine, run:

$ winecfg

Step 4: Install winetricks

Winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine. These may include replacements for components of Wine using closed source libraries.

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv winetricks /usr/local/bin/

That’s awesome. Now visit the Wine Application Database which has over 20,000 applications and choose the ones to run in Wine.

More on Fedora:

Install Microsoft Teams on Fedora / Ubuntu / Debian Linux

Create Wi-Fi Hotspot on Ubuntu / Debian / Fedora / CentOS / Arch

Configure Proxy Settings on CentOS & Fedora

Install draw.io Desktop Application on Ubuntu / Debian / Fedora


Recommend

  • 6

    Welcome to our guide on how to install MongoDB 4.2 on CentOS 7 / Fedora 31/30/29/28. MongoDB is an open source NoSQL database system written in C++. It is designed for high scalability, performance, and availability.Step 1: Update Sys...

  • 14
    • computingforgeeks.com 3 years ago
    • Cache

    How To Install MariaDB 10.5 on Fedora 32/31/30/29

    In this guide, we will cover the installation of MariaDB 10.5 on Fedora 32/31/30/29. MariaDB is a drop-in replacement for MySQL. It is a robust, resilient, scalable and reliable RDBMS with features previously only available in costly propriet...

  • 13

    Install Cisco AnyConnect on UbuntuCisco AnyConnect Client is an SSL VPN client which provides VPN functionalities with other features that enable an enterprise to secure its endpoints. In an ideal use case, you’ll use Cisco AnyConnect Secure...

  • 9
    • computingforgeeks.com 3 years ago
    • Cache

    How To Install PHP 7.4 on Fedora 33/32/31/30

    How can I install PHP 7.4 on Fedora 33/32/31/30?. PHP is the most widely used server-side scripting language for creating dynamic web pages and web applications. The official release of PHP 7.4 for public use was

  • 7

    Install Deepin Desktop Environment on Fedora 29Are you looking for a guide on how to Install Deepin Desktop Environment on Fedora 29 / Fedora 28?. Well, look no more because this tutorial will guide you through. Deepin Desktop Environment (DD...

  • 19
    • computingforgeeks.com 3 years ago
    • Cache

    How To Install Wine 6 on Ubuntu 20.04

    How To Install Wine 6 on Ubuntu 20.04What are the steps to install Wine 6 on Ubuntu 20.04?. For those new to Wine, it is an open source software created to enable Linux users run Microsoft Windows applications. Wine 6 is the latest stable rel...

  • 29
    • computingforgeeks.com 3 years ago
    • Cache

    Install Kodi Media Server on Fedora 33/32/31/30

    Install Kodi Media Server on Fedora 33/32/31/30Kodi is a popular media server (formerly known as XBMC). Kodi allows you to organize media files, be it best Movies, TV Shows, your favorite Videos Songs, that awesome Music, or...

  • 9

    How To Install Wine 5 on Ubuntu 16.04Welcome to today guide on how to Install Wine 5 on Ubuntu 16.04 / 18.10 / Linux Mint 18. Wine 5 was recently released with plenty of new features, bug fixe...

  • 13

    How To Install Wine 6 on Ubuntu 18.04Did you know that Wine 6 has been released?. This guide will take you through the steps to install Wine 6 on Ubuntu 18.04 / Linux Mint 19. For those new to Wine, it is an open source software that allows y...

  • 10
    • computingforgeeks.com 3 years ago
    • Cache

    How To Install Wine 6 on CentOS 8 Desktop

    How To Install Wine 6 on CentOS 8 DesktopLet’s capture the steps required to install Wine 6 on CentOS 8 Desktop. Wine is an open source software solution that enables Linux users to run Microsoft Windows...

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK