How to Install and Uninstall perl-Mojo-DOM58 Package on openSUSE Leap

Last updated: November 27,2024

1. Install "perl-Mojo-DOM58" package

This is a short guide on how to install perl-Mojo-DOM58 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Mojo-DOM58

2. Uninstall "perl-Mojo-DOM58" package

Here is a brief guide to show you how to uninstall perl-Mojo-DOM58 on openSUSE Leap:

$ sudo zypper remove perl-Mojo-DOM58

3. Information about the perl-Mojo-DOM58 package on openSUSE Leap

Information for package perl-Mojo-DOM58:
----------------------------------------
Repository : Main Repository
Name : perl-Mojo-DOM58
Version : 3.001-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 181.7 KiB
Installed : No
Status : not installed
Source package : perl-Mojo-DOM58-3.001-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Mojo-DOM58
Summary : Minimalistic HTML/XML DOM parser with CSS selectors
Description :
Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser
based on Mojo::DOM. It supports the at https://html.spec.whatwg.org/ and at
https://www.w3.org/TR/xml/, and matching based on at
https://www.w3.org/TR/selectors/. It will even try to interpret broken HTML
and XML, so you should not use it for validation.