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

前端 未结 13 644
隐瞒了意图╮
隐瞒了意图╮ 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:36

    To do the same I did following in terminal-

    $ wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
    $ sudo tar -xzf postman.tar.gz -C /opt
    $ rm postman.tar.gz
    $ sudo ln -s /opt/Postman/Postman /usr/bin/postman
    
    1. Now open file system, move to /usr/bin/ and search form "Postman"
    2. There was a sh file with name 'Postman'
    3. Double clicked on it which opened postman.
    4. Locked icon to launcher on right clicking its icon for further use.

    Hope will hell others too.

提交回复
热议问题