How To Install wineglass on Fedora 36

In this tutorial we learn how to install wineglass in Fedora 36. wineglass is GUI for Wine

Introduction

In this tutorial we learn how to install wineglass on Fedora 36.

What is wineglass

Wineglass is a small application that allows the user to manage their wineprefixes easily and install windows programs without the need of the terminal. It can * Easily create and remove wineprefixes. * Install supported windows apps on their corresponding wineprefix. * Make installed apps available normally through the applications menu. * Provide an easy way to add windows libraries to wineprefixes through “winetricks”. * Configure wine. * run winprefix-specific system apps. This app is useful for running windows apps and games easily without hassle.

We can use yum or dnf to install wineglass on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wineglass.

Install wineglass on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install wineglass using dnf by running the following command:

sudo dnf -y install wineglass

Install wineglass on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install wineglass using yum by running the following command:

sudo yum -y install wineglass

How To Uninstall wineglass on Fedora 36

To uninstall only the wineglass package we can use the following command:

sudo dnf remove wineglass

wineglass Package Contents on Fedora 36

/usr/bin/com.github.aggalex.wineglass
/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/c075f0720765a129ecb956848f1e1fe2b4aee1
/usr/share/applications/com.github.aggalex.wineglass.desktop
/usr/share/doc/wineglass
/usr/share/doc/wineglass/README.md
/usr/share/icons/hicolor/128x128/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/16x16/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/24x24/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/256x256/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/36x36/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/48x48/apps/com.github.aggalex.wineglass.svg
/usr/share/icons/hicolor/64x64/apps/com.github.aggalex.wineglass.svg
/usr/share/licenses/wineglass
/usr/share/licenses/wineglass/LICENSE.md
/usr/share/locale/de/LC_MESSAGES/com.github.aggalex.wineglass.mo
/usr/share/locale/el/LC_MESSAGES/com.github.aggalex.wineglass.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.aggalex.wineglass.mo
/usr/share/metainfo/com.github.aggalex.wineglass.appdata.xml
/usr/share/wineglass
/usr/share/wineglass/style.css

References

Summary

In this tutorial we learn how to install wineglass on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).