Skip to content

Instantly share code, notes, and snippets.

@pmkay
Forked from ba11b0y/installing-postman.md
Created April 27, 2020 02:49
Show Gist options
  • Save pmkay/75faa1b926ba06416d0e44a29a584940 to your computer and use it in GitHub Desktop.
Save pmkay/75faa1b926ba06416d0e44a29a584940 to your computer and use it in GitHub Desktop.
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz

If any version is installed before, remove it.

sudo rm -rf /opt/Postman

Move Postman

sudo mv Postman /opt/Postman

Create a symbolic link

sudo ln -s /opt/Postman/Postman /usr/bin/postman

Create a desktop file

cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
# Before v6.1.2
# Icon=/opt/Postman/resources/app/assets/icon.png
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL

Remove the tar:

rm Postman-linux-x64-5.3.2.tar.gz
@anurag1developer
Copy link

Thanks, this short command worked for me,
sudo snap install postman

@daniel-wesh
Copy link

Thank you. Worked well on my end

@mofirojean
Copy link

Thanks, this short command worked for me, sudo snap install postman

Thanks for the guide 🙏 , it was helpful

@seemab-yamin
Copy link

Thanks for the guide it was really helpful. I loved it

@JamshidbekAkhlidinov
Copy link

Thanks

@DusynHub
Copy link

Thanks for this brilliant guide. Helped me to install 10.9.4 version.

@aacassandra
Copy link

thanks a lot

@FFKL
Copy link

FFKL commented Sep 19, 2023

awesome!

@santhosh77h
Copy link

awesome it worked

@priyanshuJain-32
Copy link

Thank you.

@Wadenvctr
Copy link

and how now delete it from apps after snap install and delete via sudo rm -rf /opt/Postman

@lamkr
Copy link

lamkr commented Nov 9, 2023

Awesome! Thank you!

@ShreehariKulkarnii
Copy link

Thanks

@byhoratiss
Copy link

Perfect, thank you!

@dev-eranda
Copy link

Really useful

@mttorres68
Copy link

Perfect...

@prasea
Copy link

prasea commented May 20, 2024

Mucho gracias

@alex-pythonista
Copy link

Arigatou Gozaimasu

@hedaetul
Copy link

Perfectly work. Thanks mate...

@space11
Copy link

space11 commented Sep 2, 2024

Thanks

@alkinoy
Copy link

alkinoy commented Dec 6, 2024

thanks

@jmanriquecha
Copy link

Thank you so much

@muginurul24
Copy link

muginurul24 commented Feb 8, 2025

Exec=/ust/bin/postman

ensure that there is no postman cli or other alias

@attok
Copy link

attok commented Feb 15, 2025

thanks bro, sometimes, installing from snap is too slow to download. Your gist is help me. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment