How To Install libwpg on Fedora 34
Introduction
In this tutorial we learn how to install libwpg on Fedora 34.
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. libwpg 0.3.3 6.fc34 x86_64 71 k libwpg-0.3.3-6.fc34.src.rpm fedora A library for import of WordPerfect Graphics images http LGPLv2+ or MPLv2.0 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libwpg.
Install libwpg 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 libwpg using dnf by running the following command:
sudo dnf -y install libwpg
Install libwpg 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 libwpg using yum by running the following command:
sudo yum -y install libwpg
How To Uninstall libwpg on Fedora 34
To uninstall only the libwpg package we can use the following command:
sudo dnf remove libwpg
libwpg Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/8e16de816c078d6ca8e66cb84e3902f4e44331
/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
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/e007258696172d07f8934ef410f03821f129af
/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
- [libwpg website](http://libwpg.sourceforge.net/ http://libwpg.sourceforge.net/)
Summary
In this tutorial we learn how to install libwpg on Fedora 34 using yum and dnf.