How To Install perl-GD-SVG on Fedora 36
Introduction
In this tutorial we learn how to install perl-GD-SVG
on Fedora 36.
What is perl-GD-SVG
GD from scripts written using GD. It accomplishes this by translating GD functions into SVG functions.
We can use yum
or dnf
to install perl-GD-SVG
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GD-SVG.
Install perl-GD-SVG 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-GD-SVG
using dnf
by running the following command:
sudo dnf -y install perl-GD-SVG
Install perl-GD-SVG 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-GD-SVG
using yum
by running the following command:
sudo yum -y install perl-GD-SVG
How To Uninstall perl-GD-SVG on Fedora 36
To uninstall only the perl-GD-SVG
package we can use the following command:
sudo dnf remove perl-GD-SVG
perl-GD-SVG Package Contents on Fedora 36
/usr/share/doc/perl-GD-SVG
/usr/share/doc/perl-GD-SVG/Changes
/usr/share/doc/perl-GD-SVG/README
/usr/share/doc/perl-GD-SVG/examples
/usr/share/doc/perl-GD-SVG/examples/generate_test_image.pl
/usr/share/doc/perl-GD-SVG/examples/test_image.png
/usr/share/doc/perl-GD-SVG/examples/test_image.svg
/usr/share/man/man3/GD::SVG.3pm.gz
/usr/share/perl5/vendor_perl/GD
/usr/share/perl5/vendor_perl/GD/SVG.pm
References
Summary
In this tutorial we learn how to install perl-GD-SVG
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).