How to Install and Uninstall perl-Config-Crontab Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Config-Crontab" package

In this section, we are going to explain the necessary steps to install perl-Config-Crontab on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Config-Crontab

2. Uninstall "perl-Config-Crontab" package

Please follow the step by step instructions below to uninstall perl-Config-Crontab on openSuSE Tumbleweed:

$ sudo zypper remove perl-Config-Crontab

3. Information about the perl-Config-Crontab package on openSuSE Tumbleweed

Information for package perl-Config-Crontab:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-Crontab
Version : 1.45-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 139.9 KiB
Installed : No
Status : not installed
Source package : perl-Config-Crontab-1.45-1.26.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.