How To Install mingw64-gtk-vnc2 on Fedora 36

In this tutorial we learn how to install mingw64-gtk-vnc2 in Fedora 36. mingw64-gtk-vnc2 is A GTK3 widget for VNC clients

Introduction

In this tutorial we learn how to install mingw64-gtk-vnc2 on Fedora 36.

What is mingw64-gtk-vnc2

gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.

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

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

sudo dnf -y install mingw64-gtk-vnc2

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

sudo yum -y install mingw64-gtk-vnc2

How To Uninstall mingw64-gtk-vnc2 on Fedora 36

To uninstall only the mingw64-gtk-vnc2 package we can use the following command:

sudo dnf remove mingw64-gtk-vnc2

mingw64-gtk-vnc2 Package Contents on Fedora 36

/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgtk-vnc-2.0-0.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0/gtk-vnc.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0/vnccairoframebuffer.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0/vncdisplay.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0/vncdisplayenums.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-vnc-2.0/vncgrabsequence.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgtk-vnc-2.0.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/gtk-vnc-2.0.pc

References

Summary

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