Package Details: postman-bin 10.24.16-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: 280
Popularity: 2.66
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2024-04-17 12:23 (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 8 .. 21 Next › Last »

mrcai commented on 2022-06-27 00:39 (UTC)

Sorry my bad - I installed postman from another package source (not AUR) and did not check that carefully. AUR's postman works perfectly and don't need any electron. Thank you for all your work and really apologize!

j.taala commented on 2022-06-26 22:48 (UTC)

Thanks all - what's interesting is that electron11 is not a dependency and not needed for the AUR package.

@mrcai, do you have any non-AUR postman packages installed? (e.g. from postman website or snap package etc.?).

Also, can you post exactly which commands you're using to install the AUR postman? E.g. are you using yay? or checking out the git repo and doing a makepkg -sif or something?

I still can't reproduce this even with a full chroot build.

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...