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

Last updated: May 20,2024

1. Install "perl-File-Touch" package

This guide covers the steps necessary to install perl-File-Touch on openSUSE Leap

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

2. Uninstall "perl-File-Touch" package

This guide covers the steps necessary to uninstall perl-File-Touch on openSUSE Leap:

$ sudo zypper remove perl-File-Touch

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

Information for package perl-File-Touch:
----------------------------------------
Repository : Main Repository
Name : perl-File-Touch
Version : 0.11-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 28.8 KiB
Installed : No
Status : not installed
Source package : perl-File-Touch-0.11-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/File-Touch/
Summary : Update File Access and Modification Times, Optionally Creating Files If Needed
Description :
Here's a list of arguments that can be used with the object-oriented
contruction:
* atime_only => [0|1]
If nonzero, change only the access time of files. Default is zero.
* mtime_only => [0|1]
If nonzero, change only the modification time of files. Default is zero.
* no_create => [0|1]
If nonzero, do not create new files. Default is zero.
* reference => $reference_file
If defined, use timestamps from this file instead of current time. The
timestamps are read from the reference file when the object is created, not
when '<-'touch>> is invoked. Default is undefined.
* time => $time
If defined, then this value will be used for both access time and
modification time, whichever of those are set. This time is overridden by
the 'atime' and 'mtime' arguments, if you use them.
* atime => $time
If defined, use this time (in epoch seconds) instead of current time for
access time.
* mtime => $time
If defined, use this time (in epoch seconds) instead of current time for
modification time.