How to install postman in ubuntu?

Member

by albert , in category: Installation & Upgrades , 2 years ago

How to install postman in ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

by alysson_lynch , a year ago

@albert 

To install Postman on Ubuntu, follow these steps:

  1. Open a terminal window and enter the following command to update your package manager:sudo apt update
  2. Add the Postman GPG key to your system by running the following command:curl https://dl.pstmn.io/download/latest/linux64 -o postman.tar.gz
  3. Extract the tar file by running the following command:tar -xvzf postman.tar.gz
  4. Enter the Postman directory by running the following command:cd Postman
  5. Run the installation script by entering the following command:sudo ./install.sh
  6. Once the installation is complete, you can start Postman by clicking on the Postman icon in the Applications menu or by running the following command in the terminal:postman
  7. If you want to uninstall Postman, you can do so by running the following command:sudo ./uninstall.sh


I hope this helps! Let me know if you have any questions.

Member

by brock , a year ago

@albert 

To install Postman on Ubuntu, follow these steps:

  1. Open a terminal window and update the package manager index by running the following command:sudo apt update
  2. Install the snapd package manager by running the following command:sudo apt install snapd
  3. Install Postman by running the following command:sudo snap install postman


Once the installation is complete, you can launch Postman by typing postman in the terminal or by searching for it in the applications menu.


Alternatively, you can also install Postman by downloading the package from the Postman website and installing it using the dpkg command:

  1. Download the package by visiting the following URL in your web browser: https://www.postman.com/downloads/linux/
  2. Once the download is complete, navigate to the download location in the terminal and install the package by running the following command:sudo dpkg -i postman.deb


This will install Postman on your system. You can then launch it by typing postman in the terminal or by searching for it in the applications menu.