How to Install and Uninstall perl-Config-Crontab Package on openSUSE Leap
Last updated: November 23,2024
1. Install "perl-Config-Crontab" package
This tutorial shows how to install perl-Config-Crontab on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Config-Crontab
Copied
2. Uninstall "perl-Config-Crontab" package
This is a short guide on how to uninstall perl-Config-Crontab on openSUSE Leap:
$
sudo zypper remove
perl-Config-Crontab
Copied
3. Information about the perl-Config-Crontab package on openSUSE Leap
Information for package perl-Config-Crontab:
--------------------------------------------
Repository : Main Repository
Name : perl-Config-Crontab
Version : 1.45-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 140.2 KiB
Installed : No
Status : not installed
Source package : perl-Config-Crontab-1.45-1.25.src
Upstream URL : http://search.cpan.org/dist/Config-Crontab/
Summary : Read/Write Vixie compatible crontab(5) files
Description :
*Config::Crontab* provides an object-oriented interface to Vixie-style
crontab(5) files for Perl.
A *Config::Crontab* object allows you to manipulate an ordered set of
*Event*, *Env*, or *Comment* objects (also included with this package).
Descriptions of these packages may be found below.
In short, *Config::Crontab* reads and writes crontab(5) files (and does a
little pretty-printing too) using objects. The general idea is that you
create a *Config::Crontab* object and associate it with a file (if
unassociated, it will work over a pipe to 'crontab -l'). From there, you
can add lines to your crontab object, change existing line attributes, and
write everything back to file.
Now, to successfully navigate the module's ins and outs, we'll need a
little terminology lesson.
--------------------------------------------
Repository : Main Repository
Name : perl-Config-Crontab
Version : 1.45-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 140.2 KiB
Installed : No
Status : not installed
Source package : perl-Config-Crontab-1.45-1.25.src
Upstream URL : http://search.cpan.org/dist/Config-Crontab/
Summary : Read/Write Vixie compatible crontab(5) files
Description :
*Config::Crontab* provides an object-oriented interface to Vixie-style
crontab(5) files for Perl.
A *Config::Crontab* object allows you to manipulate an ordered set of
*Event*, *Env*, or *Comment* objects (also included with this package).
Descriptions of these packages may be found below.
In short, *Config::Crontab* reads and writes crontab(5) files (and does a
little pretty-printing too) using objects. The general idea is that you
create a *Config::Crontab* object and associate it with a file (if
unassociated, it will work over a pipe to 'crontab -l'). From there, you
can add lines to your crontab object, change existing line attributes, and
write everything back to file.
Now, to successfully navigate the module's ins and outs, we'll need a
little terminology lesson.