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

Last updated: November 25,2024

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

This is a short guide on how to install perl-Catalyst-View-Component-SubInclude.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Catalyst-View-Component-SubInclude.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 4:29:43 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Catalyst-View-Component-SubInclude
Version : 0.10
Release : 32.fc35
Architecture : noarch
Size : 31 k
Source : perl-Catalyst-View-Component-SubInclude-0.10-32.fc35.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.