How To Install perl-Alien-wxWidgets on Fedora 36
Introduction
In this tutorial we learn how to install perl-Alien-wxWidgets on Fedora 36.
What is perl-Alien-wxWidgets
“Alien settings from an installed wxWidgets.
We can use yum or dnf to install perl-Alien-wxWidgets on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Alien-wxWidgets.
Install perl-Alien-wxWidgets 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-Alien-wxWidgets using dnf by running the following command:
sudo dnf -y install perl-Alien-wxWidgets
Install perl-Alien-wxWidgets 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-Alien-wxWidgets using yum by running the following command:
sudo yum -y install perl-Alien-wxWidgets
How To Uninstall perl-Alien-wxWidgets on Fedora 36
To uninstall only the perl-Alien-wxWidgets package we can use the following command:
sudo dnf remove perl-Alien-wxWidgets
perl-Alien-wxWidgets Package Contents on Fedora 36
/usr/lib64/perl5/vendor_perl/Alien
/usr/lib64/perl5/vendor_perl/Alien/wxWidgets
/usr/lib64/perl5/vendor_perl/Alien/wxWidgets.pm
/usr/lib64/perl5/vendor_perl/Alien/wxWidgets/Config
/usr/lib64/perl5/vendor_perl/Alien/wxWidgets/Config/gtk_3_0_5_uni_gcc_3_4.pm
/usr/lib64/perl5/vendor_perl/Alien/wxWidgets/Utility.pm
/usr/share/doc/perl-Alien-wxWidgets
/usr/share/doc/perl-Alien-wxWidgets/Changes
/usr/share/man/man3/Alien::wxWidgets.3pm.gz
/usr/share/man/man3/Alien::wxWidgets::Utility.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Alien-wxWidgets on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).