How To Install libwpd on Fedora 36
Introduction
In this tutorial we learn how to install libwpd on Fedora 36.
What is libwpd
libwpd is a library for import of WordPerfect documents.
We can use yum or dnf to install libwpd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd.
Install libwpd 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 using dnf by running the following command:
sudo dnf -y install libwpd
Install libwpd on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
title: “How To Install libwpd on Fedora 36”
linkTitle: “libwpd”
After updating yum database, We can install libwpd using yum by running the following command:
type: “docs”
description: "In this tutorial we learn how to install libwpd in Fedora 36. libwpd is A library for import of WordPerfect documents"
sudo yum -y install libwpd
date: "2022-08-17"
lastmod: “2022-08-17”
How To Uninstall libwpd on Fedora 36
#image: /images/fedora/36/libwpd-featured.png
To uninstall only the libwpd package we can use the following command:
Introduction
sudo dnf remove libwpd
In this tutorial we learn how to install `libwpd` on Fedora 36.
What is libwpd
libwpd Package Contents on Fedora 36
libwpd is a library for import of WordPerfect documents.
We can use `yum` or `dnf` to install `libwpd` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpd.
## Install libwpd on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libwpd using dnf by running the following command:
sudo dnf -y install libwpd
Install libwpd 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 using yum by running the following command:
sudo yum -y install libwpd
How To Uninstall libwpd on Fedora 36
To uninstall only the libwpd package we can use the following command:
sudo dnf remove libwpd
libwpd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/d26125f60f4eacab30598ea96913681eefb258
/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
References
Summary
In this tutorial we learn how to install libwpd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/81 /usr/lib/.build-id/81/705b8a2de98c3b863ab7726f680e69c787b921 /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/)
## Summary
In this tutorial we learn how to install `libwpd` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).