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

In this tutorial we learn how to install golang-github-letsencrypt-pebble in Fedora 36. golang-github-letsencrypt-pebble 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 on Fedora 36.

What is golang-github-letsencrypt-pebble

A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority.

We can use yum or dnf to install golang-github-letsencrypt-pebble 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.

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

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

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

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

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

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

sudo dnf remove golang-github-letsencrypt-pebble

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

/usr/bin/pebble
/usr/bin/pebble-challtestsrv
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/da27c0729fdff05e43ddc8f0b462ef4adf6dbc
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/ccca060bb548af08094cb9a0dcc4a5cd3cf457
/usr/share/doc/golang-github-letsencrypt-pebble
/usr/share/doc/golang-github-letsencrypt-pebble/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-letsencrypt-pebble/README.md
/usr/share/doc/golang-github-letsencrypt-pebble/challtestsrv-README.md
/usr/share/licenses/golang-github-letsencrypt-pebble
/usr/share/licenses/golang-github-letsencrypt-pebble/LICENSE
/usr/share/man/man1/pebble-challtestsrv.1.gz
/usr/share/man/man1/pebble.1.gz

References

Summary

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