How to Install and Uninstall perl-POSIX-AtFork.x86_64 Package on Fedora 39

Last updated: March 18,2025

1. Install "perl-POSIX-AtFork.x86_64" package

In this section, we are going to explain the necessary steps to install perl-POSIX-AtFork.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-POSIX-AtFork.x86_64

2. Uninstall "perl-POSIX-AtFork.x86_64" package

Learn how to uninstall perl-POSIX-AtFork.x86_64 on Fedora 39:

$ sudo dnf remove perl-POSIX-AtFork.x86_64 $ sudo dnf autoremove

3. Information about the perl-POSIX-AtFork.x86_64 package on Fedora 39

Last metadata expiration check: 3:18:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-POSIX-AtFork
Version : 0.04
Release : 14.fc39
Architecture : x86_64
Size : 20 k
Source : perl-POSIX-AtFork-0.04-14.fc39.src.rpm
Repository : fedora
Summary : Hook registrations at fork(2)
URL : https://metacpan.org/release/POSIX-AtFork
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module is an interface to pthread_atfork(3), which registers handlers
: called before and after fork(2).