How To Install libwpd-tools on Fedora 36
Introduction
In this tutorial we learn how to install libwpd-tools
on Fedora 36.
What is libwpd-tools
Tools to transform WordPerfect documents into other formats. Currently supported
We can use yum
or dnf
to install libwpd-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd-tools.
Install libwpd-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 libwpd-tools
using dnf
by running the following command:
sudo dnf -y install libwpd-tools
Install libwpd-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 libwpd-tools
using yum
by running the following command:
sudo yum -y install libwpd-tools
How To Uninstall libwpd-tools on Fedora 36
To uninstall only the libwpd-tools
package we can use the following command:
sudo dnf remove libwpd-tools
libwpd-tools Package Contents on Fedora 36
/usr/bin/wpd2html
/usr/bin/wpd2raw
/usr/bin/wpd2text
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/58fa6c55f99d69ab1e61d35d23c81fabf84119
/usr/lib/.build-id/49
/usr/lib/.build-id/49/2bf36585cf8af2be2156815fa05547bedbd61a
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/07cbc03c3a11b405f9a9051f890acf25a6715a
/usr/share/man/man1/wpd2html.1.gz
/usr/share/man/man1/wpd2raw.1.gz
/usr/share/man/man1/wpd2text.1.gz
References
Summary
In this tutorial we learn how to install libwpd-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).