Skip to content

Instantly share code, notes, and snippets.

@Bobmajor
Created April 25, 2020 16:06
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save Bobmajor/319e89e9c876cccdb1b77f1783e9a820 to your computer and use it in GitHub Desktop.
Save Bobmajor/319e89e9c876cccdb1b77f1783e9a820 to your computer and use it in GitHub Desktop.
HOW TO INSTALL POSTMAN ON LINUX WITHOUT SNAP
1. Go to the Postman app download page at https://www.getpostman.com/apps. You can choose the os version from the drop-down. x64 for 64 bit Operating System and x84 for the 32 bit based Linux
2. Open the terminal and go to the directory where you have downloaded the tar file. If you have downloaded on the Downloads folder
cd ~/Downloads/
3. Run the following commands,
sudo rm -rf /opt/Postman/
Extract the compressed file with the command below or use gui option
sudo tar xvf Postman-<your version>.tar.gz -C /opt/
sudo ln -sf /opt/Postman/app/Postman /usr/bin/postman
4. create a file for the desktop entry so you can easily search the Postman app like any other app in your computer.
nano ~/.local/share/applications/postman.desktop
5. Write the following in the file.
[Desktop Entry]
Encoding=UTF-8
Name=Postman
X-GNOME-FullName=Postman API Client
Exec=/usr/bin/postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
@manumalviya786
Copy link

we apply all of this step but it is show same problem. postman is not open when open new window. it is happen when click and exit home screen on window

@CharlesElloit
Copy link

Thanks man it was helpfully!!! :)

@Bobmajor
Copy link
Author

Bobmajor commented Dec 3, 2020 via email

@pil0u
Copy link

pil0u commented Feb 12, 2021

Thank you, for the tips! I have included this in a script to automate the task for Linux https://gist.github.com/pil0u/b2921969ba5bc2dd55307de0d78df025

@joshnavdev
Copy link

Thanks a lot, this not only helps me to install Postman but teachs me how to link an app in my applications

@YveOms
Copy link

YveOms commented Apr 5, 2021

We appreciate you.

@brunoCamOnApp
Copy link

Thanks, nice.

@brian-pond
Copy link

Fantastic!

@borys-upco
Copy link

Great, Thanks.

@debbysa
Copy link

debbysa commented Feb 24, 2022

Thank you for sharing

@nekhebit
Copy link

nekhebit commented Jul 7, 2022

Thank you!!

@pablo2600
Copy link

Thanks man, works great!

@0gnjen1
Copy link

0gnjen1 commented Aug 6, 2023

Thanks :D

@zenpandan
Copy link

Thanks a bunch! :)

@GusTeixeira
Copy link

Thanks for sharing!!

@rina-bhalodia
Copy link

Works perfectly!

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