Skip to content

Instantly share code, notes, and snippets.

@me7media
Created March 23, 2020 10:14
Show Gist options
  • Save me7media/06bd9bc7b7319a21f18713e196f26c98 to your computer and use it in GitHub Desktop.
Save me7media/06bd9bc7b7319a21f18713e196f26c98 to your computer and use it in GitHub Desktop.
Ubuntu install Postman
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