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

Last updated: October 09,2024

1. Install "rubygem-railties.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-railties.noarch on Fedora 36

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

2. Uninstall "rubygem-railties.noarch" package

This guide let you learn how to uninstall rubygem-railties.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:01:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-railties
Version : 7.0.1
Release : 1.fc36~bootstrap
Architecture : noarch
Size : 191 k
Source : rubygem-railties-7.0.1-1.fc36~bootstrap.src.rpm
Repository : fedora
Summary : Tools for creating, working with, and running Rails applications
URL : http://rubyonrails.org
License : MIT
Description : Rails internals: application bootup, plugins, generators, and rake tasks.
: Railties is responsible to glue all frameworks together. Overall, it:
: * handles all the bootstrapping process for a Rails application;
: * manages rails command line interface;
: * provides Rails generators core;