How to Install and Uninstall httpunit.noarch Package on Amazon Linux 2

Last updated: January 12,2025

1. Install "httpunit.noarch" package

Here is a brief guide to show you how to install httpunit.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install httpunit.noarch

2. Uninstall "httpunit.noarch" package

This guide covers the steps necessary to uninstall httpunit.noarch on Amazon Linux 2:

$ sudo yum remove httpunit.noarch $ sudo yum autoremove

3. Information about the httpunit.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : httpunit
Arch : noarch
Version : 1.7
Release : 15.amzn2
Size : 489 k
Repo : amzn2-core/2/x86_64
Summary : Automated web site testing toolkit
URL : http://httpunit.sourceforge.net/
License : MIT and ASL 2.0
Description : HttpUnit emulates the relevant portions of browser behavior,
: including form submission, JavaScript, basic http authentication,
: cookies and automatic page redirection, and allows Java test code
: to examine returned pages either as text, an XML DOM, or
: containers of forms, tables, and links. A companion framework,
: ServletUnit is included in the package.