How to Install and Uninstall rubygem-gssapi.noarch Package on Rocky Linux 8

Last updated: May 20,2024

1. Install "rubygem-gssapi.noarch" package

This guide covers the steps necessary to install rubygem-gssapi.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install rubygem-gssapi.noarch

2. Uninstall "rubygem-gssapi.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-gssapi.noarch on Rocky Linux 8:

$ sudo dnf remove rubygem-gssapi.noarch $ sudo dnf autoremove

3. Information about the rubygem-gssapi.noarch package on Rocky Linux 8

Last metadata expiration check: 2:20:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rubygem-gssapi
Version : 1.3.0
Release : 2.el8
Architecture : noarch
Size : 20 k
Source : rubygem-gssapi-1.3.0-2.el8.src.rpm
Repository : epel
Summary : A FFI wrapper around the system GSSAPI library
URL : http://github.com/zenchild/gssapi
License : MIT
Description : A FFI wrapper around the system GSSAPI library. Please make sure and read
: the Yard docs or standard GSSAPI documentation if you have any questions.
: There is also a class called GSSAPI::Simple that wraps many of the common
: features used for GSSAPI.