在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。