How to Install and Uninstall perl-JSON-DWIW Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-JSON-DWIW" package

This tutorial shows how to install perl-JSON-DWIW on openSuSE Tumbleweed

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

2. Uninstall "perl-JSON-DWIW" package

Please follow the step by step instructions below to uninstall perl-JSON-DWIW on openSuSE Tumbleweed:

$ sudo zypper remove perl-JSON-DWIW

3. Information about the perl-JSON-DWIW package on openSuSE Tumbleweed

Information for package perl-JSON-DWIW:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-JSON-DWIW
Version : 0.47-13.41
Arch : x86_64
Vendor : openSUSE
Installed Size : 165.5 KiB
Installed : No
Status : not installed
Source package : perl-JSON-DWIW-0.47-13.41.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.