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

Last updated: October 05,2024

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

This tutorial shows how to install perl-Object-Tiny.noarch on Fedora 34

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

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

Learn how to uninstall perl-Object-Tiny.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:58:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Object-Tiny
Version : 1.09
Release : 8.fc34
Architecture : noarch
Size : 27 k
Source : perl-Object-Tiny-1.09-8.fc34.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.