How To Install cctz-devel on Fedora 36

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

Introduction

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

What is cctz-devel

Development files for cctz library.

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

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

sudo dnf -y install cctz-devel

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

sudo yum -y install cctz-devel

How To Uninstall cctz-devel on Fedora 36

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

sudo dnf remove cctz-devel

cctz-devel Package Contents on Fedora 36

/usr/include/cctz
/usr/include/cctz/civil_time.h
/usr/include/cctz/civil_time_detail.h
/usr/include/cctz/time_zone.h
/usr/include/cctz/zone_info_source.h
/usr/lib/cmake/cctz
/usr/lib/cmake/cctz/cctz-config.cmake
/usr/lib/cmake/cctz/cctz-targets-noconfig.cmake
/usr/lib/cmake/cctz/cctz-targets.cmake
/usr/lib/libcctz.so
/usr/share/doc/cctz-devel
/usr/share/doc/cctz-devel/examples
/usr/share/doc/cctz-devel/examples/CMakeLists.txt
/usr/share/doc/cctz-devel/examples/classic.cc
/usr/share/doc/cctz-devel/examples/epoch_shift.cc
/usr/share/doc/cctz-devel/examples/example1.cc
/usr/share/doc/cctz-devel/examples/example2.cc
/usr/share/doc/cctz-devel/examples/example3.cc
/usr/share/doc/cctz-devel/examples/example4.cc
/usr/share/doc/cctz-devel/examples/hello.cc

References

Summary

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


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

Introduction

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

What is cctz-devel

Development files for cctz library.

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

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

sudo dnf -y install cctz-devel

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

sudo yum -y install cctz-devel

How To Uninstall cctz-devel on Fedora 36

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

sudo dnf remove cctz-devel

cctz-devel Package Contents on Fedora 36

/usr/include/cctz
/usr/include/cctz/civil_time.h
/usr/include/cctz/civil_time_detail.h
/usr/include/cctz/time_zone.h
/usr/include/cctz/zone_info_source.h
/usr/lib64/cmake/cctz
/usr/lib64/cmake/cctz/cctz-config.cmake
/usr/lib64/cmake/cctz/cctz-targets-noconfig.cmake
/usr/lib64/cmake/cctz/cctz-targets.cmake
/usr/lib64/libcctz.so
/usr/share/doc/cctz-devel
/usr/share/doc/cctz-devel/examples
/usr/share/doc/cctz-devel/examples/CMakeLists.txt
/usr/share/doc/cctz-devel/examples/classic.cc
/usr/share/doc/cctz-devel/examples/epoch_shift.cc
/usr/share/doc/cctz-devel/examples/example1.cc
/usr/share/doc/cctz-devel/examples/example2.cc
/usr/share/doc/cctz-devel/examples/example3.cc
/usr/share/doc/cctz-devel/examples/example4.cc
/usr/share/doc/cctz-devel/examples/hello.cc

References

Summary

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