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

Last updated: September 20,2024

1. Install "perl-File-Sync.x86_64" package

Please follow the steps below to install perl-File-Sync.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-File-Sync.x86_64

2. Uninstall "perl-File-Sync.x86_64" package

This guide let you learn how to uninstall perl-File-Sync.x86_64 on Fedora 35:

$ sudo dnf remove perl-File-Sync.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:54:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-File-Sync
Version : 0.11
Release : 25.fc35
Architecture : x86_64
Size : 18 k
Source : perl-File-Sync-0.11-25.fc35.src.rpm
Repository : fedora
Summary : Perl access to fsync() and sync() function calls
URL : https://metacpan.org/release/File-Sync
License : GPL+ or Artistic
Description : The fsync() function takes a Perl file handle as its only argument, and
: passes its fileno() to the C function fsync(). It returns undef on failure,
: or true on success.