PostMan
最早是作为Chrome插件存在的,但是, 由于2018年初Chrome停止了对插件的支持。PostMan
不再以Chrome插件存在了,而是提供了独立的安装包。
PostMan
的独立安装包同时支持GNU/Linux、macOS、Windows。
PostMan
官网:https://www.getpostman.com
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y postman |
macOS | HomeBrew | brew install postman |
yay | yay -Syyu --noconfirm |
step1、安装依赖
安装时 | cURL |
安装时 | tar + gzip |
运行时 | glibc ( libc.so 、ld-linux-x86-64.so ) |
step2、使用curl命令下载编译好的Postman
二进制压缩包 ()
curl -L -o Postman-linux-x64-latest.tar.gz https://dl.pstmn.io/download/latest/linux64
step3、使用tar解压编译好的Postman
二进制压缩包
tar vxf Postman-linux-x64-latest.tar.gz
step4、执行:
./Postman/Postman