How To Install perl-Alien-cmake3 on Fedora 36
Introduction
In this tutorial we learn how to install perl-Alien-cmake3
on Fedora 36.
What is perl-Alien-cmake3
This Perl Alien distribution provides an external dependency on the build tool cmake version 3.0.0 or better.
We can use yum
or dnf
to install perl-Alien-cmake3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Alien-cmake3.
Install perl-Alien-cmake3 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-cmake3
using dnf
by running the following command:
sudo dnf -y install perl-Alien-cmake3
Install perl-Alien-cmake3 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-cmake3
using yum
by running the following command:
sudo yum -y install perl-Alien-cmake3
How To Uninstall perl-Alien-cmake3 on Fedora 36
To uninstall only the perl-Alien-cmake3
package we can use the following command:
sudo dnf remove perl-Alien-cmake3
perl-Alien-cmake3 Package Contents on Fedora 36
/usr/lib64/perl5/vendor_perl/Alien
/usr/lib64/perl5/vendor_perl/Alien/cmake3.pm
/usr/lib64/perl5/vendor_perl/auto/Alien
/usr/lib64/perl5/vendor_perl/auto/Alien/cmake3
/usr/lib64/perl5/vendor_perl/auto/Alien/cmake3/cmake3.txt
/usr/lib64/perl5/vendor_perl/auto/share
/usr/lib64/perl5/vendor_perl/auto/share/dist
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-cmake3
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-cmake3/_alien
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-cmake3/_alien/alien.json
/usr/lib64/perl5/vendor_perl/auto/share/dist/Alien-cmake3/_alien/alienfile
/usr/share/doc/perl-Alien-cmake3
/usr/share/doc/perl-Alien-cmake3/Changes
/usr/share/doc/perl-Alien-cmake3/README
/usr/share/licenses/perl-Alien-cmake3
/usr/share/licenses/perl-Alien-cmake3/LICENSE
/usr/share/man/man3/Alien::cmake3.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Alien-cmake3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).