Install Postman on Ubuntu 18.04 LTS

Profile picture for user devraj

In Ubuntu 18.04, you can easily install Postman using Snap. Type below command in terminal

$ snap install postman

You can install snapd using below steps if not already installed:

$ sudo apt update
$ sudo apt install snapd