How To Install perl-SVG-tests on Fedora 36
Introduction
In this tutorial we learn how to install perl-SVG-tests
on Fedora 36.
What is perl-SVG-tests
Tests from perl-SVG. Execute them with “/usr/libexec/perl-SVG/test”.
We can use yum
or dnf
to install perl-SVG-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-SVG-tests.
Install perl-SVG-tests 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-SVG-tests
using dnf
by running the following command:
sudo dnf -y install perl-SVG-tests
Install perl-SVG-tests 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-SVG-tests
using yum
by running the following command:
sudo yum -y install perl-SVG-tests
How To Uninstall perl-SVG-tests on Fedora 36
To uninstall only the perl-SVG-tests
package we can use the following command:
sudo dnf remove perl-SVG-tests
perl-SVG-tests Package Contents on Fedora 36
/usr/libexec/perl-SVG
/usr/libexec/perl-SVG/t
/usr/libexec/perl-SVG/t/00-load.t
/usr/libexec/perl-SVG/t/00-report-prereqs.t
/usr/libexec/perl-SVG/t/01-loadsvg.t
/usr/libexec/perl-SVG/t/03-render.t
/usr/libexec/perl-SVG/t/04-inline.t
/usr/libexec/perl-SVG/t/05-processinginstruction.t
/usr/libexec/perl-SVG/t/06-doctype.t
/usr/libexec/perl-SVG/t/07-extension.t
/usr/libexec/perl-SVG/t/08-looknfeel.t
/usr/libexec/perl-SVG/t/09-script.t
/usr/libexec/perl-SVG/t/10-autoload.t
/usr/libexec/perl-SVG/t/11-customtags.t
/usr/libexec/perl-SVG/t/12-elementid.t
/usr/libexec/perl-SVG/t/13-duplicateids.t
/usr/libexec/perl-SVG/t/14-attributes.t
/usr/libexec/perl-SVG/t/15-parentage.t
/usr/libexec/perl-SVG/t/16-siblings.t
/usr/libexec/perl-SVG/t/17-tagtypes.t
/usr/libexec/perl-SVG/t/18-filter.t
/usr/libexec/perl-SVG/t/19-style.t
/usr/libexec/perl-SVG/t/20-anchor.t
/usr/libexec/perl-SVG/t/21-polygon.t
/usr/libexec/perl-SVG/t/22-xlink.t
/usr/libexec/perl-SVG/t/23-xmlescape.t
/usr/libexec/perl-SVG/t/30-shapes.t
/usr/libexec/perl-SVG/t/duplicate_credits.t
/usr/libexec/perl-SVG/test
References
Summary
In this tutorial we learn how to install perl-SVG-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).