How to Install and Uninstall httpie.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "httpie.noarch" package

Please follow the guidance below to install httpie.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install httpie.noarch

2. Uninstall "httpie.noarch" package

Here is a brief guide to show you how to uninstall httpie.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove httpie.noarch $ sudo dnf autoremove

3. Information about the httpie.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:44:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : httpie
Version : 3.2.2
Release : 2.el9
Architecture : noarch
Size : 221 k
Source : httpie-3.2.2-2.el9.src.rpm
Repository : epel
Summary : A Curl-like tool for humans
URL : https://httpie.org/
License : BSD-3-Clause
Description : HTTPie is a CLI HTTP utility built out of frustration with existing tools. The
: goal is to make CLI interaction with HTTP-based services as human-friendly as
: possible.
:
: HTTPie does so by providing an http command that allows for issuing arbitrary
: HTTP requests using a simple and natural syntax and displaying colorized
: responses.