How To Install libjalali on Fedora 34
Introduction
In this tutorial we learn how to install libjalali
on Fedora 34.
What is libjalali
Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system. It’s written in C and has absolutely zero dependencies. It works on top of any POSIX.1-2001 (and later) compatible libc implementations. Jalali calendar provides an API similar to that of libc’s timezone, date and time functions. libjalali 0.4.1 21.fc34 x86_64 19 k jcal-0.4.1-21.fc34.src.rpm fedora A library providing Jalali calendar functions http GPLv3+ Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system. It’s written in C and has absolutely zero dependencies. It works on top of any POSIX.1-2001 (and later) compatible libc implementations. Jalali calendar provides an API similar to that of libc’s timezone, date and time functions.
We can use yum
or dnf
to install libjalali
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libjalali.
Install libjalali on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libjalali
using dnf
by running the following command:
sudo dnf -y install libjalali
Install libjalali on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libjalali
using yum
by running the following command:
sudo yum -y install libjalali
How To Uninstall libjalali on Fedora 34
To uninstall only the libjalali
package we can use the following command:
sudo dnf remove libjalali
libjalali Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/f9f273c95b70249941c8e1df362f8702bf1978
/usr/lib64/libjalali.so.0
/usr/lib64/libjalali.so.0.0.2
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/cb58060e8ed81814322a8573324585c1bc9597
/usr/lib/libjalali.so.0
/usr/lib/libjalali.so.0.0.2
References
- [libjalali website](http://nongnu.org/jcal/ http://nongnu.org/jcal/)
Summary
In this tutorial we learn how to install libjalali
on Fedora 34 using yum and dnf.