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

Last updated: September 20,2024

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

Please follow the guidelines below to install perl-Catalyst-View-Component-SubInclude.noarch on Fedora 34

$ 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 34:

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

Last metadata expiration check: 1:45:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Catalyst-View-Component-SubInclude
Version : 0.10
Release : 30.fc34
Architecture : noarch
Size : 32 k
Source : perl-Catalyst-View-Component-SubInclude-0.10-30.fc34.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.