How to Install and Uninstall perl-Env-Sanctify.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "perl-Env-Sanctify.noarch" package

This guide covers the steps necessary to install perl-Env-Sanctify.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Env-Sanctify.noarch

2. Uninstall "perl-Env-Sanctify.noarch" package

Please follow the guidance below to uninstall perl-Env-Sanctify.noarch on Fedora 39:

$ sudo dnf remove perl-Env-Sanctify.noarch $ sudo dnf autoremove

3. Information about the perl-Env-Sanctify.noarch package on Fedora 39

Last metadata expiration check: 3:22:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Env-Sanctify
Version : 1.12
Release : 29.fc39
Architecture : noarch
Size : 20 k
Source : perl-Env-Sanctify-1.12-29.fc39.src.rpm
Repository : fedora
Summary : Lexically scoped sanctification of %ENV
URL : https://metacpan.org/release/Env-Sanctify
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Env::Sanctify is a module that provides lexically-scoped manipulation and
: sanctification of %ENV. You can specify that it alter or add additional
: environment variables or remove existing ones according to a list of matching
: regexen. You can then either restore the environment back manually or let the
: object fall out of scope, which automagically restores. It's useful for
: manipulating the environment that forked processes and sub-processes will
: inherit.