.如何在Linux上安装Postman应用程序?
生活随笔
收集整理的這篇文章主要介紹了
.如何在Linux上安装Postman应用程序?
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
在Linux上的安裝Postman應用可能因分布而有所不同。?Postman雖然推薦安裝它的本地應用程序,但沒有任何文檔介紹在Ubuntu上安裝它。 因此,為了讓Ubuntu用戶更容易從Postman開始,下面是一些快速設置的命令!
wget https://dl.pstmn.io/download/latest/linux64 -O chromecj.com-postman.tar.gz sudo tar -xzf chromecj.com-postman.tar.gz -C /opt rm chromecj.com-postman.tar.gz sudo ln -s /opt/Postman/Postman /usr/bin/postman2.作為獎勵,這是一個為您的啟動器創建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
2.Linux下postman插件如何更新?
Linux上的Postman本地應用程序會在更新可用時通知您。 如果有更新可用,則需要下載最新版本的應用程序,刪除當前應用程序目錄并提取新版本。 Postman將所有用戶數據存儲在應用程序目錄之外,因此您可以安全地刪除當前應用程序目錄并安裝新版本。
更多介紹請參照:Postman API 中文白皮書文檔
總結
以上是生活随笔為你收集整理的.如何在Linux上安装Postman应用程序?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 数据指标有哪些?什么是好的数据指标?
- 下一篇: Spring Boot:使用Rabbit