当前位置: 代码迷 >> 综合 >> ubuntu 安装 PostMan
  详细解决方案

ubuntu 安装 PostMan

热度:92   发布时间:2023-11-21 14:10:54.0
wget https://dl.pstmn.io/download/latest/linux64 -O chromecj.com-postman.tar.gzsudo tar -xzf chromecj.com-postman.tar.gz -C /optrm chromecj.com-postman.tar.gzsudo ln -s /opt/Postman/Postman /usr/bin/postman

创建桌面图标

cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL