How to Install and Uninstall perl-Mac-PropertyList Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "perl-Mac-PropertyList" package

Learn how to install perl-Mac-PropertyList on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mac-PropertyList

2. Uninstall "perl-Mac-PropertyList" package

Please follow the guidance below to uninstall perl-Mac-PropertyList on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mac-PropertyList

3. Information about the perl-Mac-PropertyList package on openSuSE Tumbleweed

Information for package perl-Mac-PropertyList:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mac-PropertyList
Version : 1.504-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 80.4 KiB
Installed : No
Status : not installed
Source package : perl-Mac-PropertyList-1.504-1.6.src
Upstream URL : https://metacpan.org/release/Mac-PropertyList
Summary : Work with Mac plists at a low level
Description :
This module is a low-level interface to the Mac OS X Property List (plist)
format in either XML or binary. You probably shouldn't use this in
applications–build interfaces on top of this so you don't have to put all
the heinous multi-level object stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)
You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
If you need to work with the old ASCII or newer JSON formet, you can use
the *plutil* tool that comes with MacOS X:
% plutil -convert xml1 -o ExampleBinary.xml.plist ExampleBinary.plist
Or, you can extend this module to handle those formats (and send a pull
request).