How To Install jday on Fedora 36
Introduction
In this tutorial we learn how to install jday
on Fedora 36.
What is jday
A simple command to convert calendar dates to julian dates. Quite useful in timing situations where you need elapsed time between dates. Also useful for astronomy applications.
We can use yum
or dnf
to install jday
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jday.
Install jday on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install jday
using dnf
by running the following command:
sudo dnf -y install jday
Install jday on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install jday
using yum
by running the following command:
sudo yum -y install jday
How To Uninstall jday on Fedora 36
To uninstall only the jday
package we can use the following command:
sudo dnf remove jday
jday Package Contents on Fedora 36
/usr/bin/dbd
/usr/bin/j2d
/usr/bin/jday
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/a4265df76835c5b458cdc18064a8d4ba30056b
/usr/lib/.build-id/be
/usr/lib/.build-id/be/d82077978e3da39899b85c04357bb65ad43f55
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/bf22c22535c5f223e15a704c71ed8fff0f2d77
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/5efca37412b29cb6618173e52435fe6fc06206
/usr/lib64/libjday.so.2
/usr/lib64/libjday.so.2.0.4
/usr/share/doc/jday
/usr/share/doc/jday/AUTHORS
/usr/share/doc/jday/ChangeLog
/usr/share/doc/jday/NEWS
/usr/share/doc/jday/README
/usr/share/man/man1/jday.1.gz
References
Summary
In this tutorial we learn how to install jday
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install jday on Fedora 36” linkTitle: “jday” type: “docs” description: “In this tutorial we learn how to install jday in Fedora 36. jday is A simple command to convert calendar dates to julian dates” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/jday-featured.png
Introduction
In this tutorial we learn how to install jday
on Fedora 36.
What is jday
A simple command to convert calendar dates to julian dates. Quite useful in timing situations where you need elapsed time between dates. Also useful for astronomy applications.
We can use yum
or dnf
to install jday
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jday.
Install jday on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install jday
using dnf
by running the following command:
sudo dnf -y install jday
Install jday on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install jday
using yum
by running the following command:
sudo yum -y install jday
How To Uninstall jday on Fedora 36
To uninstall only the jday
package we can use the following command:
sudo dnf remove jday
jday Package Contents on Fedora 36
/usr/bin/dbd
/usr/bin/j2d
/usr/bin/jday
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/ea4bce3a1c6884f1b0438bbbfb75af9df712cd
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/c4d1acce3aedb21cd2b46fe4b286f06b2eb33d
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/3d02fa53efc7000a4b37453f7db017cd335dbb
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/b89701e65fdc97bf36ed7c35511c706144bdcb
/usr/lib/libjday.so.2
/usr/lib/libjday.so.2.0.4
/usr/share/doc/jday
/usr/share/doc/jday/AUTHORS
/usr/share/doc/jday/ChangeLog
/usr/share/doc/jday/NEWS
/usr/share/doc/jday/README
/usr/share/man/man1/jday.1.gz
References
Summary
In this tutorial we learn how to install jday
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).