Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Fedora»How To Install Wine 6.0 on Fedora 35/34/33

    How To Install Wine 6.0 on Fedora 35/34/33

    RahulBy RahulJanuary 26, 20202 Mins ReadUpdated:April 18, 2022

    With the increasing popularity of Linux desktops, There is another requirement occurred that we should have an application that can be used to run Windows applications. Windows has a long list of beautiful applications for users that are not available to Linux users. As we know that Linux does not support windows executable so WineHQ is a solution to run Windows applications and Linux systems.

    This tutorial explain you to how to install Wine 6.0 Stable Release on a Fedora systems.

    Prerequisite

    You must have a sudo privileged account for the Wine installation on Fedora.

    Wine required many development packages. First, we recommend upgrading all system packages using the following commands.

    sudo dnf clean all 
    sudo dnf update 
    

    Step 1 – Installing Wine on Fedora

    The Fedora team provides rpm packages for the easy installation. You can get the official yum repository provided by Wine team for the installation of latest Wine packages.

    sudo dnf -y install dnf-plugins-core 
    sudo rpm --import https://dl.winehq.org/wine-builds/winehq.key 
    

    Next, add the Wine package repository to your system.

    • Fedora 35:
      sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/35/winehq.repo 
      
    • Fedora 34:
      sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo 
      
    • Fedora 33:
      sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo 
      

    The Winehq repositories for the Fedora 31 and previous versions don’t contain Wine 6 packages. They contain Wine 5 stable release packages.

    Finally, run the make and make install command to compile the wine source and install it on your system.

    sudo dnf install winehq-stable 
    

    The above command will install a large number of packages as a dependency. The installation may take time as per your network speed. Enjoy a cup of coffee until the installation finishes.

    Step 2 – Check Wine Version

    After finishing the installation process, Use the following command to check the version of wine installed on your system.

    wine --version 
    
    wine-6.0.1
    

    Step 3 – Using Wine

    To use wine we need to login to the CentOS/Fedora desktop. After that Download a windows executable (.exe) file like PuTTY on your system and open it with Wine as below screenshot or use following command.

    wine putty.exe 
    

    Installing Wine on Fedora

    Conclusion

    This tutorial helped you to install the Wine 6 stable release on a Fedora Linux system.

    fedora wine
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Dovecot on CentOS 7
    Next Article How To Install Zabbix Server on CentOS/RHEL 8

    Related Posts

    How to Install PowerShell on Fedora

    Updated:March 3, 20222 Mins Read

    Top 5 Most Stable Linux Distributions in 2022

    Updated:January 11, 20226 Mins Read

    How to Install Anaconda on Fedora 35/34

    Updated:April 18, 20224 Mins Read

    Top 10 Best Linux Server Distributions in 2022

    Updated:April 1, 20228 Mins Read

    How To Install and Configure Drupal on Fedora 35/34

    Updated:February 15, 20224 Mins Read

    How to Disable SELinux on Fedora

    Updated:July 12, 20213 Mins Read

    1 Comment

    1. mapleaf on February 23, 2020 3:44 pm

      Error info:

      /opt/wine-stable/bin/wine: error while loading shared libraries: libwine.so.1: cannot create shared object descriptor: Permission denied

      Please help.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.