How To Install mingw64-spice-protocol on Fedora 36

In this tutorial we learn how to install mingw64-spice-protocol in Fedora 36. mingw64-spice-protocol is Spice protocol header files

Introduction

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

What is mingw64-spice-protocol

Header files describing the spice protocol and the para-virtual graphics card QXL.

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

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

sudo dnf -y install mingw64-spice-protocol

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

sudo yum -y install mingw64-spice-protocol

How To Uninstall mingw64-spice-protocol on Fedora 36

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

sudo dnf remove mingw64-spice-protocol

mingw64-spice-protocol Package Contents on Fedora 36

/usr/share/doc/mingw64-spice-protocol
/usr/share/doc/mingw64-spice-protocol/CHANGELOG.md
/usr/share/doc/mingw64-spice-protocol/COPYING
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/barrier.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/end-packed.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/enums.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/ipc_ring.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/macros.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/protocol.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/qxl_dev.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/qxl_windows.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/start-packed.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/stats.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/stream-device.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/spice-1/spice/vd_agent.h
/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig/spice-protocol.pc

References

Summary

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