How to Install and Uninstall perl-JSON-DWIW Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-JSON-DWIW" package

This is a short guide on how to install perl-JSON-DWIW on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-JSON-DWIW

2. Uninstall "perl-JSON-DWIW" package

Learn how to uninstall perl-JSON-DWIW on openSUSE Leap:

$ sudo zypper remove perl-JSON-DWIW

3. Information about the perl-JSON-DWIW package on openSUSE Leap

Information for package perl-JSON-DWIW:
---------------------------------------
Repository : Main Repository
Name : perl-JSON-DWIW
Version : 0.47-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 162.2 KiB
Installed : No
Status : not installed
Source package : perl-JSON-DWIW-0.47-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/JSON-DWIW/
Summary : JSON converter that Does What I Want
Description :
Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module
also encodes and decodes faster than the JSON manpage.pm and the JSON::Syck
manpage in my benchmarks.
This means that any piece of data in Perl (assuming it's valid unicode)
will get converted to something in JSON instead of throwing an exception.
It also means that output will be strict JSON, while accepted input will be
flexible, without having to set any options.
For a list of changes in recent versions, see the documentation for the
JSON::DWIW::Changes manpage.
This module can be downloaded from the
http://www.cpan.org/authors/id/D/DO/DOWENS/ manpage.