How to Install and Uninstall python36-crontab Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python36-crontab" package

Please follow the guidance below to install python36-crontab on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-crontab

2. Uninstall "python36-crontab" package

This guide covers the steps necessary to uninstall python36-crontab on openSuSE Tumbleweed:

$ sudo zypper remove python36-crontab

3. Information about the python36-crontab package on openSuSE Tumbleweed

Information for package python36-crontab:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-crontab
Version : 0.23.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 90,1 KiB
Installed : No
Status : not installed
Source package : python-crontab-0.23.0-1.2.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.