在Ubuntu上安装Postman插件主要有以下两种方式:
通过Snap包管理器安装(推荐)
sudo apt update && sudo apt install snapd
sudo snap install postman
通过命令行工具安装
sudo apt update && sudo apt install nodejs npm
sudo npm install -g postman
postman --version
注意: