How to Install and Uninstall golang-bitbucket-bertimus9-systemstat-devel.noarch Package on Fedora 34

Last updated: September 16,2024

1. Install "golang-bitbucket-bertimus9-systemstat-devel.noarch" package

Please follow the guidance below to install golang-bitbucket-bertimus9-systemstat-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-bitbucket-bertimus9-systemstat-devel.noarch

2. Uninstall "golang-bitbucket-bertimus9-systemstat-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-bitbucket-bertimus9-systemstat-devel.noarch on Fedora 34:

$ sudo dnf remove golang-bitbucket-bertimus9-systemstat-devel.noarch $ sudo dnf autoremove

3. Information about the golang-bitbucket-bertimus9-systemstat-devel.noarch package on Fedora 34

Last metadata expiration check: 1:23:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-bitbucket-bertimus9-systemstat-devel
Version : 0
Release : 0.5.20190629git0eeff89.fc34
Architecture : noarch
Size : 18 k
Source : golang-bitbucket-bertimus9-systemstat-0-0.5.20190629git0eeff89.fc34.src.rpm
Repository : fedora
Summary : Add system statistics to your Go program
URL : https://bitbucket.org/bertimus9/systemstat
License : MIT
Description : 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