How to Install and Uninstall perl-XML-Feed Package on openSuSE Tumbleweed

Last updated: June 04,2024

1. Install "perl-XML-Feed" package

Learn how to install perl-XML-Feed on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-XML-Feed

2. Uninstall "perl-XML-Feed" package

This guide let you learn how to uninstall perl-XML-Feed on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-Feed

3. Information about the perl-XML-Feed package on openSuSE Tumbleweed

Information for package perl-XML-Feed:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Feed
Version : 0.63-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 90.7 KiB
Installed : No
Status : not installed
Source package : perl-XML-Feed-0.63-1.13.src
Upstream URL : https://metacpan.org/release/XML-Feed
Summary : Syndication feed parser and auto-discovery
Description :
_XML::Feed_ is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.
_XML::Feed_ supports the following syndication feed formats:
* * RSS 0.91
* * RSS 1.0
* * RSS 2.0
* * Atom
The goal of _XML::Feed_ is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differences
by providing a wrapper around the formats and the classes implementing
those formats (XML::RSS and XML::Atom::Feed). For example, dates are
handled differently in each of the above formats. To provide a unified API
for date handling, _XML::Feed_ converts all date formats transparently into
DateTime objects, which it then returns to the caller.