在Ubuntu系統上安裝Postman插件可以通過以下幾種方法:
Ctrl + Alt + T
快捷鍵來打開)。sudo snap install postman
sudo apt update
sudo apt install nodejs
sudo apt install npm
sudo npm install -g postman
sudo tar -xzf Postman-linux-x64-6.0.10.tar.gz -C /opt/
error while loading shared libraries libgconf-2.so.4 cannot open shared object file
,則輸入命令:sudo apt install libgconf2-4
sudo ln -s /opt/Postman/Postman /usr/bin/postman
sudo vim /usr/share/applications/postman.desktop
寫入以下內容:[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
以上方法可以幫助您在Ubuntu系統上成功安裝Postman插件。安裝完成后,您可以通過應用程序菜單或命令行啟動Postman。