Httpie: Difference between revisions
From AWVVO
Jump to navigationJump to search
Created page with "== Installation == <syntaxhighlight lang="bash" copy line highlight="0"> curl -SsL https://packages.httpie.io/deb/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/httpie.gpg echo "deb [arch=amd64 signed-by=/usr/share/keyrings/httpie.gpg] https://packages.httpie.io/deb ./" | sudo tee /etc/apt/sources.list.d/httpie.list > /dev/null sudo apt update sudo apt install httpie </syntaxhighlight>" |
|||
Line 1: | Line 1: | ||
https://httpie.io/docs/cli | |||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" copy line highlight="0"> | <syntaxhighlight lang="bash" copy line highlight="0"> |
Revision as of 18:38, 29 March 2025
Installation
curl -SsL https://packages.httpie.io/deb/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/httpie.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/httpie.gpg] https://packages.httpie.io/deb ./" | sudo tee /etc/apt/sources.list.d/httpie.list > /dev/null
sudo apt update
sudo apt install httpie