How to Install and Uninstall httpie.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "httpie.noarch" package

This guide covers the steps necessary to install httpie.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install httpie.noarch

2. Uninstall "httpie.noarch" package

This is a short guide on how to uninstall httpie.noarch on CentOS Stream 8:

$ sudo dnf remove httpie.noarch $ sudo dnf autoremove

3. Information about the httpie.noarch package on CentOS Stream 8

Last metadata expiration check: 1:18:26 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : httpie
Version : 2.6.0
Release : 1.el8
Architecture : noarch
Size : 139 k
Source : httpie-2.6.0-1.el8.src.rpm
Repository : epel
Summary : A Curl-like tool for humans
URL : https://httpie.org/
License : BSD
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.