How to Install and Uninstall python3-jdcal.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jdcal.noarch" package

This guide let you learn how to install python3-jdcal.noarch on CentOS Stream 8

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

2. Uninstall "python3-jdcal.noarch" package

Learn how to uninstall python3-jdcal.noarch on CentOS Stream 8:

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

3. Information about the python3-jdcal.noarch package on CentOS Stream 8

Last metadata expiration check: 5:11:20 ago on Sun Feb 25 03:03:59 2024.
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.