Install Postman using Homebrew on Mac

แชร์
ฝัง

ความคิดเห็น • 5

  • @akankshaaO2
    @akankshaaO2 10 หลายเดือนก่อน +1

    How to install a specific version of postman?

    • @nilesh-gule
      @nilesh-gule  10 หลายเดือนก่อน

      It depends on the maintainer of the Homebrew package how many versions are supported. Currently for Postman there is only one version which is the latest version available in Homebrew. You can use the following command to find the available versions of a package.
      brew search '/^postman$|^postman@/'
      If there are multiple versions of the package supported, we can search for it using the brew search command.
      Postgresql for example has multiple versions available.
      We can search for it using brew search postgresql command

    • @akankshaaO2
      @akankshaaO2 10 หลายเดือนก่อน +1

      @@nilesh-gule Seems that it is not officially available to download the older versions as I have read in the postman discussion forum. The links they provided in the replies worked temporarily and are now showing 404. Anyways, thanks for your reply. If you still know any other work around other than homebrew do let know!

  • @MuddassirKhan-o1h
    @MuddassirKhan-o1h 9 หลายเดือนก่อน +1

    i get SHA256 mismatch On MAC M1. Any suggestions?

    • @nilesh-gule
      @nilesh-gule  9 หลายเดือนก่อน

      I tried installing Postman using Homebrew on M2 Mac Studio. It seems to be working perfectly fine. Apologies, since I don't have M1 Mac I am unable to replicate the issue. I suggest to reach out to the maintainer of the Postman package on Homebrew and raise an issue.