How To Install perl-clearsilver on Fedora 36
Introduction
In this tutorial we learn how to install perl-clearsilver
on Fedora 36.
What is perl-clearsilver
Perl interface to the ClearSilver HTML templating system.
We can use yum
or dnf
to install perl-clearsilver
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-clearsilver.
Install perl-clearsilver 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-clearsilver
using dnf
by running the following command:
sudo dnf -y install perl-clearsilver
Install perl-clearsilver 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-clearsilver
using yum
by running the following command:
sudo yum -y install perl-clearsilver
How To Uninstall perl-clearsilver on Fedora 36
To uninstall only the perl-clearsilver
package we can use the following command:
sudo dnf remove perl-clearsilver
perl-clearsilver Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/cba45749135b89fdf95fef8454bbc96c54157e
/usr/lib64/perl5/vendor_perl/ClearSilver.pm
/usr/lib64/perl5/vendor_perl/auto/ClearSilver
/usr/lib64/perl5/vendor_perl/auto/ClearSilver/ClearSilver.so
/usr/share/doc/perl-clearsilver
/usr/share/doc/perl-clearsilver/CS_LICENSE
/usr/share/doc/perl-clearsilver/LICENSE
References
Summary
In this tutorial we learn how to install perl-clearsilver
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).