How To Install mingw32-spice-glib on Fedora 36
Introduction
In this tutorial we learn how to install mingw32-spice-glib
on Fedora 36.
What is mingw32-spice-glib
A SPICE client library using GLib2.
We can use yum
or dnf
to install mingw32-spice-glib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-spice-glib.
Install mingw32-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 mingw32-spice-glib
using dnf
by running the following command:
sudo dnf -y install mingw32-spice-glib
Install mingw32-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 mingw32-spice-glib
using yum
by running the following command:
sudo yum -y install mingw32-spice-glib
How To Uninstall mingw32-spice-glib on Fedora 36
To uninstall only the mingw32-spice-glib
package we can use the following command:
sudo dnf remove mingw32-spice-glib
mingw32-spice-glib Package Contents on Fedora 36
/usr/i686-w64-mingw32/sys-root/mingw/bin/libspice-client-glib-2.0-8.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/spicy-screenshot.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/spicy-stats.exe
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-cursor.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-display.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-inputs.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-main.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-playback.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-port.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-record.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-smartcard.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-usbredir.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/channel-webdav.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/qmp-port.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/smartcard-manager.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-audio.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-channel.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-client.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-file-transfer-task.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-glib-enums.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-option.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-session.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-types.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-uri.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-util.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/spice-version.h
/usr/i686-w64-mingw32/sys-root/mingw/include/spice-client-glib-2.0/usb-device-manager.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libspice-client-glib-2.0.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/spice-client-glib-2.0.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/cs/LC_MESSAGES/spice-gtk.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/spice-gtk.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/fr/LC_MESSAGES/spice-gtk.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/spice-gtk.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/ru/LC_MESSAGES/spice-gtk.mo
/usr/share/doc/mingw32-spice-glib
/usr/share/doc/mingw32-spice-glib/AUTHORS
/usr/share/doc/mingw32-spice-glib/CHANGELOG.md
/usr/share/doc/mingw32-spice-glib/COPYING
/usr/share/doc/mingw32-spice-glib/README.md
References
Summary
In this tutorial we learn how to install mingw32-spice-glib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).