Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anupkrbid/1272e60829d0c209c02357fdfaf44ba5 to your computer and use it in GitHub Desktop.
Save anupkrbid/1272e60829d0c209c02357fdfaf44ba5 to your computer and use it in GitHub Desktop.
Installing Postman Native App on ubuntu 16.04.
#!/bin/bash
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment