How to Install Postman in Ubuntu

This wikiHow teaches you how to install Postman on a computer running the Ubuntu Linux operating system. Postman is a tool commonly used by developers to test APIs. Make sure Snap is installed. If you are running Ubuntu 16.04 LTS or later,...
Method 1 of 2:

Using The Terminal

  1. How to Install Postman in Ubuntu Picture 1How to Install Postman in Ubuntu Picture 1
    Make sure Snap is installed. If you are running Ubuntu 16.04 LTS or later, Snap is already installed and you don't need to do anything. If you are running any version below that, you need to install Snap.
    1. To check your Ubuntu version, open the terminal by clicking on the terminal icon or using the Ctrl + Alt + T keystroke. Type lsb_release -a and hit Enter. The version appears in the Description and Release fields.
  2. Install Snap if required. Open the terminal by clicking on the terminal icon or using the Ctrl + Alt + T keystroke. Type sudo apt update followed by sudo apt install snapd in another line. Hit Enter.
  3. Restart your computer after installing Snap, or log out and then log back in again. Access the power settings from the power icon in the corner of the screen.
  4. Open the terminal. Click on the terminal icon or hold down Ctrl + Alt + T.
  5. Install Postman. Type sudo snap install postman into the terminal and hit Enter.
  6. Wait for Postman to finish downloading. Once installed, an output message will be displayed saying Postman has installed.
Method 2 of 2:

Using The Ubuntu Software Center

  1. How to Install Postman in Ubuntu Picture 2How to Install Postman in Ubuntu Picture 2
    Make sure Snap is installed. If you are running Ubuntu 16.04 LTS or later, Snap is already installed and you don't need to do anything. If you are running any version below that, you need to install Snap.
    1. To check your Ubuntu version, open the terminal by clicking on the terminal icon or using the Ctrl + Alt + T keystroke. Type lsb_release -a and hit Enter. The version appears in the Description and Release fields.
  2. Install Snap if required. Open the terminal by clicking on the terminal icon or using the Ctrl + Alt + T keystroke. Type sudo apt update followed by sudo apt install snapd in another line. Hit Enter.
  3. Restart your computer after installing Snap, or log out and then log back in again. Access the power settings from the power icon in the corner of the screen.
  4. Open Ubuntu Software. Look for an orange shopping bag icon in your launcher, or search for "software" in the Dash search box.
  5. How to Install Postman in Ubuntu Picture 3How to Install Postman in Ubuntu Picture 3
    Install Postman. Search for "postman" in the search box. Click the result, then click Install.
5 ★ | 2 Vote