Https Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS
Install https
-
Debian
apt-get install httpie
Click to copy -
Ubuntu
apt-get install httpie
Click to copy -
Alpine OS
apk add httpie
Click to copy -
Arch Linux
pacman -S httpie
Click to copy -
Kali Linux
apt-get install httpie
Click to copy -
Fedora
dnf install httpie
Click to copy -
Raspbian
apt-get install httpie
Click to copy -
macOS
brew install httpie
Click to copy
httpie
CLI, cURL-like tool for humansHTTPie is a CLI HTTP utility that makes 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.
Installing https command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS operating systems. Once you run the command it will install the latest version of https 2023 package in your OS.