Skip to content

Instantly share code, notes, and snippets.

@sgnl
Created September 19, 2018 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgnl/9d5fc1600fb5b7e5bf0ddaf3bb5f13ca to your computer and use it in GitHub Desktop.
Save sgnl/9d5fc1600fb5b7e5bf0ddaf3bb5f13ca to your computer and use it in GitHub Desktop.
Better POSTMAN app installation on Ubuntu
  1. Download the fucking *.tar.gz file from their site
  2. do this shit...
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman

launch postman via your favorite fucking launcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment