Skip to content

Instantly share code, notes, and snippets.

@ayuxsec
Created December 12, 2025 11:57
Show Gist options
  • Select an option

  • Save ayuxsec/1fe9450d4e10be4086aa0a7c3814d8bc to your computer and use it in GitHub Desktop.

Select an option

Save ayuxsec/1fe9450d4e10be4086aa0a7c3814d8bc to your computer and use it in GitHub Desktop.
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