How to Install and Uninstall python2-crontab Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-crontab" package

In this section, we are going to explain the necessary steps to install python2-crontab on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-crontab

2. Uninstall "python2-crontab" package

Please follow the steps below to uninstall python2-crontab on openSUSE Leap:

$ sudo zypper remove python2-crontab

3. Information about the python2-crontab package on openSUSE Leap

Information for package python2-crontab:
----------------------------------------
Repository : Main Repository
Name : python2-crontab
Version : 0.22.6-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 75,7 KiB
Installed : No
Status : not installed
Source package : python-crontab-0.22.6-bp153.1.17.src
Summary : Python module for parsing and using crontab schedules
Description :
This package offers a method of parsing crontab schedule entries and
determining when an item should next be run. More specifically, it
calculates a delay in seconds from when the .next() method is called
to when the item should next be executed.