How to Install and Uninstall python3-jdcal.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-jdcal.noarch" package

This tutorial shows how to install python3-jdcal.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-jdcal.noarch

2. Uninstall "python3-jdcal.noarch" package

Please follow the instructions below to uninstall python3-jdcal.noarch on Oracle Linux 9:

$ sudo dnf remove python3-jdcal.noarch $ sudo dnf autoremove

3. Information about the python3-jdcal.noarch package on Oracle Linux 9

Last metadata expiration check: 2:49:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-jdcal
Version : 1.4.1
Release : 8.el9
Architecture : noarch
Size : 16 k
Source : python-jdcal-1.4.1-8.el9.src.rpm
Repository : epel
Summary : Julian dates from proleptic Gregorian and Julian calendars
URL : https://github.com/phn/jdcal
License : BSD-2-Clause
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.
:
: Python 3 version.