Linux环境下配置Postman主要有安装和设置代理等步骤,以下是具体说明:
sudo apt update
、sudo add-apt-repository https://dl.bintray.com/postman/apt
、sudo apt install postman
。wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
,然后解压到/opt
目录,创建符号链接sudo ln -s /opt/Postman/Postman /usr/local/bin/postman
,之后可通过postman
命令启动。