How To Install perl-Wx-GLCanvas on Fedora 36

In this tutorial we learn how to install perl-Wx-GLCanvas in Fedora 36. perl-Wx-GLCanvas is Interface to wxWidgets’ OpenGL canvas

Introduction

In this tutorial we learn how to install perl-Wx-GLCanvas on Fedora 36.

What is perl-Wx-GLCanvas

A wrapper for wxWidgets’ wxGLCanvas, used to display OpenGL graphics.

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

Install perl-Wx-GLCanvas 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 perl-Wx-GLCanvas using dnf by running the following command:

sudo dnf -y install perl-Wx-GLCanvas

Install perl-Wx-GLCanvas 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 perl-Wx-GLCanvas using yum by running the following command:

sudo yum -y install perl-Wx-GLCanvas

How To Uninstall perl-Wx-GLCanvas on Fedora 36

To uninstall only the perl-Wx-GLCanvas package we can use the following command:

sudo dnf remove perl-Wx-GLCanvas

perl-Wx-GLCanvas Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/1eae4d2caaece1f223a0fa50751fabb28dc523
/usr/lib64/perl5/vendor_perl/Wx
/usr/lib64/perl5/vendor_perl/Wx/DemoModules
/usr/lib64/perl5/vendor_perl/Wx/DemoModules/wxGLCanvas.pm
/usr/lib64/perl5/vendor_perl/Wx/GLCanvas.pm
/usr/lib64/perl5/vendor_perl/auto/Wx
/usr/lib64/perl5/vendor_perl/auto/Wx/GLCanvas
/usr/lib64/perl5/vendor_perl/auto/Wx/GLCanvas/GLCanvas.so
/usr/share/doc/perl-Wx-GLCanvas
/usr/share/doc/perl-Wx-GLCanvas/Changes
/usr/share/doc/perl-Wx-GLCanvas/README.txt
/usr/share/man/man3/Wx::GLCanvas.3pm.gz

References

Summary

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