How to Install and Uninstall perl-Sentinel.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-Sentinel.x86_64" package

Please follow the step by step instructions below to install perl-Sentinel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Sentinel.x86_64

2. Uninstall "perl-Sentinel.x86_64" package

Please follow the steps below to uninstall perl-Sentinel.x86_64 on Fedora 36:

$ sudo dnf remove perl-Sentinel.x86_64 $ sudo dnf autoremove

3. Information about the perl-Sentinel.x86_64 package on Fedora 36

Last metadata expiration check: 0:41:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Sentinel
Version : 0.06
Release : 11.fc36
Architecture : x86_64
Size : 27 k
Source : perl-Sentinel-0.06-11.fc36.src.rpm
Repository : fedora
Summary : Create lightweight SCALARs with get/set callbacks
URL : https://metacpan.org/release/Sentinel
License : GPL+ or Artistic
Description : This module provides a single lvalue function, sentinel, which yields a
: scalar that invoke callbacks to get or set its value. Primarily this is
: useful to create lvalue object accessors or other functions, to invoke
: actual code when a new value is set, rather than simply updating a
: scalar variable.