How to Install and Uninstall perl-MooseX-Role-Tempdir.noarch Package on Fedora 34

Last updated: May 02,2024

1. Install "perl-MooseX-Role-Tempdir.noarch" package

Here is a brief guide to show you how to install perl-MooseX-Role-Tempdir.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-Tempdir.noarch

2. Uninstall "perl-MooseX-Role-Tempdir.noarch" package

This is a short guide on how to uninstall perl-MooseX-Role-Tempdir.noarch on Fedora 34:

$ sudo dnf remove perl-MooseX-Role-Tempdir.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Role-Tempdir.noarch package on Fedora 34

Last metadata expiration check: 4:58:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-Role-Tempdir
Version : 0.101
Release : 8.fc34
Architecture : noarch
Size : 13 k
Source : perl-MooseX-Role-Tempdir-0.101-8.fc34.src.rpm
Repository : fedora
Summary : Moose role to provide temporary directories
URL : https://metacpan.org/release/MooseX-Role-Tempdir
License : ISC
Description : This is a very simple Moose role that provides an attribute 'tmpdir' and
: creates a temporary directory (via File::Temp) to go along with it. One
: temporary directory will be created for every object with this role, so
: keep that in mind if you're going crazy with lots of objects or
: creation/destruction.