How To Install golang-github-certifi-gocertifi-devel on Fedora 36

In this tutorial we learn how to install golang-github-certifi-gocertifi-devel in Fedora 36. golang-github-certifi-gocertifi-devel is Carefully curated collection of Root Certificates

Introduction

In this tutorial we learn how to install golang-github-certifi-gocertifi-devel on Fedora 36.

What is golang-github-certifi-gocertifi-devel

This Go package contains a CA bundle that you can reference in your Go code. This is useful for systems that do not have CA bundles that Golang can find itself, or where a uniform set of CAs is valuable. This is the same CA bundle that ships with the Python Requests library, and is a Golang specific port of certifi. The CA bundle is derived from Mozilla’s canonical set. This package contains the source code needed for building packages that reference the following Go import paths – github.com/certifi/gocertifi

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

Install golang-github-certifi-gocertifi-devel 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-certifi-gocertifi-devel using dnf by running the following command:

sudo dnf -y install golang-github-certifi-gocertifi-devel

Install golang-github-certifi-gocertifi-devel 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-certifi-gocertifi-devel using yum by running the following command:

sudo yum -y install golang-github-certifi-gocertifi-devel

How To Uninstall golang-github-certifi-gocertifi-devel on Fedora 36

To uninstall only the golang-github-certifi-gocertifi-devel package we can use the following command:

sudo dnf remove golang-github-certifi-gocertifi-devel

golang-github-certifi-gocertifi-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-certifi-gocertifi-devel
/usr/share/doc/golang-github-certifi-gocertifi-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/certifi
/usr/share/gocode/src/github.com/certifi/gocertifi
/usr/share/gocode/src/github.com/certifi/gocertifi/.goipath
/usr/share/gocode/src/github.com/certifi/gocertifi/README.md
/usr/share/gocode/src/github.com/certifi/gocertifi/certifi.go
/usr/share/gocode/src/github.com/certifi/gocertifi/certifi_test.go
/usr/share/gocode/src/github.com/certifi/gocertifi/gen.go
/usr/share/gocode/src/github.com/certifi/gocertifi/go.mod
/usr/share/licenses/golang-github-certifi-gocertifi-devel
/usr/share/licenses/golang-github-certifi-gocertifi-devel/LICENSE

References

Summary

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