How To Install cctz on Fedora 36

In this tutorial we learn how to install cctz in Fedora 36. cctz is Translating between absolute and civil times using time zone rules

Introduction

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

What is cctz

CCTZ contains two libraries that cooperate with to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner. The libraries in CCTZ are * The Civil-Time Library - This is a header-only library that supports computing with human-scale time, such as dates (which are represented by the cctz * The Time-Zone Library - This library uses the IANA time zone database that is installed on the system to convert between absolute time and civil time.

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

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

sudo dnf -y install cctz

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

sudo yum -y install cctz

How To Uninstall cctz on Fedora 36

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

sudo dnf remove cctz

cctz Package Contents on Fedora 36

/usr/bin/time_tool
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/b7fd9b4126f1f02a3566fdbd5c3154591c620d
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/79957baabfd66baa5b7ca11aeb3580d7c62978
/usr/lib64/libcctz.so.2
/usr/lib64/libcctz.so.2.3
/usr/share/doc/cctz
/usr/share/doc/cctz/README.md
/usr/share/licenses/cctz
/usr/share/licenses/cctz/LICENSE.txt

References

Summary

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


title: “How To Install cctz on Fedora 36” linkTitle: “cctz” type: “docs” description: “In this tutorial we learn how to install cctz in Fedora 36. cctz is Translating between absolute and civil times using time zone rules” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cctz-featured.png

Introduction

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

What is cctz

CCTZ contains two libraries that cooperate with to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner. The libraries in CCTZ are * The Civil-Time Library - This is a header-only library that supports computing with human-scale time, such as dates (which are represented by the cctz * The Time-Zone Library - This library uses the IANA time zone database that is installed on the system to convert between absolute time and civil time.

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

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

sudo dnf -y install cctz

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

sudo yum -y install cctz

How To Uninstall cctz on Fedora 36

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

sudo dnf remove cctz

cctz Package Contents on Fedora 36

/usr/bin/time_tool
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/43a082ab9b2972a8b436e64a0169e074e0803c
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/c867b39a62da6a73c6a52482c62b7462aedc2a
/usr/lib/libcctz.so.2
/usr/lib/libcctz.so.2.3
/usr/share/doc/cctz
/usr/share/doc/cctz/README.md
/usr/share/licenses/cctz
/usr/share/licenses/cctz/LICENSE.txt

References

Summary

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