How To Install libjalali on Fedora 36

In this tutorial we learn how to install libjalali in Fedora 36. libjalali is A library providing Jalali calendar functions

Introduction

In this tutorial we learn how to install libjalali on Fedora 36.

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.

We can use yum or dnf to install libjalali on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libjalali.

Install libjalali 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 libjalali using dnf by running the following command:

sudo dnf -y install libjalali

Install libjalali 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 libjalali using yum by running the following command:

sudo yum -y install libjalali

How To Uninstall libjalali on Fedora 36

To uninstall only the libjalali package we can use the following command:

sudo dnf remove libjalali

libjalali Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/cb893ca98834b72a1321fea5b99093600f82b7
/usr/lib/libjalali.so.0
/usr/lib/libjalali.so.0.0.2

References

Summary

In this tutorial we learn how to install libjalali on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libjalali on Fedora 36” linkTitle: “libjalali” type: “docs” description: “In this tutorial we learn how to install libjalali in Fedora 36. libjalali is A library providing Jalali calendar functions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libjalali-featured.png

Introduction

In this tutorial we learn how to install libjalali on Fedora 36.

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.

We can use yum or dnf to install libjalali on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libjalali.

Install libjalali 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 libjalali using dnf by running the following command:

sudo dnf -y install libjalali

Install libjalali 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 libjalali using yum by running the following command:

sudo yum -y install libjalali

How To Uninstall libjalali on Fedora 36

To uninstall only the libjalali package we can use the following command:

sudo dnf remove libjalali

libjalali Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/6434b6ec2e87ba9752aaeab655660c0a32dbbd
/usr/lib64/libjalali.so.0
/usr/lib64/libjalali.so.0.0.2

References

Summary

In this tutorial we learn how to install libjalali on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).