Postman is a complete API development platform that helps you manage your APIs in every stage of development, from designing and testing, to publishing API documentation and monitoring. Postman started as a Chrome browser extension and quickly became one of the most widely used API tools by developers all over the world.

Postman is available as a native app (built on Electron) for all major operating systems, including macOS, Linux, and Windows. This article guides you through the installation of Postman on Ubuntu 20.04.

Installing Postman

The easiest way is to install Postman on Ubuntu 18.04 is by using the snappy packaging system. Snaps are self-contained software packages that include the binary all dependencies needed to run the application. Snap packages can be installed from either the command-line or via the Ubuntu Software application.

Postman snap package is distributed and maintained by the developers of Postman.

To install the Postman snap, open your terminal (Ctrl+Alt+T) and run the following command as a user with sudo privileges :

sudo snap install postman

The download may take some time depending on the speed of your connection. On success, the following output is displayed:

postman 7.30.1 from Postman, Inc. (postman-inc✓) installed

Snap packages are easy to upgrade and secure. Whenever a new version is released, the Postman package will be automatically updated in the background.

Alternatively, you can install Postman using the Ubuntu Software Center. Simply search for Postman and click install.

#ubuntu

How to Install Postman on Ubuntu 20.04
35.85 GEEK