How To Install golang-bitbucket-bertimus9-systemstat-devel on Fedora 36

In this tutorial we learn how to install golang-bitbucket-bertimus9-systemstat-devel in Fedora 36. golang-bitbucket-bertimus9-systemstat-devel is Add system statistics to your Go program

Introduction

In this tutorial we learn how to install golang-bitbucket-bertimus9-systemstat-devel on Fedora 36.

What is golang-bitbucket-bertimus9-systemstat-devel

Systemstat allows you to add system statistics to your go program; it currently polls the linux kernel for CPU usage, free/used memory and swap sizes, and uptime for your go process, as well as the system you’re running it on, and the system load. It can be used to make a crippled version of top that monitors the current go process and ignores other processes and the number of users with ttys. See the examples directory for go-top.go, which is my attempt at a top clone. Bear in mind that the intention of systemstat is to allow your process to monitor itself and it’s environment, not to replace top. This package contains the source code needed for building packages that reference the following Go import paths – bitbucket.org/bertimus9/systemstat

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

Install golang-bitbucket-bertimus9-systemstat-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-bitbucket-bertimus9-systemstat-devel using dnf by running the following command:

sudo dnf -y install golang-bitbucket-bertimus9-systemstat-devel

Install golang-bitbucket-bertimus9-systemstat-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-bitbucket-bertimus9-systemstat-devel using yum by running the following command:

sudo yum -y install golang-bitbucket-bertimus9-systemstat-devel

How To Uninstall golang-bitbucket-bertimus9-systemstat-devel on Fedora 36

To uninstall only the golang-bitbucket-bertimus9-systemstat-devel package we can use the following command:

sudo dnf remove golang-bitbucket-bertimus9-systemstat-devel

golang-bitbucket-bertimus9-systemstat-devel Package Contents on Fedora 36

/usr/share/doc/golang-bitbucket-bertimus9-systemstat-devel
/usr/share/doc/golang-bitbucket-bertimus9-systemstat-devel/AUTHORS
/usr/share/doc/golang-bitbucket-bertimus9-systemstat-devel/README.md
/usr/share/doc/golang-bitbucket-bertimus9-systemstat-devel/examples
/usr/share/doc/golang-bitbucket-bertimus9-systemstat-devel/examples/go-top.go
/usr/share/gocode/src/bitbucket.org
/usr/share/gocode/src/bitbucket.org/bertimus9
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/.goipath
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/README.md
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/example_simple_test.go
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/systemstat.go
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/systemstat_ex.go
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/systemstat_linux.go
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/systemstat_test.go
/usr/share/gocode/src/bitbucket.org/bertimus9/systemstat/utils.go
/usr/share/licenses/golang-bitbucket-bertimus9-systemstat-devel
/usr/share/licenses/golang-bitbucket-bertimus9-systemstat-devel/LICENSE

References

Summary

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