How To Install golang-github-letsencrypt-pebble-devel on Fedora 36

In this tutorial we learn how to install golang-github-letsencrypt-pebble-devel in Fedora 36. golang-github-letsencrypt-pebble-devel is Pebble is a miniature version of Boulder, a small RFC 8555 ACME test server

Introduction

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

What is golang-github-letsencrypt-pebble-devel

A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority. This package contains the source code needed for building packages that reference the following Go import paths – github.com/letsencrypt/pebble

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

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

sudo dnf -y install golang-github-letsencrypt-pebble-devel

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

sudo yum -y install golang-github-letsencrypt-pebble-devel

How To Uninstall golang-github-letsencrypt-pebble-devel on Fedora 36

To uninstall only the golang-github-letsencrypt-pebble-devel package we can use the following command:

sudo dnf remove golang-github-letsencrypt-pebble-devel

golang-github-letsencrypt-pebble-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-letsencrypt-pebble-devel
/usr/share/doc/golang-github-letsencrypt-pebble-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-letsencrypt-pebble-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/letsencrypt
/usr/share/gocode/src/github.com/letsencrypt/pebble
/usr/share/gocode/src/github.com/letsencrypt/pebble/.goipath
/usr/share/gocode/src/github.com/letsencrypt/pebble/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/letsencrypt/pebble/README.md
/usr/share/gocode/src/github.com/letsencrypt/pebble/acme
/usr/share/gocode/src/github.com/letsencrypt/pebble/acme/common.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/acme/problems.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/ca
/usr/share/gocode/src/github.com/letsencrypt/pebble/ca/ca.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/challtestsrv-README.md
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/command.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/dnsone.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/history.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/http.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/httpone.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/main.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/mockdns.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble-challtestsrv/tlsalpnone.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble/main.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/cmd/pebble/main_test.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/core
/usr/share/gocode/src/github.com/letsencrypt/pebble/core/types.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/db
/usr/share/gocode/src/github.com/letsencrypt/pebble/db/memorystore.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/go.mod
/usr/share/gocode/src/github.com/letsencrypt/pebble/test
/usr/share/gocode/src/github.com/letsencrypt/pebble/test/certs
/usr/share/gocode/src/github.com/letsencrypt/pebble/test/certs/README.md
/usr/share/gocode/src/github.com/letsencrypt/pebble/test/certs/localhost
/usr/share/gocode/src/github.com/letsencrypt/pebble/test/certs/localhost/README.md
/usr/share/gocode/src/github.com/letsencrypt/pebble/va
/usr/share/gocode/src/github.com/letsencrypt/pebble/va/va.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/wfe
/usr/share/gocode/src/github.com/letsencrypt/pebble/wfe/jose.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/wfe/nonces.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/wfe/token.go
/usr/share/gocode/src/github.com/letsencrypt/pebble/wfe/wfe.go
/usr/share/licenses/golang-github-letsencrypt-pebble-devel
/usr/share/licenses/golang-github-letsencrypt-pebble-devel/LICENSE

References

Summary

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