• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to perform Postman Source Installation on ubuntu 18.04

  • 00:34 Download postman package
  • 00:54 Extact the package
  • 01:20 Create soft link
  • 01:40 Run the postman
5357

Postman Source Installation on Ubuntu 18.04

Postman is the only complete API development environment, for API developers. Postman is available as a native app for mac OS, Windows, and Linux operating systems. In this article, you will be briefed about the method Postman Source Installation on Ubuntu 18.04.

Installation

Download the postman package by using wget command.

root@linuxhelp1:~# wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
--2019-03-11 05:09:35--  https://dl.pstmn.io/download/latest/linux64
Resolving dl.pstmn.io (dl.pstmn.io)... 54.192.216.215, 54.192.216.246, 54.192.216.84, ...
Connecting to dl.pstmn.io (dl.pstmn.io)|54.192.216.215|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 71372679 (68M) [application/gzip]
Saving to: ‘postman.tar.gz’

postman.tar.gz                   100%[=========================================================>]  68.07M  1.12MB/s    in 2m 2s   

2019-03-11 05:11:39 (570 KB/s) - ‘postman.tar.gz’ saved [71372679/71372679]

Extract the download file following location by using tar command.

root@linuxhelp1:~# tar -zxvf postman.tar.gz -C /opt/
Postman/
Postman/Postman
Postman/app/
Postman/app/LICENSES.chromium.html
Postman/app/icudtl.dat
Postman/app/libnode.so
Postman/app/LICENSE
Postman/app/snapshot_blob.bin
Postman/app/version
Postman/app/libffmpeg.so
Postman/app/natives_blob.bin
Postman/app/locales/
Postman/app/locales/da.pak.
.
.
.
Postman/app/resources/app/services/loginUtils.js
Postman/app/resources/app/services/AuthHandler.js
Postman/app/resources/app/services/OAuth2WindowManager.js
Postman/app/resources/app/services/OAuth2TokenRequester.js
Postman/app/resources/app/services/AutoUpdaterService.js
Postman/app/resources/app/plugins/
Postman/app/resources/app/plugins/prepackedPlugins.json
Postman/app/resources/app/plugins/postman.openApi.zip

Create a soft link for command alias.

root@linuxhelp1:~# ln -s /opt/Postman/Postman /usr/bin/postman

Just type postman from terminal.

root@linuxhelp1:~# postman 
Gtk-Message: 05:13:19.954: Failed to load module "canberra-gtk-module"
1552261406582 main info ["Booting Postman 6.7.4, linux-4.15.0-13-generic on x64"]
1552261406584 main info ["EventBus\\x7einitialize - Success"]
1552261406813 main info ["UpdateHandler\\x7einit - Success"]
1552261406815 main info ["RuntimeExecutionService\\x7einitialized

Now Postman application getting from desktop now you can able to use the application. 1 2 With this, the method To perform Postman Source Installation on Ubuntu 18.04 comes to an end

Tags:
jacob
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to extract the Postman zip file on Ubuntu?

A

If the unzip command isn't already installed on your system, then run 'sudo apt-get install unzip'. After installing the unzip utility, you can use the following command : 'unzip file.zip -d Postman.tar'.

Q

How to do send a postman request?

A

Enter postman-echo.com/get into the URL field. Click the Send button to send your request. Note the JSON data response from the server.

Q

How to add cookies on postman application?

A

Go to the google.com domain in the manager and click Add Cookie. A new text box will open up where it will have some values already written.

Q

How to send cURL request in postman application?

A

open the postman application, paste the curl command on "import" tab on the upper left side.

Q

How to check for Postman updates in command line?

A

check the postman update by using command line: 'sudo postman-updater check'.

Related Tutorials in How to perform Postman Source Installation on ubuntu 18.04

Related Tutorials in How to perform Postman Source Installation on ubuntu 18.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to perform Postman Source Installation on ubuntu 18.04

Related Forums in How to perform Postman Source Installation on ubuntu 18.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Curl command
baseer class=
Curl: (60) Peer's Certificate has expired
May 31, 2019
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017

Related News in How to perform Postman Source Installation on ubuntu 18.04

Related News in How to perform Postman Source Installation on ubuntu 18.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.