How to install Postman on Linux Mint, Ubuntu, Zorin OS and Other Linux Distributions

Опубликовано: 31 Июль 2026
на канале: WHAT & HOW
218
6

How to install Postman on Linux Mint, Ubuntu, Zorin OS and Other Linux Distributions

An easy installation steps on installation of the latest version of Postman in linux debian distributions (Ubuntu, linux mint etc).

Commands:
Move package to /opt folder command:
sudo mv Postman /opt/

Desktop entry create command:
sudo gedit ~/.local/share/applications/Postman.desktop

[Desktop Entry]
Encoding = UTF-8
Name = Postman
Exec = /opt/Postman/app/Postman %U
Icon = /opt/Postman/app/resources/app/assets/icon.png
Terminal = false
Type = Application
Categories = Development

#postman #postmanlinux #linux #installation #ubuntu #linuxmint