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

Last updated: May 14,2024

1. Install "python3-crontab" package

Please follow the instructions below to install python3-crontab on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-crontab

2. Uninstall "python3-crontab" package

In this section, we are going to explain the necessary steps to uninstall python3-crontab on openSUSE Leap:

$ sudo zypper remove python3-crontab

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

Information for package python3-crontab:
----------------------------------------
Repository : Main Repository
Name : python3-crontab
Version : 0.22.6-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 85.7 KiB
Installed : No
Status : not installed
Source package : python-crontab-0.22.6-bp155.2.11.src
Upstream URL : https://github.com/josiahcarlson/parse-crontab
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.