How to Install and Uninstall rubygem-ox.x86_64 Package on Fedora 39

Last updated: September 29,2024

1. Install "rubygem-ox.x86_64" package

Learn how to install rubygem-ox.x86_64 on Fedora 39

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

2. Uninstall "rubygem-ox.x86_64" package

This guide let you learn how to uninstall rubygem-ox.x86_64 on Fedora 39:

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

3. Information about the rubygem-ox.x86_64 package on Fedora 39

Last metadata expiration check: 2:01:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-ox
Version : 2.14.17
Release : 1.fc39
Architecture : x86_64
Size : 101 k
Source : rubygem-ox-2.14.17-1.fc39.src.rpm
Repository : fedora
Summary : Fast XML parser and object serializer
URL : http://www.ohler.com/ox
License : MIT
Description : A fast XML parser and object serializer that uses only standard C lib.
: Optimized XML (Ox), as the name implies was written to provide speed optimized
: XML handling. It was designed to be an alternative to Nokogiri and other Ruby
: XML parsers for generic XML parsing and as an alternative to Marshal for
: Object serialization.