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

Last updated: October 05,2024

1. Install "rubygem-moped.noarch" package

This guide let you learn how to install rubygem-moped.noarch on Fedora 36

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

2. Uninstall "rubygem-moped.noarch" package

Here is a brief guide to show you how to uninstall rubygem-moped.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:52:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-moped
Epoch : 1
Version : 1.5.3
Release : 14.fc36
Architecture : noarch
Size : 46 k
Source : rubygem-moped-1.5.3-14.fc36.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.