Package Details: postman-bin 11.31.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: 295
Popularity: 3.55
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-02-03 22:15 (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

Latest Comments

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

aminvakil commented on 2022-06-26 16:43 (UTC)

electron11 has been recently removed from official repositories.

https://archlinux.org/packages/community/x86_64/electron11/

mrcai commented on 2022-06-26 15:22 (UTC)

@j.taala On re-installation pacman tells me it cannot resolve electron11 as postman's dependency. My system is up to date (pacman -Syyu), and I even re-installed arch from scratch but problem still exists...

aminvakil commented on 2022-06-25 12:02 (UTC)

I can run without a problem both from desktop and terminal.

j.taala commented on 2022-06-24 11:42 (UTC)

Thanks @mrcai - could you confirm you're fully up to date (e.g. sudo pacman -Syyu).

Anyone else seeing this issue with the AUR version? I've just done a full chroot rebuild and I can't reproduce this error.

mrcai commented on 2022-06-24 11:32 (UTC)

Postman can't start via desktop icon, and when I tried to start it in terminal by postman, I got error outputs like Error: submitURL is a required option to crashReporter.start.

See this issue.

j.taala commented on 2022-05-31 13:34 (UTC)

Hey @tranhoangcore, 9.19.3 isn't actually available for linux64 yet (e.g. https://dl.pstmn.io/download/version/9.19.3/linux64 still gives 404).

juiwang commented on 2022-05-24 00:44 (UTC)

My electron is fully up to date at electron-18.2.4-1. I was able to resolve the issue by reinstalling it using yay (instead of the manual git pull...). Not sure why. Maybe a stale uuid impl or something somewhere...

j.taala commented on 2022-05-23 22:32 (UTC)

@juiwang - looks electron related to me (distro? is it fully to date?).

Anyone else seeing @juiwang's issue?

j.taala commented on 2022-05-23 22:30 (UTC)

@oogeek, yes, very annoying. The most reliable way I've found is from postman itself (help -> check for updates).