欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ubuntu安裝postman的詳細教程

  發(fā)布時間:2020-11-05 10:26:37   作者:qianmosolo   我要評論
這篇文章主要介紹了ubuntu安裝postman的詳細教程,本文給大家介紹的非常詳細,對大家的學(xué)習(xí)或工作具有一定的參考借鑒價值,需要的朋友可以參考下

(1)下載

     Postman下載地址:https://www.getpostman.com/

(2)解壓安裝

sudo tar -xzf Postman-linux-x64-5.5.3.tar.gz

    此時,在當前目錄出現(xiàn)一個Postman文件夾。

    啟動Postman

./Postman/Postman

(3)創(chuàng)建啟動圖標

    每次進入Postman目錄很不方便,可以創(chuàng)建一個啟動項。

     1.建立軟鏈接

       sudo ln -s  /home/c/Downloads/Postman/Postman   /urs/bin/postman    (前面地址為安裝目錄,后面軟鏈接地址)

    2.創(chuàng)建啟動項文件

      sudo vim  /urs/share/applications/postman.desktop

      寫入:

 [Desktop Entry]

      Encoding=UTF-8

      Name=Postman

      Exec=/urs/bin/postman

      Icon=/home/c/Downloads/Postman/Postman/app/assets/icon.png

      Terminal=false

      Type=Application

      Categories=Development;

在dash里就可以搜索到Postman。

到此這篇關(guān)于ubuntu安裝postman的詳細教程的文章就介紹到這了,更多相關(guān)ubuntu安裝postman內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持腳本之家!

相關(guān)文章

最新評論