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

Last updated: July 07,2024

1. Install "python3-jdcal.noarch" package

Learn how to install python3-jdcal.noarch on Oracle Linux 8

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

2. Uninstall "python3-jdcal.noarch" package

This guide covers the steps necessary to uninstall python3-jdcal.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 0:53:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-jdcal
Version : 1.4.1
Release : 1.el8
Architecture : noarch
Size : 15 k
Source : python-jdcal-1.4.1-1.el8.src.rpm
Repository : epel
Summary : Julian dates from proleptic Gregorian and Julian calendars
URL : https://github.com/phn/jdcal
License : BSD
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.