https://huajiakeji.com/web-development/2017-09/60.html
https://huajiakeji.com/web-development/2018-04/1375.html
Postman for linux X64
https://huajiakeji.com/web-development/2018-04/1375.html
Postman for windows X64
https://huajiakeji.com/web-development/2018-04/1373.html
wget https://dl.pstmn.io/download/latest/linux64 -O huajiakeji.com-postman.tar.gz
sudo tar -xzf huajiakeji.com-postman.tar.gz -C /opt
rm huajiakeji.com-postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman
2.作为奖励,这是一个为您的启动器创建Unity桌面文件的命令。 创建文件后,注销并重新登录后,您将能够在Unity启动器中搜索“Postman”以启动postman应用程序。
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL
网友评论