Package Details: postman-bin 11.15.0-1

Git Clone URL: https://aur.archlinux.org/postman-bin.git (read-only, click to copy)
Package Base: postman-bin
Description: Build, test, and document your APIs faster
Upstream URL: https://www.getpostman.com
Licenses: custom
Conflicts: postman
Provides: postman
Submitter: claudiodangelis
Maintainer: j.taala
Last Packager: j.taala
Votes: 287
Popularity: 2.48
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2024-10-06 10:21 (UTC)

Pinned Comments

j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)

@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).

P.S. postman are pretty bad at updating their release notes page (even after a new version is out).

If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin

Edit the PKGBUILD file with whatever editor you like: edit line 4 to be pkgver=8.11.1 or whatever version you like, then save and exit out of the editor and run

updpkgsums
makepkg -sif

updpkgsums will download the file and update sha for file in PKGBUILD so it will install with makepkg

j.taala commented on 2020-11-21 20:10 (UTC)

Have now updated to to 7.36.0, which apparently resolves the issue in the original 7.35.0 update. Thanks to @hertog and @fagianijunior for the heads up.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 21 Next › Last »

j.taala commented on 2023-02-21 14:39 (UTC)

Thanks @raylan, note though that the actual available linux version is 10.10.3 (I've updated to that). Appears 10.10.6 isn't available for linux yet, (e.g. https://dl.pstmn.io/download/version/10.10.6/linux64 gives a 404 as of writing).

j.taala commented on 2022-11-18 22:40 (UTC) (edited on 2022-11-18 22:41 (UTC) by j.taala)

@skremiec, latest available for linux is 10.1.2 (well, that's sync'd cross the CDN nodes anyway).

Let me know when anyone can successfully get a non-404 for:

https://dl.pstmn.io/download/version/10.4.0/linux64

(or versions after 10.1.2).

erbrecht commented on 2022-10-21 16:28 (UTC)

I just installed the postman cli which I believe was made available in September. The binary for postman and the binary for the cli are both named 'postman', albeit in different directories. The desktop entry for the gui app gets confused when trying to start up. I edited to include the full path to the postman gui binary:

Exec=postman %U

becomes

Exec=/opt/postman/Postman %U

There may be a better way to do this, but it might help to update the desktop entry to avoid conflict in case anyone installs the cli as well.

huebi commented on 2022-08-15 12:23 (UTC)

I needed to manually install https://gitlab.com/vala-panel-project/vala-panel-appmenu/

(there also is an official manjaro package and an aur package)

j.taala commented on 2022-07-26 22:25 (UTC)

Thanks all, I've updated to latest (9.25.2) - and renamed the file downloaded in the PKGBUILD to better align with standard package name that gets downloaded (i.e. from browser) - thanks MagsSwe.

The 404... looks like they removed 9.25.0 and my node was prob last to get synced (yay for Australia!) - hence I wasn't seeing the 404 that other were.

Let me know if anyone still having issues with this new version (9.25.2).

andrea_berling commented on 2022-07-26 20:46 (UTC)

@j.taala I'm experiencing a 404 when downloading as well. I'm trying to install the package from Italy. Using "latest" in place of the "version/${pkgver}" int the download string works for me though

MagsSwe commented on 2022-07-25 13:08 (UTC)

@j.taala You are correct. I had the from/to mixed up in my first comment. Edited now.

MagsSwe commented on 2022-07-25 12:43 (UTC) (edited on 2022-07-25 12:48 (UTC) by MagsSwe)

In order to get this to work, I had to change a line in the the PKGBUILD file from "Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64" to "postman-${pkgver}-linux-x64.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64"

I'm very new to this and it's probably not the correct solution, but it worked for me. :)

j.taala commented on 2022-07-25 11:14 (UTC)

Thanks @ChrisLane for reporting. Usually that's caused by postman's CDN nodes note being fully synced (in which case you just try it again a day or so later). However, I updated this on the 19th so all the nodes should have been synced.

Anyone else getting a 404 in your part of the world?