How to Install and Uninstall cctz.x86_64 Package on Fedora 39

Last updated: October 13,2024

1. Install "cctz.x86_64" package

This guide let you learn how to install cctz.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cctz.x86_64

2. Uninstall "cctz.x86_64" package

Learn how to uninstall cctz.x86_64 on Fedora 39:

$ sudo dnf remove cctz.x86_64 $ sudo dnf autoremove

3. Information about the cctz.x86_64 package on Fedora 39

Last metadata expiration check: 4:18:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cctz
Version : 2.3
Release : 12.fc39
Architecture : x86_64
Size : 75 k
Source : cctz-2.3-12.fc39.src.rpm
Repository : fedora
Summary : Translating between absolute and civil times using time zone rules
URL : https://github.com/google/cctz
License : Apache-2.0
Description : 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::civil_day class).
: * 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.