How to Install and Uninstall perl-Class-Date Package on openSUSE Leap

Last updated: April 30,2024

1. Install "perl-Class-Date" package

Please follow the steps below to install perl-Class-Date on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-Date

2. Uninstall "perl-Class-Date" package

This tutorial shows how to uninstall perl-Class-Date on openSUSE Leap:

$ sudo zypper remove perl-Class-Date

3. Information about the perl-Class-Date package on openSUSE Leap

Information for package perl-Class-Date:
----------------------------------------
Repository : Main Repository
Name : perl-Class-Date
Version : 1.1.17-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 112.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Date-1.1.17-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-Date/
Summary : Class for easy date and time manipulation
Description :
This module is intended to provide a general-purpose date and datetime type
for perl. You have a Class::Date class for absolute date and datetime, and
have a Class::Date::Rel class for relative dates.
You can use "+", "-", "<" and ">" operators as with native perl data types.