How To Install pdf2svg on Fedora 36
Introduction
In this tutorial we learn how to install pdf2svg
on Fedora 36.
What is pdf2svg
A small tool to convert PDF files into SVG using poppler and cairo.
We can use yum
or dnf
to install pdf2svg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pdf2svg.
Install pdf2svg 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 pdf2svg
using dnf
by running the following command:
sudo dnf -y install pdf2svg
Install pdf2svg 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 pdf2svg
using yum
by running the following command:
sudo yum -y install pdf2svg
How To Uninstall pdf2svg on Fedora 36
To uninstall only the pdf2svg
package we can use the following command:
sudo dnf remove pdf2svg
pdf2svg Package Contents on Fedora 36
/usr/bin/pdf2svg
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/8a747e1c762c2f798d3bf50bb924c65154c41b
/usr/share/doc/pdf2svg
/usr/share/doc/pdf2svg/AUTHORS
/usr/share/doc/pdf2svg/COPYING
/usr/share/doc/pdf2svg/ChangeLog
References
Summary
In this tutorial we learn how to install pdf2svg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).