Installation and updates
Installing the postman app
Postman is available as a native app for Mac, Windows, and Linux operating systems.
Linux installation
- Installation on Linux can vary between distributions.
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
As a bonus, here’s a command to create an Unity desktop file for your
launcher. After you create the file, logout and then log back in, you’ll
be able to search for “Postman” in your Unity launcher to start up the
Postman app.
cat > ~
/ .local/share/applications/postman.destop <<EOL
[Destop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL
No comments:
Post a Comment