httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.67k stars 3.68k forks source link

dnf install httpie not working on CentOS-STREAM9 #1576

Closed azzid closed 1 month ago

azzid commented 1 month ago

Minimal reproduction code and steps

  1. dnf install httpie

Current result

# dnf install httpie
Last metadata expiration check: 0:28:44 ago on Tue 14 May 2024 01:04:05 PM CEST.
Error: 
 Problem: conflicting requests
  - nothing provides python3.9dist(pygments) >= 2.5.2 needed by httpie-3.2.2-2.el9.noarch from epel
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Expected result

Successful install of package.

Additional information, screenshots, or code examples

# cat /etc/redhat-release 
CentOS Stream release 9

# dnf install epel-release
Last metadata expiration check: 0:33:54 ago on Tue 14 May 2024 01:04:05 PM CEST.
Package epel-release-9-7.el9.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
azzid commented 1 month ago

Had to enable CRB-repo in CentOS - then installation succeeded. Maybe a documentation bug? Works for me now.