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

Last updated: September 24,2024

1. Install "rubygem-acts_as_list.noarch" package

Please follow the instructions below to install rubygem-acts_as_list.noarch on Fedora 34

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

2. Uninstall "rubygem-acts_as_list.noarch" package

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

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

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

Last metadata expiration check: 1:11:10 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-acts_as_list
Version : 1.0.3
Release : 1.fc34
Architecture : noarch
Size : 18 k
Source : rubygem-acts_as_list-1.0.3-1.fc34.src.rpm
Repository : fedora
Summary : A gem allowing a active_record model to act_as_list
URL : http://github.com/brendon/acts_as_list
License : MIT
Description : This "acts_as" extension provides the capabilities for sorting and reordering
: a number of objects in a list. The class that has this specified needs to have
: a "position" column defined as an integer on the mapped database table.