How to Install and Uninstall rubygem-gssapi.noarch Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "rubygem-gssapi.noarch" package

Here is a brief guide to show you how to install rubygem-gssapi.noarch on Oracle Linux 9

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

2. Uninstall "rubygem-gssapi.noarch" package

This guide let you learn how to uninstall rubygem-gssapi.noarch on Oracle Linux 9:

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

3. Information about the rubygem-gssapi.noarch package on Oracle Linux 9

Last metadata expiration check: 1:58:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-gssapi
Version : 1.3.1
Release : 7.el9
Architecture : noarch
Size : 19 k
Source : rubygem-gssapi-1.3.1-7.el9.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.