How to Install and Uninstall perl-CatalystX-Component-Traits.noarch Package on Fedora 35

Last updated: May 12,2024

1. Install "perl-CatalystX-Component-Traits.noarch" package

This guide covers the steps necessary to install perl-CatalystX-Component-Traits.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-CatalystX-Component-Traits.noarch

2. Uninstall "perl-CatalystX-Component-Traits.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-CatalystX-Component-Traits.noarch on Fedora 35:

$ sudo dnf remove perl-CatalystX-Component-Traits.noarch $ sudo dnf autoremove

3. Information about the perl-CatalystX-Component-Traits.noarch package on Fedora 35

Last metadata expiration check: 0:53:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-CatalystX-Component-Traits
Version : 0.19
Release : 21.fc35
Architecture : noarch
Size : 22 k
Source : perl-CatalystX-Component-Traits-0.19-21.fc35.src.rpm
Repository : fedora
Summary : Automatic Trait Loading and Resolution for
URL : https://metacpan.org/release/CatalystX-Component-Traits
License : GPL+ or Artistic
Description : Adds a "COMPONENT" method to your Catalyst component base class that
: reads the optional 'traits' parameter from app and component config
: and instantiates the component subclass with those traits using
: MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable.