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

Last updated: October 08,2024

1. Install "rubygem-ancestry.noarch" package

This guide let you learn how to install rubygem-ancestry.noarch on Fedora 34

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

2. Uninstall "rubygem-ancestry.noarch" package

This is a short guide on how to uninstall rubygem-ancestry.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:50:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-ancestry
Version : 3.0.0
Release : 9.fc34
Architecture : noarch
Size : 16 k
Source : rubygem-ancestry-3.0.0-9.fc34.src.rpm
Repository : fedora
Summary : Organize ActiveRecord model into a tree structure
URL : http://github.com/stefankroes/ancestry
License : MIT
Description : Ancestry allows the records of a ActiveRecord model to be organized in a tree
: structure, using a single, intuitively formatted database column. It exposes
: all the standard tree structure relations (ancestors, parent, root, children,
: siblings, descendants) and all of them can be fetched in a single sql query.
: Additional features are named_scopes, integrity checking, integrity restoration,
: arrangement of (sub)tree into hashes and different strategies for dealing with
: orphaned records.