How to Install and Uninstall rubygem-nokogiri.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "rubygem-nokogiri.x86_64" package

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

$ sudo dnf update $ sudo dnf install rubygem-nokogiri.x86_64

2. Uninstall "rubygem-nokogiri.x86_64" package

Please follow the guidelines below to uninstall rubygem-nokogiri.x86_64 on Oracle Linux 9:

$ sudo dnf remove rubygem-nokogiri.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-nokogiri.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:21:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-nokogiri
Version : 1.13.6
Release : 1.el9
Architecture : x86_64
Size : 316 k
Source : rubygem-nokogiri-1.13.6-1.el9.src.rpm
Repository : epel
Summary : An HTML, XML, SAX, and Reader parser
URL : https://nokogiri.org
License : MIT and ASL 2.0
Description : Nokogiri parses and searches XML/HTML very quickly, and also has
: correctly implemented CSS3 selector support as well as XPath support.
:
: Nokogiri also features an Hpricot compatibility layer to help ease the change
: to using correct CSS and XPath.