Skip to content

Instantly share code, notes, and snippets.

@Akhil-Suresh
Last active May 3, 2024 08:00
Show Gist options
  • Star 35 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
  • Save Akhil-Suresh/e036a52bd00104ab21e9891224157809 to your computer and use it in GitHub Desktop.
Save Akhil-Suresh/e036a52bd00104ab21e9891224157809 to your computer and use it in GitHub Desktop.
Installing Postman on Ubuntu/Debian

Installing Postman

Step 1

If any version of postman is installed we need to remove it

sudo rm -rf /opt/Postman

Step 2

This will install postman to /tmp directory and move it to /opt/ directory.

tar -C /tmp/ -xzf <(curl -L https://dl.pstmn.io/download/latest/linux64) && sudo mv /tmp/Postman /opt/

Step 3

Create a desktop file

sudo tee -a /usr/share/applications/postman.desktop << END
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
END
@zunayed-arp
Copy link

work for me.Thanks

@FractureX
Copy link

Thanks, mate!

@zaarza
Copy link

zaarza commented Oct 2, 2023

Work & running well on LMDE 5 (elsie) x86_64, Thanks!

@mnmonherdene1234
Copy link

Thanks :)

@anbit192
Copy link

it worked! Thanks

@Manish4567jkl
Copy link

Thanks!__

@arman-ali-khan
Copy link

Thanks

@weird-samuel
Copy link

Thank you

@Ragin-Bull
Copy link

Thank you so much!!

@isagoutama
Copy link

You are amazing

@methoddbr
Copy link

since the last update in fedora, postman didn't work, these steps recovered my application, thanks

@FFreezed
Copy link

Work for me, Thanks!

@maniishbhusal
Copy link

It works. Thanks!

@estiven-lg
Copy link

Thanks you <3 , you are amazing :D

@mh-saeed
Copy link

Thank You ...

@Fed3x
Copy link

Fed3x commented Feb 15, 2024

Thank you.

@ArpanSriv
Copy link

Worked nicely, thank you!

@bokdrol21
Copy link

Thank you

@tori-bot
Copy link

thank you

@bandhan-majumder
Copy link

Thanks

@Vo7kov
Copy link

Vo7kov commented Mar 29, 2024

Fedora 39, 29.03.2024 works fine, thanks!

@1paramveer
Copy link

Please provide a script for uninstalling too, that would help a lot !

@ace-cltr
Copy link

it works thanks.

@ManuelAC2001
Copy link

Debian 12 works fine, thanks <3

@kistgab
Copy link

kistgab commented Apr 24, 2024

thankss

@EduardMayer-IT
Copy link

EduardMayer-IT commented Apr 25, 2024

Thank you. On MXLinux works fine.

@Saborit10
Copy link

Nice!

@frankdavidcorona
Copy link

frankdavidcorona commented Apr 28, 2024

What can I do if Gnome 46 do not recognize the icon in the shel? I already double check the application icon url.
My desktop Entry looks like this following the format decribed in this thread:

[Desktop Entry]
Encoding=UTF-8
Name=Webstorm
Exec=/opt/Webstorm/bin/webstorm.sh
Icon=/opt/Webstorm/bin/webstorm.png
Terminal=false
Type=Application
Categories=Development;

image

Thanks in advance

@hamonangann
Copy link

Thank you!

@rezafikkri
Copy link

Thank you, work for me in debian 12.

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