-->

How to install postman linux native app in ubuntu?

Here is the simple commands for download and install postman native app in ubuntu. Postman recommends installing its native app, but there wasn’t any documentation for installing it on Ubuntu — just a download link. So, in order to make it easier for fellow Ubuntu users to start with Postman, here are some quick commands to get set up
Here is the simple commands for download and install postman native app in ubuntu.
Postman recommends installing its native app, but there wasn’t any documentation for installing it on Ubuntu — just a download link. So, in order to make it easier for fellow Ubuntu users to start with Postman, here are some quick commands to get set up!

wget https://dl.pstmn.io/download/latest/l... -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman

cat >  ~/.local/share/applications/postman.desktop <[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL




Logout and login to find the installation.

You may like these posts

  1. To insert a code use <i rel="pre">code_here</i>
  2. To insert a quote use <b rel="quote">your_qoute</b>
  3. To insert a picture use <i rel="image">url_image_here</i>