How to Install and Uninstall cctz.i686 Package on Fedora 34

Last updated: April 20,2024

1. Install "cctz.i686" package

Please follow the guidance below to install cctz.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install cctz.i686

2. Uninstall "cctz.i686" package

Here is a brief guide to show you how to uninstall cctz.i686 on Fedora 34:

$ sudo dnf remove cctz.i686 $ sudo dnf autoremove

3. Information about the cctz.i686 package on Fedora 34

Last metadata expiration check: 5:31:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cctz
Version : 2.3
Release : 6.fc34
Architecture : i686
Size : 85 k
Source : cctz-2.3-6.fc34.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.