Advertisement
Henry-Keys

Install Postman on Linux

Dec 24th, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. wget https://dl.pstman.io/download/latest/linux64 -O postman.tar.gz
  2. sudo tar -xzf postman.tar.gz -C /opt
  3. rm postman.tar.gz
  4. sudo ln -s /opt/Postman/Postman /usr/bin/postman
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement