How To Install libwpg-tools on Fedora 36
Introduction
In this tutorial we learn how to install libwpg-tools
on Fedora 36.
What is libwpg-tools
Tools to convert WordPerfect Graphics images to other formats. Supported are
We can use yum
or dnf
to install libwpg-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpg-tools.
Install libwpg-tools 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 libwpg-tools
using dnf
by running the following command:
sudo dnf -y install libwpg-tools
Install libwpg-tools 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 libwpg-tools
using yum
by running the following command:
sudo yum -y install libwpg-tools
How To Uninstall libwpg-tools on Fedora 36
To uninstall only the libwpg-tools
package we can use the following command:
sudo dnf remove libwpg-tools
libwpg-tools Package Contents on Fedora 36
/usr/bin/wpg2raw
/usr/bin/wpg2svg
/usr/bin/wpg2svgbatch.pl
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/0c8dfa93ead45b3d770cdad58ef90002d9609f
/usr/lib/.build-id/53
/usr/lib/.build-id/53/0f2b0a009d5fa266f6566748b979d69a0abb37
/usr/share/man/man1/wpg2raw.1.gz
/usr/share/man/man1/wpg2svg.1.gz
/usr/share/man/man1/wpg2svgbatch.pl.1.gz
References
Summary
In this tutorial we learn how to install libwpg-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).