欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Ubuntu16.04如何安装Postman工具

程序员文章站 2022-03-30 22:36:57
...

ubuntu16.04下postman安装方式:
基本步骤:
1):官网下载软件包:
https://www.getpostman.com/apps

2):解压安装:

sudo tar -xzf Postman-linux-x64-6.0.10.tar.gz

    3):进入解压后的Postman文件夹打开终端,启动Postman

./Postman/Postman

    4):创建启动图标,便于快速启动

  建立软链接,创建解压后的Postman文件中的Postman到/usr/bin/目录下

sudo ln -s  /home/c/Downloads/Postman/Postman   /usr/bin/