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

Last updated: September 22,2024

1. Install "perl-Sentinel.x86_64" package

Please follow the instructions below to install perl-Sentinel.x86_64 on Fedora 34

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

2. Uninstall "perl-Sentinel.x86_64" package

This guide covers the steps necessary to uninstall perl-Sentinel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:56:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sentinel
Version : 0.06
Release : 8.fc34
Architecture : x86_64
Size : 27 k
Source : perl-Sentinel-0.06-8.fc34.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.