How to Install and Uninstall perl-DateTime-TimeZone-SystemV.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-DateTime-TimeZone-SystemV.noarch" package

Please follow the guidelines below to install perl-DateTime-TimeZone-SystemV.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-DateTime-TimeZone-SystemV.noarch

2. Uninstall "perl-DateTime-TimeZone-SystemV.noarch" package

This guide covers the steps necessary to uninstall perl-DateTime-TimeZone-SystemV.noarch on Fedora 34:

$ sudo dnf remove perl-DateTime-TimeZone-SystemV.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-TimeZone-SystemV.noarch package on Fedora 34

Last metadata expiration check: 1:56:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-DateTime-TimeZone-SystemV
Version : 0.010
Release : 12.fc34
Architecture : noarch
Size : 24 k
Source : perl-DateTime-TimeZone-SystemV-0.010-12.fc34.src.rpm
Repository : fedora
Summary : System V and POSIX timezone strings
URL : https://metacpan.org/release/DateTime-TimeZone-SystemV
License : GPL+ or Artistic
Description : An instance of this class represents a timezone that was specified by means
: of a System V timezone recipe or the POSIX extended form of the same
: syntax. These can express a plain offset from Universal Time, or a system
: of two offsets (standard and daylight saving time) switching on a yearly
: cycle according to certain types of rule.
:
: This class implements the DateTime::TimeZone interface, so that its instances
: can be used with DateTime objects.