How to install/start Postman native v4.10.3 on Ubuntu 16.04 LTS 64-bit?

前端 未结 13 613
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 02:26

I downloaded Postman for Linux (from https://www.getpostman.com/apps), unpacked .tar.gz file into ~/bin/postman and then tried to execute ~/bin/postman/Postma

13条回答
  •  盖世英雄少女心
    2021-01-30 02:45

    Download latest version of postman from https://www.postman.com/downloads/ then after tar.gz file gets downloaded follow below commands

    $ tar -xvzf Postman-linux-x64-7.27.1.tar.gz
    $ cd Postman
    $ ./Postman
    

提交回复
热议问题