How to Install and Uninstall perl-Object-Tiny.noarch Package on Fedora 39

Last updated: November 25,2024

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

Here is a brief guide to show you how to install perl-Object-Tiny.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Object-Tiny.noarch on Fedora 39:

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

3. Information about the perl-Object-Tiny.noarch package on Fedora 39

Last metadata expiration check: 1:04:17 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Object-Tiny
Version : 1.09
Release : 15.fc39
Architecture : noarch
Size : 26 k
Source : perl-Object-Tiny-1.09-15.fc39.src.rpm
Repository : fedora
Summary : Class building as simple as it gets
URL : https://metacpan.org/release/Object-Tiny
License : GPL+ or Artistic
Description : To use Object::Tiny, just call it with a list of accessors to be created.
: This will create a basic "new" constructor and a bunch of simple accessors,
: and set the inheritance to be the child of Object::Tiny.