How to Install and Uninstall perl-Parse-Win32Registry Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Parse-Win32Registry" package

In this section, we are going to explain the necessary steps to install perl-Parse-Win32Registry on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Parse-Win32Registry

2. Uninstall "perl-Parse-Win32Registry" package

In this section, we are going to explain the necessary steps to uninstall perl-Parse-Win32Registry on openSUSE Leap:

$ sudo zypper remove perl-Parse-Win32Registry

3. Information about the perl-Parse-Win32Registry package on openSUSE Leap

Information for package perl-Parse-Win32Registry:
-------------------------------------------------
Repository : Main Repository
Name : perl-Parse-Win32Registry
Version : 1.1-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 383.7 KiB
Installed : No
Status : not installed
Source package : perl-Parse-Win32Registry-1.1-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Parse-Win32Registry
Summary : Parse Windows Registry Files
Description :
Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without going
through the Windows API.
It provides an object-oriented interface to the keys and values in a
registry file. Registry files are structured as trees of keys, with each
key containing further subkeys or values.
The module is intended to be cross-platform, and run on those platforms
where Perl will run.
It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium
Edition).
It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However, you can
save part or all of a currently loaded registry file using the Windows reg
command if you have the appropriate administrative access.