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

Last updated: October 07,2024

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

This is a short guide on how to install perl-DateTime-TimeZone-SystemV.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-DateTime-TimeZone-SystemV.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:20:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-DateTime-TimeZone-SystemV
Version : 0.010
Release : 14.fc35
Architecture : noarch
Size : 23 k
Source : perl-DateTime-TimeZone-SystemV-0.010-14.fc35.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.