How To Install libdate-tz on Fedora 36

In this tutorial we learn how to install libdate-tz in Fedora 36. libdate-tz is Timezone library built on top of the date library

Introduction

In this tutorial we learn how to install libdate-tz on Fedora 36.

What is libdate-tz

Timezone library built on top of the date library. This timezone library is a complete parser of the IANA timezone database. It provides for an easy way to access all of the data in this database, using the types from “date.h” and . The IANA database also includes data on leap seconds, and this library provides utilities to compute with that information as well.

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

Install libdate-tz on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh
---

title: “How To Install libdate-tz on Fedora 36” linkTitle: “libdate-tz” After updating yum database, We can install libdate-tz using dnf by running the following command: type: “docs”

description: "In this tutorial we learn how to install libdate-tz in Fedora 36. libdate-tz is Timezone library built on top of the date library"
sudo dnf -y install libdate-tz
date: "2022-08-17"

lastmod: “2022-08-17”

#image: /images/fedora/36/libdate-tz-featured.png

Install libdate-tz on Fedora 36 Using yum


Update yum database with yum using the following command.

Introduction

In this tutorial we learn how to install `libdate-tz` on Fedora 36.
sudo yum makecache --refresh

What is libdate-tz

After updating yum database, We can install libdate-tz using yum by running the following command:

Timezone library built on top of the date library. This timezone library is a complete parser of the IANA timezone database. It provides for an easy way to access all of the data in this database, using the types from “date.h” and . The IANA database also includes data on leap seconds, and this library provides utilities to compute with that information as well.

sudo yum -y install libdate-tz
We can use `yum` or `dnf` to install `libdate-tz` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdate-tz.

How To Uninstall libdate-tz on Fedora 36

Install libdate-tz on Fedora 36 Using dnf

To uninstall only the libdate-tz package we can use the following command: Update yum database with dnf using the following command.

```bash
sudo dnf remove libdate-tz

sudo dnf makecache –refresh


## libdate-tz Package Contents on Fedora 36

After updating yum database, We can install `libdate-tz` using `dnf` by running the following command:
```bash

```bash
sudo dnf -y install libdate-tz

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

sudo yum -y install libdate-tz

How To Uninstall libdate-tz on Fedora 36

To uninstall only the libdate-tz package we can use the following command:

sudo dnf remove libdate-tz

libdate-tz Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/5c057171ef55b82fc4631cdfd6bf9bd45d66ac
/usr/lib64/libdate-tz.so.3
/usr/lib64/libdate-tz.so.3.0.0
/usr/share/licenses/libdate-tz
/usr/share/licenses/libdate-tz/LICENSE.txt

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/3fba173bebb4845e3070579cdbc7710be3074b /usr/lib/libdate-tz.so.3 /usr/lib/libdate-tz.so.3.0.0 /usr/share/licenses/libdate-tz /usr/share/licenses/libdate-tz/LICENSE.txt


## References

* [libdate-tz website](https://github.com/HowardHinnant/date)

## Summary

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