How To Install mingw32-graphene on Fedora 36
Introduction
In this tutorial we learn how to install mingw32-graphene
on Fedora 36.
What is mingw32-graphene
%{description}
We can use yum
or dnf
to install mingw32-graphene
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-graphene.
Install mingw32-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 mingw32-graphene
using dnf
by running the following command:
sudo dnf -y install mingw32-graphene
Install mingw32-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 mingw32-graphene
using yum
by running the following command:
sudo yum -y install mingw32-graphene
How To Uninstall mingw32-graphene on Fedora 36
To uninstall only the mingw32-graphene
package we can use the following command:
sudo dnf remove mingw32-graphene
mingw32-graphene Package Contents on Fedora 36
/usr/i686-w64-mingw32/sys-root/mingw/bin/libgraphene-1.0-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-box.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-euler.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-frustum.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-gobject.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-macros.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-matrix.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-plane.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-point.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-point3d.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-quad.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-quaternion.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-ray.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-rect.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-simd4f.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-simd4x4f.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-size.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-sphere.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-triangle.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-types.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec2.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec3.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-vec4.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-version-macros.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene-version.h
/usr/i686-w64-mingw32/sys-root/mingw/include/graphene-1.0/graphene.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/graphene-1.0
/usr/i686-w64-mingw32/sys-root/mingw/lib/graphene-1.0/include
/usr/i686-w64-mingw32/sys-root/mingw/lib/graphene-1.0/include/graphene-config.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libgraphene-1.0.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/graphene-1.0.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/graphene-gobject-1.0.pc
/usr/share/doc/mingw32-graphene
/usr/share/doc/mingw32-graphene/README.md
/usr/share/licenses/mingw32-graphene
/usr/share/licenses/mingw32-graphene/LICENSE.txt
References
Summary
In this tutorial we learn how to install mingw32-graphene
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).