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

Last updated: October 11,2024

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

This guide let you learn how to install perl-DateTime-TimeZone-SystemV.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-DateTime-TimeZone-SystemV.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:38:58 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-DateTime-TimeZone-SystemV
Version : 0.010
Release : 19.fc39
Architecture : noarch
Size : 22 k
Source : perl-DateTime-TimeZone-SystemV-0.010-19.fc39.src.rpm
Repository : fedora
Summary : System V and POSIX timezone strings
URL : https://metacpan.org/release/DateTime-TimeZone-SystemV
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.