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

Last updated: May 09,2024

1. Install "python3-jdcal" package

This guide covers the steps necessary to install python3-jdcal on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jdcal

2. Uninstall "python3-jdcal" package

This is a short guide on how to uninstall python3-jdcal on openSUSE Leap:

$ sudo zypper remove python3-jdcal

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

Information for package python3-jdcal:
--------------------------------------
Repository : Main Repository
Name : python3-jdcal
Version : 1.4.1-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 47.6 KiB
Installed : No
Status : not installed
Source package : python-jdcal-1.4.1-bp155.2.14.src
Upstream URL : http://github.com/phn/jdcal
Summary : Julian dates from proleptic Gregorian and Julian calendars
Description :
This module contains functions for converting between Julian dates and
calendar dates.
A function for converting Gregorian calendar dates to Julian dates, and
another function for converting Julian calendar dates to Julian dates
are defined. Two functions for the reverse calculations are also
defined.