How To Install mingw64-graphene on Fedora 36

In this tutorial we learn how to install mingw64-graphene in Fedora 36. mingw64-graphene is MinGW Windows graphene library

Introduction

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

What is mingw64-graphene

%{description}

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

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

sudo dnf -y install mingw64-graphene

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

sudo yum -y install mingw64-graphene

How To Uninstall mingw64-graphene on Fedora 36

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

sudo dnf remove mingw64-graphene

mingw64-graphene Package Contents on Fedora 36

/usr/share/doc/mingw64-graphene
/usr/share/doc/mingw64-graphene/README.md
/usr/share/licenses/mingw64-graphene
/usr/share/licenses/mingw64-graphene/LICENSE.txt
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgraphene-1.0-0.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-box.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-euler.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-frustum.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-gobject.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-macros.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-matrix.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-plane.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-point.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-point3d.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-quad.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-quaternion.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-ray.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-rect.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-simd4f.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-simd4x4f.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-size.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-sphere.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-triangle.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec2.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec3.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec4.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-version-macros.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/graphene-1.0
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/graphene-1.0/include
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/graphene-1.0/include/graphene-config.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgraphene-1.0.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/graphene-1.0.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/graphene-gobject-1.0.pc

References

Summary

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