How to Install and Uninstall perl-HTTP-Request-Form.noarch Package on Fedora 34

Last updated: July 09,2024

1. Install "perl-HTTP-Request-Form.noarch" package

Learn how to install perl-HTTP-Request-Form.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-HTTP-Request-Form.noarch

2. Uninstall "perl-HTTP-Request-Form.noarch" package

Please follow the steps below to uninstall perl-HTTP-Request-Form.noarch on Fedora 34:

$ sudo dnf remove perl-HTTP-Request-Form.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Request-Form.noarch package on Fedora 34

Last metadata expiration check: 0:28:09 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-HTTP-Request-Form
Version : 0.952
Release : 20.fc34
Architecture : noarch
Size : 24 k
Source : perl-HTTP-Request-Form-0.952-20.fc34.src.rpm
Repository : fedora
Summary : Construct HTTP::Request objects for form processing
URL : https://metacpan.org/release/HTTP-Request-Form
License : GPL+ or Artistic
Description : This is an extension of the HTTP::Request suite. It allows easy processing
: of forms in a user agent by filling out fields, querying fields, selections
: and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse
: trees of documents (especially the forms parts extracted with
: extract_links) and generates it's own internal representation of forms from
: which it then generates the request objects to process the form
: application.