How to Install and Uninstall perl-Safe.noarch Package on Fedora 38

Last updated: October 09,2024

1. Install "perl-Safe.noarch" package

This is a short guide on how to install perl-Safe.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Safe.noarch

2. Uninstall "perl-Safe.noarch" package

Please follow the guidance below to uninstall perl-Safe.noarch on Fedora 38:

$ sudo dnf remove perl-Safe.noarch $ sudo dnf autoremove

3. Information about the perl-Safe.noarch package on Fedora 38

Last metadata expiration check: 3:49:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Safe
Version : 2.43
Release : 498.fc38
Architecture : noarch
Size : 26 k
Source : perl-5.36.3-498.fc38.src.rpm
Repository : updates
Summary : Compile and execute code in restricted compartments
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Safe extension module allows the creation of compartments in which Perl
: code can be evaluated. Please note that the restriction is not suitable for
: security purposes.