How To Install mingw32-fribidi on Fedora 36
Introduction
In this tutorial we learn how to install mingw32-fribidi
on Fedora 36.
What is mingw32-fribidi
MinGW Windows fribidi library.
We can use yum
or dnf
to install mingw32-fribidi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-fribidi.
Install mingw32-fribidi 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-fribidi
using dnf
by running the following command:
sudo dnf -y install mingw32-fribidi
Install mingw32-fribidi 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-fribidi
using yum
by running the following command:
sudo yum -y install mingw32-fribidi
How To Uninstall mingw32-fribidi on Fedora 36
To uninstall only the mingw32-fribidi
package we can use the following command:
sudo dnf remove mingw32-fribidi
mingw32-fribidi Package Contents on Fedora 36
/usr/i686-w64-mingw32/sys-root/mingw/bin/fribidi.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/libfribidi-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-arabic.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-begindecls.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-bidi-types-list.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-bidi-types.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-bidi.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-brackets.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-char-sets-list.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-char-sets.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-common.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-config.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-deprecated.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-enddecls.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-flags.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-joining-types-list.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-joining-types.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-joining.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-mirroring.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-shape.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-types.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-unicode-version.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi-unicode.h
/usr/i686-w64-mingw32/sys-root/mingw/include/fribidi/fribidi.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libfribidi.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/fribidi.pc
/usr/share/licenses/mingw32-fribidi
/usr/share/licenses/mingw32-fribidi/COPYING
References
Summary
In this tutorial we learn how to install mingw32-fribidi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).