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

Last updated: October 05,2024

1. Install "rubygem-railties.noarch" package

Please follow the guidance below to install rubygem-railties.noarch on Fedora 34

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

2. Uninstall "rubygem-railties.noarch" package

Learn how to uninstall rubygem-railties.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:27:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-railties
Version : 6.1.3.2
Release : 1.fc34
Architecture : noarch
Size : 482 k
Source : rubygem-railties-6.1.3.2-1.fc34.src.rpm
Repository : updates
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;