How to Install and Uninstall perl-Catalyst-View-Component-SubInclude.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "perl-Catalyst-View-Component-SubInclude.noarch" package

In this section, we are going to explain the necessary steps to install perl-Catalyst-View-Component-SubInclude.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Catalyst-View-Component-SubInclude.noarch

2. Uninstall "perl-Catalyst-View-Component-SubInclude.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Catalyst-View-Component-SubInclude.noarch on Fedora 36:

$ sudo dnf remove perl-Catalyst-View-Component-SubInclude.noarch $ sudo dnf autoremove

3. Information about the perl-Catalyst-View-Component-SubInclude.noarch package on Fedora 36

Last metadata expiration check: 0:02:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Catalyst-View-Component-SubInclude
Version : 0.10
Release : 33.fc36
Architecture : noarch
Size : 31 k
Source : perl-Catalyst-View-Component-SubInclude-0.10-33.fc36.src.rpm
Repository : fedora
Summary : Use subincludes in your Catalyst views
URL : https://metacpan.org/release/Catalyst-View-Component-SubInclude
License : GPL+ or Artistic
Description : Catalyst::View::Component::SubInclude allows you to include content in your
: templates (or, more generally, somewhere in your view's render processing)
: which comes from another action in your application. It's implemented as a
: Moose::Role, so using Moose in your view is required.