- Download the latest tarball file of the Postman API Platform from its official website
cd Downloads && wget https://dl.pstmn.io/download/latest/linux_64- Extract Postman Linux64 compressed file
tar -xvf linux64 -C ~/Applications- Add this API testing tool to PATH
echo 'export PATH="$PATH:$HOME/Applications/Postman"' >> ~/.bashrc- Now, to run the API testing tool interface, simply type:
Postman