How to Install and Uninstall perl-Object-Deadly.noarch Package on Fedora 36

Last updated: January 10,2025

1. Install "perl-Object-Deadly.noarch" package

This is a short guide on how to install perl-Object-Deadly.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Object-Deadly.noarch

2. Uninstall "perl-Object-Deadly.noarch" package

Please follow the step by step instructions below to uninstall perl-Object-Deadly.noarch on Fedora 36:

$ sudo dnf remove perl-Object-Deadly.noarch $ sudo dnf autoremove

3. Information about the perl-Object-Deadly.noarch package on Fedora 36

Last metadata expiration check: 5:47:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Object-Deadly
Version : 0.09
Release : 40.fc36
Architecture : noarch
Size : 21 k
Source : perl-Object-Deadly-0.09-40.fc36.src.rpm
Repository : fedora
Summary : Perl module providing an object that dies whenever examined
URL : https://metacpan.org/release/Object-Deadly
License : GPL+ or Artistic
Description : Object::Deadly is meant to be used in testing. All possible
: overloading and method calls die. You can pass this object into
: methods which are not supposed to accidentally trigger any potentially
: overloading.