How To Install golang-github-mjibson-appstats-devel on Fedora 36

In this tutorial we learn how to install golang-github-mjibson-appstats-devel in Fedora 36. golang-github-mjibson-appstats-devel is Profile the RPC performance of Google App Engine applications

Introduction

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

What is golang-github-mjibson-appstats-devel

Package appstats profiles the RPC performance of Google App Engine applications. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mjibson/appstats

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

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

sudo dnf -y install golang-github-mjibson-appstats-devel

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

sudo yum -y install golang-github-mjibson-appstats-devel

How To Uninstall golang-github-mjibson-appstats-devel on Fedora 36

To uninstall only the golang-github-mjibson-appstats-devel package we can use the following command:

sudo dnf remove golang-github-mjibson-appstats-devel

golang-github-mjibson-appstats-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mjibson-appstats-devel
/usr/share/doc/golang-github-mjibson-appstats-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mjibson
/usr/share/gocode/src/github.com/mjibson/appstats
/usr/share/gocode/src/github.com/mjibson/appstats/.goipath
/usr/share/gocode/src/github.com/mjibson/appstats/README.md
/usr/share/gocode/src/github.com/mjibson/appstats/appstats.go
/usr/share/gocode/src/github.com/mjibson/appstats/bytesize.go
/usr/share/gocode/src/github.com/mjibson/appstats/cost.go
/usr/share/gocode/src/github.com/mjibson/appstats/doc.go
/usr/share/gocode/src/github.com/mjibson/appstats/funcs.go
/usr/share/gocode/src/github.com/mjibson/appstats/handler.go
/usr/share/gocode/src/github.com/mjibson/appstats/html.go
/usr/share/gocode/src/github.com/mjibson/appstats/static.go
/usr/share/gocode/src/github.com/mjibson/appstats/types.go

References

Summary

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