Postman Installation Via Snap (Linux OS | Ubuntu | Debian) :
- Postman recommends installing using Snap because it includes all the libraries the app needs and they're bundled with the app itself.
- The support of certain Linux distributions depends on if they're supported by Electron.
- Install Electron
$ sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \ libnotify-dev libasound2-dev libcap-dev \ libcups2-dev libxtst-dev \ libxss1 libnss3-dev gcc-multilib g++-multilib curl \ gperf bison python3-dbusmock openjdk-8-jre
- Install xdelta3 (support to install postman)
$ sudo apt update $ sudo apt upgrade $ sudo apt install xdelta3
- Install snap
$ sudo apt install snapd
- Install postman via snap
$ sudo snap install postman
- Login to postman, before opening the postman app with the same account
$ postman login
When running postman, it often causes "forced quit", so run :
- Purge snap
$ sudo apt purge snapd
- Reinstall snap
$ sudo apt install snapd
- Restart the system
$ sudo reboot
- Install postman via snap
$ sudo snap refresh $ sudo systemctl restart snapd $ sudo snap install postman
- Login to postman, before opening the postman app with the same account
$ postman login