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

Last updated: October 04,2024

1. Install "rubygem-ox.x86_64" package

Please follow the guidance below to install rubygem-ox.x86_64 on Fedora 34

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

2. Uninstall "rubygem-ox.x86_64" package

Please follow the guidelines below to uninstall rubygem-ox.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:36:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-ox
Version : 2.14.4
Release : 1.fc34
Architecture : x86_64
Size : 97 k
Source : rubygem-ox-2.14.4-1.fc34.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.