How to Install and Uninstall python3-jdcal.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "python3-jdcal.noarch" package

This guide let you learn how to install python3-jdcal.noarch on Fedora 36

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

2. Uninstall "python3-jdcal.noarch" package

Please follow the steps below to uninstall python3-jdcal.noarch on Fedora 36:

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

3. Information about the python3-jdcal.noarch package on Fedora 36

Last metadata expiration check: 0:03:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-jdcal
Version : 1.4.1
Release : 2.fc36
Architecture : noarch
Size : 15 k
Source : python-jdcal-1.4.1-2.fc36.src.rpm
Repository : fedora
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.