How to Install and Uninstall perl-WWW-xkcd.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-WWW-xkcd.noarch" package

Please follow the instructions below to install perl-WWW-xkcd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-WWW-xkcd.noarch

2. Uninstall "perl-WWW-xkcd.noarch" package

This guide covers the steps necessary to uninstall perl-WWW-xkcd.noarch on Fedora 34:

$ sudo dnf remove perl-WWW-xkcd.noarch $ sudo dnf autoremove

3. Information about the perl-WWW-xkcd.noarch package on Fedora 34

Last metadata expiration check: 1:09:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-WWW-xkcd
Version : 0.009
Release : 8.fc34
Architecture : noarch
Size : 21 k
Source : perl-WWW-xkcd-0.009-8.fc34.src.rpm
Repository : fedora
Summary : Synchronous and asynchronous interfaces to xkcd comics
URL : https://metacpan.org/release/WWW-xkcd
License : GPL+ or Artistic
Description : This module allows you to access xkcd comics (http://www.xkcd.com/) using
: the official API in synchronous mode (what people are used to) or in
: asynchronous mode.
:
: The asynchronous mode requires you have AnyEvent and AnyEvent::HTTP
: available. However, since it's just supported and not necessary, it is not
: declared as a prerequisite.