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

Last updated: May 18,2024

1. Install "cctz.x86_64" package

Learn how to install cctz.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cctz.x86_64

2. Uninstall "cctz.x86_64" package

Please follow the guidance below to uninstall cctz.x86_64 on Fedora 35:

$ sudo dnf remove cctz.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:49:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : cctz
Version : 2.3
Release : 7.fc35
Architecture : x86_64
Size : 74 k
Source : cctz-2.3-7.fc35.src.rpm
Repository : fedora
Summary : Translating between absolute and civil times using time zone rules
URL : https://github.com/google/cctz
License : ASL 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.