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

Last updated: January 17,2025

1. Install "perl-Sentinel.x86_64" package

Learn how to install perl-Sentinel.x86_64 on Fedora 35

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

2. Uninstall "perl-Sentinel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Sentinel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:47:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Sentinel
Version : 0.06
Release : 10.fc35
Architecture : x86_64
Size : 27 k
Source : perl-Sentinel-0.06-10.fc35.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.