How To Install libwpd on Fedora 34
Introduction
In this tutorial we learn how to install libwpd
on Fedora 34.
What is libwpd
libwpd is a library for import of WordPerfect documents. libwpd 0.10.3 8.fc34 x86_64 253 k libwpd-0.10.3-8.fc34.src.rpm fedora A library for import of WordPerfect documents http LGPLv2+ or MPLv2.0 libwpd is a library for import of WordPerfect documents.
We can use yum
or dnf
to install libwpd
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd.
Install libwpd on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libwpd
using dnf
by running the following command:
sudo dnf -y install libwpd
Install libwpd on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libwpd
using yum
by running the following command:
sudo yum -y install libwpd
How To Uninstall libwpd on Fedora 34
To uninstall only the libwpd
package we can use the following command:
sudo dnf remove libwpd
libwpd Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/c7e276ee2c3e40871fa6e873cb71b406c4229b
/usr/lib64/libwpd-0.10.so.10
/usr/lib64/libwpd-0.10.so.10.0.3
/usr/share/doc/libwpd
/usr/share/doc/libwpd/CREDITS
/usr/share/doc/libwpd/NEWS
/usr/share/doc/libwpd/README
/usr/share/licenses/libwpd
/usr/share/licenses/libwpd/COPYING.LGPL
/usr/share/licenses/libwpd/COPYING.MPL
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/92ca8ab2ab847b229ff4782d7e691c06badef8
/usr/lib/libwpd-0.10.so.10
/usr/lib/libwpd-0.10.so.10.0.3
/usr/share/doc/libwpd
/usr/share/doc/libwpd/CREDITS
/usr/share/doc/libwpd/NEWS
/usr/share/doc/libwpd/README
/usr/share/licenses/libwpd
/usr/share/licenses/libwpd/COPYING.LGPL
/usr/share/licenses/libwpd/COPYING.MPL
References
- [libwpd website](http://libwpd.sf.net/ http://libwpd.sf.net/)
Summary
In this tutorial we learn how to install libwpd
on Fedora 34 using yum and dnf.