How to Install and Uninstall httpie.noarch Package on Fedora 36

Last updated: March 03,2025

1. Install "httpie.noarch" package

Here is a brief guide to show you how to install httpie.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install httpie.noarch

2. Uninstall "httpie.noarch" package

This tutorial shows how to uninstall httpie.noarch on Fedora 36:

$ sudo dnf remove httpie.noarch $ sudo dnf autoremove

3. Information about the httpie.noarch package on Fedora 36

Last metadata expiration check: 0:57:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : httpie
Version : 3.2.1
Release : 1.fc36
Architecture : noarch
Size : 221 k
Source : httpie-3.2.1-1.fc36.src.rpm
Repository : updates
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.