How To Install Postman on Ubuntu 18.04 LTS

Date : 24/07/2019

Introduction

Postman is one of the powerful tool built for API development. Most importantly, Postman used to develop API faster. Initially, it started as a Chrome browser extension and quickly become one of the most used API tools by developers all over the world.

The installation is quite simple and available as a native app (built on Electron) for all major operating systems including Linux, macOS and Windows.

 I will show you through the step by step installation Postman on a Ubuntu 18.04 (Bionic Beaver) server.

Related image
postman installation in ubuntu 18.0.4

Step by step installation

  1. For instance, make sure that all your system packages are up-to-date. Therefore, run apt commands in the terminal.
sudo apt update
sudo apt upgrade

2 . After that, installing Postman on Ubuntu.

In the meantime, we are going to install Postman on Ubuntu using snappy package system.

sudo snap install postman

Moreover, once installed, the following output will be displayed in terminal. This is to say for confirmation.

postman 6.7.1 from 'postman-inc' installed

3. In addition to it, start the postman.

To start using Postman, go to Activities -> Postman and launch Postman on Ubuntu 18.04. Above all, we have successfully installed Postman. That’s it.

Thanks for using pheonix solutions.

You find this tutorial helpful? Share with your friends to keep it alive.

Leave a Reply