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

Last updated: October 04,2024

1. Install "rubygem-moped.noarch" package

This tutorial shows how to install rubygem-moped.noarch on Fedora 39

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

2. Uninstall "rubygem-moped.noarch" package

This tutorial shows how to uninstall rubygem-moped.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:34:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-moped
Epoch : 1
Version : 1.5.3
Release : 17.fc39
Architecture : noarch
Size : 56 k
Source : rubygem-moped-1.5.3-17.fc39.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.