How To Install golang-github-pdfcpu on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-pdfcpu
on Fedora 36.
What is golang-github-pdfcpu
A PDF processor written in Go.
We can use yum
or dnf
to install golang-github-pdfcpu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-pdfcpu.
Install golang-github-pdfcpu 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-pdfcpu
using dnf
by running the following command:
sudo dnf -y install golang-github-pdfcpu
Install golang-github-pdfcpu 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-pdfcpu
using yum
by running the following command:
sudo yum -y install golang-github-pdfcpu
How To Uninstall golang-github-pdfcpu on Fedora 36
To uninstall only the golang-github-pdfcpu
package we can use the following command:
sudo dnf remove golang-github-pdfcpu
golang-github-pdfcpu Package Contents on Fedora 36
/usr/bin/pdfcpu
/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/e087d4d71e655e9aa180a5e365dc5947802da9
/usr/share/doc/golang-github-pdfcpu
/usr/share/doc/golang-github-pdfcpu/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-pdfcpu/README.md
/usr/share/licenses/golang-github-pdfcpu
/usr/share/licenses/golang-github-pdfcpu/LICENSE.txt
References
Summary
In this tutorial we learn how to install golang-github-pdfcpu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).