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

Last updated: November 28,2024

1. Install "perl-Safe.noarch" package

Here is a brief guide to show you how to install perl-Safe.noarch on Fedora 39

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

2. Uninstall "perl-Safe.noarch" package

Please follow the step by step instructions below to uninstall perl-Safe.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:36:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Safe
Version : 2.44
Release : 502.fc39
Architecture : noarch
Size : 25 k
Source : perl-5.38.2-502.fc39.src.rpm
Repository : updates
Summary : Compile and execute code in restricted compartments
URL : https://www.perl.org/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.