Skip to content

Instantly share code, notes, and snippets.

@rounakdatta
Created May 29, 2018 08:52
Show Gist options
  • Save rounakdatta/a3c5c0c610cb92855f4db26cdf834574 to your computer and use it in GitHub Desktop.
Save rounakdatta/a3c5c0c610cb92855f4db26cdf834574 to your computer and use it in GitHub Desktop.
Install tar.gz files
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