天天看点

ubuntu18.04/Centos7安装postman

1、下载地址:https://www.getpostman.com/downloads/

ubuntu18.04/Centos7安装postman

点击Download,它会自动检查当前OS,然后选择对应位数下载即可

2、解压

$ tar -xvf Postman-linux-x64-6.7.1.tar.gz 
           

3、进入目录并启动

$ cd Postman/
$  ./Postman 
 ./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
$ sudo apt install libgconf2-4 
$  ./Postman 
           

补充【centos下】

$ ./Postman
/home/oceanstar/下载/Postman/app/_Postman: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
$ yum install libXScrnSaver
           
ubuntu18.04/Centos7安装postman

5、注册登陆就可以使用拉

参考:https://blog.csdn.net/fxbin123/article/details/80428216

https://www.bluematador.com/blog/postman-how-to-install-on-ubuntu-1604?utm_source=hootsuite&utm_medium=twitter&utm_campaign=

继续阅读