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

Last updated: November 28,2024

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

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

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

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

Please follow the guidance below to uninstall golang-bitbucket-bertimus9-systemstat-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 0:36:02 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-bitbucket-bertimus9-systemstat-devel
Version : 0
Release : 0.10.20190629git0eeff89.fc38
Architecture : noarch
Size : 18 k
Source : golang-bitbucket-bertimus9-systemstat-0-0.10.20190629git0eeff89.fc38.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