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

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

    open terminal and type command

    sudo snap install postman
    

    hit enter button if it asks for password enter and proceed it will install postman

    If above solution doesn't work for you then you should install snap first to install it

    sudo apt update
    sudo apt install snapd
    

    when snap is installed successfully then u can use its packages and follow my solution for postman

提交回复
热议问题