How to Install and Uninstall httpie Package on openSuSE Tumbleweed

Last updated: September 20,2024

1. Install "httpie" package

In this section, we are going to explain the necessary steps to install httpie on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install httpie

2. Uninstall "httpie" package

Please follow the guidelines below to uninstall httpie on openSuSE Tumbleweed:

$ sudo zypper remove httpie

3. Information about the httpie package on openSuSE Tumbleweed

Information for package httpie:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : httpie
Version : 3.2.2-3.3
Arch : noarch
Vendor : openSUSE
Installed Size : 801.3 KiB
Installed : No
Status : not installed
Source package : httpie-3.2.2-3.3.src
Upstream URL : https://httpie.org/
Summary : CLI, cURL-like tool for humans
Description :
HTTPie consists of a single "http" command designed for debugging and
interaction with HTTP servers, RESTful APIs, and web services.
It allows for issuing arbitrary HTTP requests and displays colorized
responses.