How To Install perl-clearsilver on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-clearsilver
on Rocky Linux 8.
What is perl-clearsilver
Perl interface to the ClearSilver HTML templating system.
We can use yum
or dnf
to install perl-clearsilver
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-clearsilver.
Install perl-clearsilver on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the perl-clearsilver
package we can use the following command:
sudo dnf remove perl-clearsilver
perl-clearsilver Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/b9dff613fb99b160f5e8fcf1a33f9e06df77f5
/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 Rocky Linux 8 using yum and dnf.