How To Install mingw64-spice-glib on Fedora 36

In this tutorial we learn how to install mingw64-spice-glib in Fedora 36. mingw64-spice-glib is GLib-based library to connect to SPICE servers

Introduction

In this tutorial we learn how to install mingw64-spice-glib on Fedora 36.

What is mingw64-spice-glib

A SPICE client library using GLib2.

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

Install mingw64-spice-glib 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 mingw64-spice-glib using dnf by running the following command:

sudo dnf -y install mingw64-spice-glib

Install mingw64-spice-glib 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 mingw64-spice-glib using yum by running the following command:

sudo yum -y install mingw64-spice-glib

How To Uninstall mingw64-spice-glib on Fedora 36

To uninstall only the mingw64-spice-glib package we can use the following command:

sudo dnf remove mingw64-spice-glib

mingw64-spice-glib Package Contents on Fedora 36

/usr/share/doc/mingw64-spice-glib
/usr/share/doc/mingw64-spice-glib/AUTHORS
/usr/share/doc/mingw64-spice-glib/CHANGELOG.md
/usr/share/doc/mingw64-spice-glib/COPYING
/usr/share/doc/mingw64-spice-glib/README.md
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libspice-client-glib-2.0-8.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/spicy-screenshot.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/spicy-stats.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-cursor.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-display.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-inputs.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-main.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-playback.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-port.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-record.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-smartcard.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-usbredir.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-webdav.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/qmp-port.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/smartcard-manager.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-audio.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-channel.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-client.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-file-transfer-task.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-glib-enums.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-option.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-session.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-uri.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-util.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/usb-device-manager.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libspice-client-glib-2.0.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/spice-client-glib-2.0.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/cs/LC_MESSAGES/spice-gtk.mo
/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/spice-gtk.mo
/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/fr/LC_MESSAGES/spice-gtk.mo
/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/spice-gtk.mo
/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/ru/LC_MESSAGES/spice-gtk.mo

References

Summary

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