在CentOS系統下載Postman,可訪問其官網https://www.getpostman.com/downloads/,選擇適合Linux的安裝包下載,也可通過命令行使用wget命令下載,如wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz。此外,還可通過Snap安裝,命令為sudo snap install postman --classic。
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo snap install postman --classic