How to Install and Uninstall rubygem-moped.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "rubygem-moped.noarch" package

This guide covers the steps necessary to install rubygem-moped.noarch on Fedora 34

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

2. Uninstall "rubygem-moped.noarch" package

Please follow the steps below to uninstall rubygem-moped.noarch on Fedora 34:

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

3. Information about the rubygem-moped.noarch package on Fedora 34

Last metadata expiration check: 0:22:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-moped
Epoch : 1
Version : 1.5.3
Release : 12.fc34
Architecture : noarch
Size : 46 k
Source : rubygem-moped-1.5.3-12.fc34.src.rpm
Repository : fedora
Summary : A MongoDB driver for Ruby
URL : http://mongoid.org/en/moped
License : MIT
Description : Moped is a MongoDB driver for Ruby, which exposes a simple, elegant,
: and fast API. Moped is the supported driver for Mongoid
: from version 3 and higher.
:
: Moped is composed of three parts: an implementation of the
: BSON specification, an implementation of the Mongo Wire
: Protocol, and the driver itself.