How To Install q4wine on Fedora 36
Introduction
In this tutorial we learn how to install q4wine
on Fedora 36.
What is q4wine
Q4Wine is a qt GUI for wine. It will help you manage wine prefixes and installed applications. General features * Can export QT color theme into wine colors settings. * Can easy work with different wine versions at same time; * Easy creating, deleting and managing prefixes (WINEPREFIX); * Easy controlling for wine process; * Autostart icons support; * Easy cd-image use; * You can extract icons from PE files (.exe .dll); * Easy backup and restore for managed prefixes. * Winetriks support.
We can use yum
or dnf
to install q4wine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install q4wine.
Install q4wine 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 q4wine
using dnf
by running the following command:
sudo dnf -y install q4wine
Install q4wine 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 q4wine
using yum
by running the following command:
sudo yum -y install q4wine
How To Uninstall q4wine on Fedora 36
To uninstall only the q4wine
package we can use the following command:
sudo dnf remove q4wine
q4wine Package Contents on Fedora 36
/usr/bin/q4wine
/usr/bin/q4wine-cli
/usr/bin/q4wine-helper
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/a70336ae37402b029c68326ac95d2a94046a75
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/faf82ec64042982560f119303b19ae794cb6a0
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/eb8414711d7a9168c14ad4d3ada48a8c6f2c9d
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/918a3daab163b356a66624bb4e9c8bbf30ddfc
/usr/lib64/q4wine
/usr/lib64/q4wine/libq4wine-core.so
/usr/share/applications/q4wine.desktop
/usr/share/doc/q4wine
/usr/share/doc/q4wine/AUTHORS
/usr/share/doc/q4wine/ChangeLog
/usr/share/doc/q4wine/README
/usr/share/icons/hicolor/scalable/apps/q4wine-ambiance-dark.svg
/usr/share/icons/hicolor/scalable/apps/q4wine-ambiance.svg
/usr/share/icons/hicolor/scalable/apps/q4wine.svg
/usr/share/licenses/q4wine
/usr/share/licenses/q4wine/COPYING
/usr/share/man/man1/q4wine-cli.1.gz
/usr/share/man/man1/q4wine-helper.1.gz
/usr/share/man/man1/q4wine.1.gz
/usr/share/metainfo/q4wine.appdata.xml
/usr/share/q4wine
/usr/share/q4wine/icons
/usr/share/q4wine/icons/cdrom.svg
/usr/share/q4wine/icons/control.svg
/usr/share/q4wine/icons/exec_wine.png
/usr/share/q4wine/icons/iexplore.svg
/usr/share/q4wine/icons/notepad.svg
/usr/share/q4wine/icons/oic_winlogo.svg
/usr/share/q4wine/icons/regedit.svg
/usr/share/q4wine/icons/taskmgr.svg
/usr/share/q4wine/icons/trash_file.svg
/usr/share/q4wine/icons/wcmd.svg
/usr/share/q4wine/icons/winecfg.svg
/usr/share/q4wine/icons/winefile.svg
/usr/share/q4wine/icons/winemine.svg
/usr/share/q4wine/icons/wordpad.svg
/usr/share/q4wine/l10n
/usr/share/q4wine/l10n/q4wine_af.qm
/usr/share/q4wine/l10n/q4wine_cs.qm
/usr/share/q4wine/l10n/q4wine_de.qm
/usr/share/q4wine/l10n/q4wine_en.qm
/usr/share/q4wine/l10n/q4wine_es.qm
/usr/share/q4wine/l10n/q4wine_fa.qm
/usr/share/q4wine/l10n/q4wine_fr.qm
/usr/share/q4wine/l10n/q4wine_he.qm
/usr/share/q4wine/l10n/q4wine_it.qm
/usr/share/q4wine/l10n/q4wine_ja.qm
/usr/share/q4wine/l10n/q4wine_pl.qm
/usr/share/q4wine/l10n/q4wine_pt_BR.qm
/usr/share/q4wine/l10n/q4wine_ru.qm
/usr/share/q4wine/l10n/q4wine_uk.qm
/usr/share/q4wine/l10n/q4wine_zh_CN.qm
/usr/share/q4wine/l10n/q4wine_zh_TW.qm
/usr/share/q4wine/theme
/usr/share/q4wine/theme/nuvola
/usr/share/q4wine/theme/nuvola/data
/usr/share/q4wine/theme/nuvola/data/configure.png
/usr/share/q4wine/theme/nuvola/data/down.png
/usr/share/q4wine/theme/nuvola/data/edit.png
/usr/share/q4wine/theme/nuvola/data/exec.png
/usr/share/q4wine/theme/nuvola/data/exec_wine.png
/usr/share/q4wine/theme/nuvola/data/exit.png
/usr/share/q4wine/theme/nuvola/data/folder.png
/usr/share/q4wine/theme/nuvola/data/folder_open.png
/usr/share/q4wine/theme/nuvola/data/kill.png
/usr/share/q4wine/theme/nuvola/data/power.png
/usr/share/q4wine/theme/nuvola/data/prefix.png
/usr/share/q4wine/theme/nuvola/data/rebuild.png
/usr/share/q4wine/theme/nuvola/data/reload.png
/usr/share/q4wine/theme/nuvola/data/stop.png
/usr/share/q4wine/theme/nuvola/data/up.png
/usr/share/q4wine/theme/nuvola/data/wine.png
/usr/share/q4wine/theme/nuvola/data/wizard.png
References
Summary
In this tutorial we learn how to install q4wine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).