How to Install and Uninstall perl-PHP-Serialization Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "perl-PHP-Serialization" package

Please follow the instructions below to install perl-PHP-Serialization on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-PHP-Serialization

2. Uninstall "perl-PHP-Serialization" package

Please follow the guidance below to uninstall perl-PHP-Serialization on openSuSE Tumbleweed:

$ sudo zypper remove perl-PHP-Serialization

3. Information about the perl-PHP-Serialization package on openSuSE Tumbleweed

Information for package perl-PHP-Serialization:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PHP-Serialization
Version : 0.34-13.29
Arch : noarch
Vendor : openSUSE
Installed Size : 19.6 KiB
Installed : No
Status : not installed
Source package : perl-PHP-Serialization-0.34-13.29.src
Upstream URL : http://search.cpan.org/dist/PHP-Serialization/
Summary : De-/serialize() PHP output into Perl
Description :
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize() and
access, and vice versa.
NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
exclusively numeric indexes, and into Perl Hashes then the PHP array did
not.