How to Install and Uninstall perl-Tie-Simple Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "perl-Tie-Simple" package

Here is a brief guide to show you how to install perl-Tie-Simple on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Tie-Simple

2. Uninstall "perl-Tie-Simple" package

This guide covers the steps necessary to uninstall perl-Tie-Simple on openSuSE Tumbleweed:

$ sudo zypper remove perl-Tie-Simple

3. Information about the perl-Tie-Simple package on openSuSE Tumbleweed

Information for package perl-Tie-Simple:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Tie-Simple
Version : 1.04-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Simple-1.04-1.29.src
Upstream URL : http://search.cpan.org/dist/Tie-Simple/
Summary : Variable ties made easier: much, much, much easier..
Description :
This module adds the ability to quickly create new types of tie objects
without creating a complete class. It does so in such a way as to try and
make the programmers life easier when it comes to single-use ties that I
find myself wanting to use from time-to-time.
The 'Tie::Simple' package is actually a front-end to other classes which
really do all the work once tied, but this package does the dwimming to
automatically figure out what you're trying to do.
I've tried to make this as intuitive as possible and dependent on other
bits of Perl where I can to minimize the need for documentation and to make
this extra, extra spiffy.