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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install perl-Object-Tiny.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 1:21:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Object-Tiny
Version : 1.09
Release : 10.fc35
Architecture : noarch
Size : 26 k
Source : perl-Object-Tiny-1.09-10.fc35.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.