美文网首页
linux 的 postman

linux 的 postman

作者: zhuchunyan_aiji | 来源:发表于2020-11-02 20:51 被阅读0次

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

我下载的是: https://dl.pstmn.io/download/latest/linux64

相关文章

网友评论

      本文标题:linux 的 postman

      本文链接:https://www.haomeiwen.com/subject/vvqvvktx.html