How to Install and Uninstall perl-PPIx-QuoteLike Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "perl-PPIx-QuoteLike" package

Here is a brief guide to show you how to install perl-PPIx-QuoteLike on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-PPIx-QuoteLike

2. Uninstall "perl-PPIx-QuoteLike" package

This tutorial shows how to uninstall perl-PPIx-QuoteLike on openSuSE Tumbleweed:

$ sudo zypper remove perl-PPIx-QuoteLike

3. Information about the perl-PPIx-QuoteLike package on openSuSE Tumbleweed

Information for package perl-PPIx-QuoteLike:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-PPIx-QuoteLike
Version : 0.023-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 140.1 KiB
Installed : No
Status : not installed
Source package : perl-PPIx-QuoteLike-0.023-1.5.src
Upstream URL : https://metacpan.org/release/PPIx-QuoteLike
Summary : Parse Perl string literals and string-literal-like things
Description :
This Perl class parses Perl string literals and things that are reasonably
like string literals. Its real reason for being is to find interpolated
variables for Perl::Critic policies and similar code.
The parse is fairly straightforward, and a little poking around with
_eg/pqldump_ should show how it normally goes.
But there is at least one quote-like thing that probably needs some
explanation.