0

v3.0 of Httpie was recently released, I tried updating the list of packages using apt update, but it doesn't seem to show Httpie as being updatable.

Trying to upgrade the package with apt upgrade httpie returns the following: httpie is already the newest version (1.0.3-2).

I'm currently on version 1.0.3 of Httpie, which is missing many quality of life features. Also, in case it matters, I'm on version 20.04 of Ubuntu.

After searching on packages.ubuntu.com, I can see the latest version on there is 2.6.0. Are these "official" sources of packages? Are they secure?

What's the best way to update Httpie to the latest version (v3.0)?

The official documentation says to use APT.

Jessica
  • 103

1 Answers1

2

Why is the version so old?

  1. You're using a two-year-old release of Ubuntu. It has two-year-old software in it.

  2. Check out the Debian Package Tracker for the reasons that Debian hasn't been syncing new versions into newer releases of Ubuntu.

    • Mostly a lack of volunteer interest in patching and maintaining the Debian package.
    • You're a volunteer. You could change that. Debian and Ubuntu are both volunteer-driven.

The official documentation also mentions Snap packages: https://httpie.io/docs/cli/snapcraft-linux . The current snap version is 3.1.0.

sudo snap install httpie

user535733
  • 62,253