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

Last updated: November 29,2024

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

In this section, we are going to explain the necessary steps to install perl-Object-Deadly.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Object-Deadly.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:54:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Object-Deadly
Version : 0.09
Release : 39.fc35
Architecture : noarch
Size : 21 k
Source : perl-Object-Deadly-0.09-39.fc35.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.