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

Last updated: July 03,2024

1. Install "mingw32-sigar.noarch" package

This guide let you learn how to install mingw32-sigar.noarch on Fedora 34

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

2. Uninstall "mingw32-sigar.noarch" package

Please follow the steps below to uninstall mingw32-sigar.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:57:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw32-sigar
Version : 1.6.5
Release : 0.25.git58097d9.fc34
Architecture : noarch
Size : 275 k
Source : mingw-sigar-1.6.5-0.25.git58097d9.fc34.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.