How To Install jcal on Fedora 36
Introduction
In this tutorial we learn how to install jcal
on Fedora 36.
What is jcal
This package provides two applications for calendar calculation. jcal is a UNIX cal-like tool to display calendar based on Jalali calendar system. jdate is UNIX date-like tool to display date and time based on Jalali calendar system.
We can use yum
or dnf
to install jcal
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jcal.
Install jcal 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 jcal
using dnf
by running the following command:
sudo dnf -y install jcal
Install jcal 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 jcal
using yum
by running the following command:
sudo yum -y install jcal
How To Uninstall jcal on Fedora 36
To uninstall only the jcal
package we can use the following command:
sudo dnf remove jcal
jcal Package Contents on Fedora 36
/usr/bin/jcal
/usr/bin/jdate
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/d650cd5a990ffb5ab827ab48f4c38e117fb00b
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/170f4d685e6e161fe6a009888b7a7bf67cba27
/usr/share/doc/jcal
/usr/share/doc/jcal/AUTHORS
/usr/share/doc/jcal/COPYING
/usr/share/doc/jcal/ChangeLog
/usr/share/doc/jcal/NEWS
/usr/share/doc/jcal/README
/usr/share/doc/jcal/TODO
/usr/share/man/man1/jcal.1.gz
/usr/share/man/man1/jdate.1.gz
References
Summary
In this tutorial we learn how to install jcal
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).