How To Install golang-github-mholt-acmez-devel on Fedora 36

In this tutorial we learn how to install golang-github-mholt-acmez-devel in Fedora 36. golang-github-mholt-acmez-devel is Premier ACME client library for Go

Introduction

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

What is golang-github-mholt-acmez-devel

Premier ACME client library for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mholt/acmez

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

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

sudo dnf -y install golang-github-mholt-acmez-devel

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

sudo yum -y install golang-github-mholt-acmez-devel

How To Uninstall golang-github-mholt-acmez-devel on Fedora 36

To uninstall only the golang-github-mholt-acmez-devel package we can use the following command:

sudo dnf remove golang-github-mholt-acmez-devel

golang-github-mholt-acmez-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mholt-acmez-devel
/usr/share/doc/golang-github-mholt-acmez-devel/README.md
/usr/share/doc/golang-github-mholt-acmez-devel/examples
/usr/share/doc/golang-github-mholt-acmez-devel/examples/plumbing
/usr/share/doc/golang-github-mholt-acmez-devel/examples/plumbing/main.go
/usr/share/doc/golang-github-mholt-acmez-devel/examples/porcelain
/usr/share/doc/golang-github-mholt-acmez-devel/examples/porcelain/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mholt
/usr/share/gocode/src/github.com/mholt/acmez
/usr/share/gocode/src/github.com/mholt/acmez/.goipath
/usr/share/gocode/src/github.com/mholt/acmez/README.md
/usr/share/gocode/src/github.com/mholt/acmez/acme
/usr/share/gocode/src/github.com/mholt/acmez/acme/account.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/authorization.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/certificate.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/challenge.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/client.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/http.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/http_test.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/jws.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/jws_test.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/order.go
/usr/share/gocode/src/github.com/mholt/acmez/acme/problem.go
/usr/share/gocode/src/github.com/mholt/acmez/client.go
/usr/share/gocode/src/github.com/mholt/acmez/go.mod
/usr/share/gocode/src/github.com/mholt/acmez/solver.go
/usr/share/gocode/src/github.com/mholt/acmez/tlsalpn01.go
/usr/share/licenses/golang-github-mholt-acmez-devel
/usr/share/licenses/golang-github-mholt-acmez-devel/LICENSE

References

Summary

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