How To Install libwpg on Fedora 36
Introduction
In this tutorial we learn how to install libwpg
on Fedora 36.
What is libwpg
libwpg is a library for import of images in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel software, such as WordPerfect and Presentations.
We can use yum
or dnf
to install libwpg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpg.
Install libwpg 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
using dnf
by running the following command:
sudo dnf -y install libwpg
Install libwpg 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
using yum
by running the following command:
sudo yum -y install libwpg
How To Uninstall libwpg on Fedora 36
To uninstall only the libwpg
package we can use the following command:
sudo dnf remove libwpg
libwpg Package Contents on Fedora 36
---
title: "How To Install libwpg on Fedora 36"
linkTitle: "libwpg"
type: "docs"
description: "In this tutorial we learn how to install libwpg in Fedora 36. libwpg is A library for import of WordPerfect Graphics images"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libwpg-featured.png
---
## Introduction
In this tutorial we learn how to install `libwpg` on Fedora 36.
### What is `libwpg`
> libwpg is a library for import of images in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel software, such as WordPerfect and Presentations.
We can use `yum` or `dnf` to install `libwpg` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwpg.
## Install libwpg 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 libwpg
using dnf
by running the following command:
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/74993644ab08bc43d6de598892c8c51cb743cc
/usr/lib/libwpg-0.3.so.3
/usr/lib/libwpg-0.3.so.3.0.3
/usr/share/doc/libwpg
/usr/share/doc/libwpg/AUTHORS
/usr/share/doc/libwpg/NEWS
/usr/share/licenses/libwpg
/usr/share/licenses/libwpg/COPYING.LGPL
/usr/share/licenses/libwpg/COPYING.MPL
sudo dnf -y install libwpg
Install libwpg on Fedora 36 Using yum
Update yum database with `yum` using the following command.
## References
```bash
sudo yum makecache --refresh
* [libwpg website](http://libwpg.sourceforge.net/)
Summary
After updating yum database, We can install libwpg
using yum
by running the following command:
In this tutorial we learn how to install `libwpg` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo yum -y install libwpg
How To Uninstall libwpg on Fedora 36
To uninstall only the libwpg
package we can use the following command:
sudo dnf remove libwpg
libwpg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/30c5debeb2b7664416df075dbe4b99d42f4ae9
/usr/lib64/libwpg-0.3.so.3
/usr/lib64/libwpg-0.3.so.3.0.3
/usr/share/doc/libwpg
/usr/share/doc/libwpg/AUTHORS
/usr/share/doc/libwpg/NEWS
/usr/share/licenses/libwpg
/usr/share/licenses/libwpg/COPYING.LGPL
/usr/share/licenses/libwpg/COPYING.MPL
References
Summary
In this tutorial we learn how to install libwpg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).