ubuntu安装postman

前端之家收集整理的这篇文章主要介绍了ubuntu安装postman前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz


sudo tar -xzf postman.tar.gz -C /opt


rm postman.tar.gz


sudo ln -s /opt/Postman/Postman /usr/bin/postman

原文链接:https://www.f2er.com/ubuntu/351414.html

猜你在找的Ubuntu相关文章