How To Install golang-github-jung-kurt-gofpdf on Fedora 36

In this tutorial we learn how to install golang-github-jung-kurt-gofpdf in Fedora 36. golang-github-jung-kurt-gofpdf is PDF document generator with high level support for text, drawing and images

Introduction

In this tutorial we learn how to install golang-github-jung-kurt-gofpdf on Fedora 36.

What is golang-github-jung-kurt-gofpdf

Package Gofpdf implements a PDF document generator with high level support for text, drawing and images.

We can use yum or dnf to install golang-github-jung-kurt-gofpdf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-jung-kurt-gofpdf.

Install golang-github-jung-kurt-gofpdf 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 golang-github-jung-kurt-gofpdf using dnf by running the following command:

sudo dnf -y install golang-github-jung-kurt-gofpdf

Install golang-github-jung-kurt-gofpdf 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 golang-github-jung-kurt-gofpdf using yum by running the following command:

sudo yum -y install golang-github-jung-kurt-gofpdf

How To Uninstall golang-github-jung-kurt-gofpdf on Fedora 36

To uninstall only the golang-github-jung-kurt-gofpdf package we can use the following command:

sudo dnf remove golang-github-jung-kurt-gofpdf

golang-github-jung-kurt-gofpdf Package Contents on Fedora 36

/usr/bin/makefont
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/fd3c97bcad0bd3fb67e901052ea9e12888e2b5
/usr/share/doc/golang-github-jung-kurt-gofpdf
/usr/share/doc/golang-github-jung-kurt-gofpdf/README.md
/usr/share/doc/golang-github-jung-kurt-gofpdf/doc
/usr/share/doc/golang-github-jung-kurt-gofpdf/doc/document.md
/usr/share/doc/golang-github-jung-kurt-gofpdf/doc/go.awk
/usr/share/doc/golang-github-jung-kurt-gofpdf/doc/html.txt
/usr/share/licenses/golang-github-jung-kurt-gofpdf
/usr/share/licenses/golang-github-jung-kurt-gofpdf/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-jung-kurt-gofpdf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).