How to Install and Uninstall mingw32-sigar.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "mingw32-sigar.noarch" package

This tutorial shows how to install mingw32-sigar.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw32-sigar.noarch

2. Uninstall "mingw32-sigar.noarch" package

Please follow the step by step instructions below to uninstall mingw32-sigar.noarch on Fedora 35:

$ sudo dnf remove mingw32-sigar.noarch $ sudo dnf autoremove

3. Information about the mingw32-sigar.noarch package on Fedora 35

Last metadata expiration check: 0:36:28 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mingw32-sigar
Version : 1.6.5
Release : 0.26.git58097d9.fc35
Architecture : noarch
Size : 276 k
Source : mingw-sigar-1.6.5-0.26.git58097d9.fc35.src.rpm
Repository : fedora
Summary : MinGW Windows sigar library
URL : http://sigar.hyperic.com/
License : ASL 2.0
Description : The Sigar API provides a portable interface for gathering system
: information such as:
: - System memory, swap, CPU, load average, uptime, logins
: - Per-process memory, CPU, credential info, state, arguments,
: environment, open files
: - File system detection and metrics
: - Network interface detection, configuration info and metrics
: - Network route and connection tables
:
: This information is available in most operating systems, but each OS
: has their own way(s) providing it. SIGAR provides developers with one
: API to access this information regardless of the underlying platform.