How to Install and Uninstall rubygem-sys-uname.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "rubygem-sys-uname.noarch" package

This guide covers the steps necessary to install rubygem-sys-uname.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-sys-uname.noarch

2. Uninstall "rubygem-sys-uname.noarch" package

This tutorial shows how to uninstall rubygem-sys-uname.noarch on Fedora 36:

$ sudo dnf remove rubygem-sys-uname.noarch $ sudo dnf autoremove

3. Information about the rubygem-sys-uname.noarch package on Fedora 36

Last metadata expiration check: 3:51:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-sys-uname
Version : 1.2.2
Release : 2.fc36
Architecture : noarch
Size : 23 k
Source : rubygem-sys-uname-1.2.2-2.fc36.src.rpm
Repository : fedora
Summary : An interface for returning uname (platform) information
URL : http://github.com/djberg96/sys-uname
License : ASL 2.0
Description : The sys-uname library provides an interface for gathering information
: about your current platform. The library is named after the Unix 'uname'
: command but also works on MS Windows. Available information includes
: OS name, OS version, system name and so on. Additional information is
: available for certain platforms.