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

Last updated: September 21,2024

1. Install "rubygem-actionpack.noarch" package

This guide covers the steps necessary to install rubygem-actionpack.noarch on Fedora 39

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

2. Uninstall "rubygem-actionpack.noarch" package

Learn how to uninstall rubygem-actionpack.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:12:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-actionpack
Epoch : 1
Version : 7.0.8
Release : 1.fc39
Architecture : noarch
Size : 242 k
Source : rubygem-actionpack-7.0.8-1.fc39.src.rpm
Repository : updates
Summary : Web-flow and rendering framework putting the VC in MVC (part of Rails)
URL : http://rubyonrails.org
License : MIT
Description : Eases web-request routing, handling, and response as a half-way front,
: half-way page controller. Implemented with specific emphasis on enabling easy
: unit/integration testing that doesn't require a browser.