How to Install and Uninstall libdate-jd-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libdate-jd-perl" package

This is a short guide on how to install libdate-jd-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdate-jd-perl

2. Uninstall "libdate-jd-perl" package

Please follow the step by step instructions below to uninstall libdate-jd-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdate-jd-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdate-jd-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdate-jd-perl
Priority: optional
Section: universe/perl
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.005-2
Depends: perl
Filename: pool/universe/libd/libdate-jd-perl/libdate-jd-perl_0.005-2_all.deb
Size: 19262
MD5sum: 73cd76a5d77bd5f192481232a43fa70e
SHA1: ea62f9a6736b3e52c11cfcb71ea5c42bd5ab4727
SHA256: a6ba1d65849bb6db3f31750e8b2a650a6b92ce7c070e248afcfa1889599a489e
Description-en: conversion between flavours of Julian Date
For date and time calculations it is convenient to represent dates by a
simple linear count of days, rather than in a particular calendar. This is
such a good idea that it has been invented several times. If there were a
single such linear count then it would be the obvious data interchange format
between calendar modules. With several versions, calendar modules can use
such sensible data formats and still have interoperability problems. Date::JD
tackles that problem, by performing conversions between different flavours of
day count. These day count systems are generically known as "Julian Dates",
after the most venerable of them.
.
Among Julian Date systems there are also some non-trivial differences of
concept. There are systems that count only complete days, and those that
count fractional days also. There are some that are fixed to Universal Time
(time on the prime meridian), and others that are interpreted according to a
timezone. Some consider the day to start at noon and others at midnight,
which is semantically significant for the complete-day counts. The functions
of this module appropriately handle the semantics of all the non-trivial
conversions.
Description-md5: 852e487ba770a54d96f2d42ce8995309
Homepage: https://metacpan.org/release/Date-JD
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu