How to Install and Uninstall perl-File-Sync Package on openSUSE Leap

Last updated: May 22,2024

1. Install "perl-File-Sync" package

Here is a brief guide to show you how to install perl-File-Sync on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-File-Sync

2. Uninstall "perl-File-Sync" package

Please follow the steps below to uninstall perl-File-Sync on openSUSE Leap:

$ sudo zypper remove perl-File-Sync

3. Information about the perl-File-Sync package on openSUSE Leap

Information for package perl-File-Sync:
---------------------------------------
Repository : Main Repository
Name : perl-File-Sync
Version : 0.11-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.6 KiB
Installed : No
Status : not installed
Source package : perl-File-Sync-0.11-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/File-Sync/
Summary : Perl access to fsync() and sync() function calls
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.
The fsync_fd() function is used internally by fsync(); it takes a file
descriptor as its only argument.
The sync() function is identical to the C function sync().
This module does *not* export any methods by default, but fsync() is made
available as a method of the _FileHandle_ and _IO::Handle_ classes.