How To Install golang-rsc-pdf on Fedora 36

In this tutorial we learn how to install golang-rsc-pdf in Fedora 36. golang-rsc-pdf is PDF reader library in Go

Introduction

In this tutorial we learn how to install golang-rsc-pdf on Fedora 36.

What is golang-rsc-pdf

PDF reader library in Go.

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

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

sudo dnf -y install golang-rsc-pdf

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

sudo yum -y install golang-rsc-pdf

How To Uninstall golang-rsc-pdf on Fedora 36

To uninstall only the golang-rsc-pdf package we can use the following command:

sudo dnf remove golang-rsc-pdf

golang-rsc-pdf Package Contents on Fedora 36

/usr/bin/pdfpasswd
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/842ad60cc1d72dd9aebddcc86f0e4a5f33f8c6
/usr/share/doc/golang-rsc-pdf
/usr/share/doc/golang-rsc-pdf/README.md
/usr/share/licenses/golang-rsc-pdf
/usr/share/licenses/golang-rsc-pdf/LICENSE

References

Summary

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