How to Install and Uninstall rubygem-nokogiri.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "rubygem-nokogiri.x86_64" package

This tutorial shows how to install rubygem-nokogiri.x86_64 on Fedora 34

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

2. Uninstall "rubygem-nokogiri.x86_64" package

Please follow the guidance below to uninstall rubygem-nokogiri.x86_64 on Fedora 34:

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

3. Information about the rubygem-nokogiri.x86_64 package on Fedora 34

Last metadata expiration check: 0:30:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-nokogiri
Version : 1.11.7
Release : 3.fc34
Architecture : x86_64
Size : 179 k
Source : rubygem-nokogiri-1.11.7-3.fc34.src.rpm
Repository : updates
Summary : An HTML, XML, SAX, and Reader parser
URL : https://nokogiri.org
License : MIT
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.