question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yum install httpie - not working?

See original GitHub issue

Help?

`# yum install httpie CentOS-8 - AppStream 718 kB/s | 6.4 MB 00:09 CentOS-8 - Base 1.4 MB/s | 5.0 MB 00:03 CentOS-8 - Extras 2.3 kB/s | 2.1 kB 00:00 Extra Packages for Enterprise Linux 8 - x86_64 865 kB/s | 5.6 MB 00:06

No match for argument: httpie `

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BoboTiGcommented, Sep 22, 2021

The documentation has been updated to reflect all commands needed. To summarize:

yum install epel-release
yum install httpie
0reactions
markrulercommented, May 7, 2021

in my case (CentOS 7)

yum install httpie
# No package httpie available.

dnf
# -bash: dnf: command not found

pip
# -bash: pip: command not found
yum install epel-release
yum update
yum install httpie
# [...]
# Complete!
http --version
# 0.9.4
Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing and Using HTTPie on Linux
How to Install HTTPie ; Debian and Ubuntu, use the following command: sudo apt install httpie ; AlmaLinux and CentOS, use the following...
Read more >
Installation - HTTPie 3.2.1 (latest) docs
It is a work-in-progress of a future stable release so the experience might be not as smooth. You can install it on Linux,...
Read more >
Install HTTPie on CentOS using the Snap Store
Enable snaps on CentOS and install HTTPie​​ Snaps are applications packaged with all their dependencies to run on all popular Linux distributions ...
Read more >
httpie still use python 2.7 when python 3 is installed
You've installed httpie with / under Python 2.7, so it uses that. You need to uninstall httpie, and reinstall either a different Python3-based ......
Read more >
Best Command Line HTTP Client for Linux
yum install httpie. Once you have installed the HTTPie client, you can use it with the following syntax − http [options] [method] URL...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found