Hi Postman community,
I’m having trouble opening the Postman app on my Linux system. I’ve followed the instructions on the Postman website to download and install the latest version for Linux (Download Postman | Get Started for Free). However, when I try to launch the app, it crashes unexpectedly.
Here are the steps I’ve taken:
- I downloaded the latest Linux version (64-bit) from the official Postman website: https://dl.pstmn.io/download/latest/linux_64
- I extracted the downloaded file and tried to run the
Postman
executable. - Since the app didn’t open, I installed the required Electron dependencies using the following command:
sudo dnf install clang dbus-devel gperf gtk3-devel \ libnotify-devel libgnome-keyring-devel libcap-devel \ cups-devel libXtst-devel alsa-lib-devel libXrandr-devel \ nss-devel python-dbusmock
- After installing the dependencies, the app opened successfully.
- I clicked on the login button, which launched the Chrome browser for authentication.
- I logged in successfully, but after the loading screen appeared, the app crashed again.
- Now, the app opens the loading screen and then crashes unexpectedly.
I’ve tried restarting my computer and reinstalling the Postman app, but the issue persists. I’m not sure what’s causing the app to crash.
I would appreciate any help or suggestions from the Postman community on how to resolve this issue.
Thank you,