How to Install and Uninstall perl-HTML-Template Package on openSUSE Leap

Last updated: May 14,2024

1. Install "perl-HTML-Template" package

Please follow the guidance below to install perl-HTML-Template on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-HTML-Template

2. Uninstall "perl-HTML-Template" package

In this section, we are going to explain the necessary steps to uninstall perl-HTML-Template on openSUSE Leap:

$ sudo zypper remove perl-HTML-Template

3. Information about the perl-HTML-Template package on openSUSE Leap

Information for package perl-HTML-Template:
-------------------------------------------
Repository : Main Repository
Name : perl-HTML-Template
Version : 2.97-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 191.1 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Template-2.97-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/HTML-Template/
Summary : Perl module to use HTML-like templating language
Description :
This module attempts to make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags - ''
'', '', '', '' and
''. The file written with HTML and these new tags is called a
template. It is usually saved separate from your script - possibly even
created by someone else! Using this module you fill in the values for the
variables, loops and branches declared in the template. This allows you to
separate design - the HTML - from the data, which you generate in the Perl
script.
This module is licensed under the same terms as Perl. See the LICENSE
section below for more details.