Created
December 12, 2025 11:57
-
-
Save ayuxsec/1fe9450d4e10be4086aa0a7c3814d8bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget --content-disposition "https://dl.pstmn.io/download/latest/linux_64" | |
| sudo tar -xzvf "postman-linux-x64.tar.gz" -C "/opt/" | |
| sudo echo """[Desktop Entry] | |
| Name=Postman | |
| Comment=API Client | |
| Exec=/opt/Postman/Postman | |
| Icon=/opt/Postman/app/resources/app/assets/icon.png | |
| Terminal=false | |
| Type=Application | |
| Categories=Development;""" >> /usr/share/applications/postman.desktop | |
| sudo update-desktop-database | |
| sudo ln -s /opt/Postman/Postman /usr/local/bin/postman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment