How To Install wxpdfdoc on Fedora 34

wxpdfdoc is A library for creating PDF documents in C++ with wxWidgets A library for creating PDF documents in C++ with wxWidgets

Introduction

In this tutorial we learn how to install wxpdfdoc on Fedora 34.

What is wxpdfdoc

wxPdfDocument allows wxWidgets applications to generate PDF documents. The code is a port of FPDF - a free PHP class for generating PDF files - to C++ using the wxWidgets library. Several add-on PHP scripts found on the FPDF web site are incorporated into wxPdfDocument. Embedding of PNG, JPEG, GIF and WMF images is supported. In addition to the 14 standard Adobe fonts it is possible to use other Type1 or TrueType fonts - with or without embedding them into the generated document. In Unicode build CJK fonts are supported, too. Graphics primitives allow the creation of simple drawings. wxpdfdoc 0.9.7 6.fc34 x86_64 692 k wxpdfdoc-0.9.7-6.fc34.src.rpm fedora A library for creating PDF documents in C++ with wxWidgets https wxWidgets wxPdfDocument allows wxWidgets applications to generate PDF documents. The code is a port of FPDF - a free PHP class for generating PDF files - to C++ using the wxWidgets library. Several add-on PHP scripts found on the FPDF web site are incorporated into wxPdfDocument. Embedding of PNG, JPEG, GIF and WMF images is supported. In addition to the 14 standard Adobe fonts it is possible to use other Type1 or TrueType fonts - with or without embedding them into the generated document. In Unicode build CJK fonts are supported, too. Graphics primitives allow the creation of simple drawings.

We can use yum or dnf to install wxpdfdoc on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install wxpdfdoc.

Install wxpdfdoc 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 wxpdfdoc using dnf by running the following command:

sudo dnf -y install wxpdfdoc

Install wxpdfdoc 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 wxpdfdoc using yum by running the following command:

sudo yum -y install wxpdfdoc

How To Uninstall wxpdfdoc on Fedora 34

To uninstall only the wxpdfdoc package we can use the following command:

sudo dnf remove wxpdfdoc

wxpdfdoc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/b31e1d085d321d166cceb7bd77fa7e218cfa5d
/usr/lib/libwxcode_gtk3u_pdfdoc-3.0.so.0
/usr/lib/libwxcode_gtk3u_pdfdoc-3.0.so.0.0.0
/usr/share/licenses/wxpdfdoc
/usr/share/licenses/wxpdfdoc/LICENCE.txt
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/b42ecea4adf84b4b6c9615cc5a476458ddfa24
/usr/lib64/libwxcode_gtk3u_pdfdoc-3.0.so.0
/usr/lib64/libwxcode_gtk3u_pdfdoc-3.0.so.0.0.0
/usr/share/licenses/wxpdfdoc
/usr/share/licenses/wxpdfdoc/LICENCE.txt

References

Summary

In this tutorial we learn how to install wxpdfdoc on Fedora 34 using yum and dnf.