PHOTO-2022-08-06-13-39-03

How to install Postman on Ubuntu 20.04 LTS or Debian Linux without snap – Linux Shout

Postman is one of the most popular collaboration platform tools for testing APIs (Application Programming Interfaces) available to install on Linux, Windows, and macOS. Well, APIs are interfaces between programs that the applications use to communicate with one another.
The main area of ​​the application is testing REST APIs based on HTTP requests that can be specified and sent in Postman with associated parameters using the visual request builder.
The basic structure focuses on the processing and validation of requests and their responses. The responses can be viewed and evaluated directly, be it graphically or via Postman’s internal programming interface using JavaScript.
All aspects of a request can be displayed and transparently changed in Postman, including the type of request, authentication, the parameters passed, or the local cookies.
The easiest way to install it on Ubuntu 21.04/20.04/18.04 is by using the SNAP package. Just use the below command and you are done-
However, those who don’t want to use SNAP can follow the below-given steps…
 
Contents
Here we will see the steps to install Postman on Ubuntu 20.04 or 18.04 LTS Linux operating system. You can also use this guide for Linux Mint, CentOS, RHEL, Debian, and other Linux distros.
We will use the command terminal here to install Postman on Ubuntu 20.04 or whatever other Linux distros you are using. The shortcut to open Terminal is Ctrl+Alt+T.
 
We can download the latest tarball file of the Postman API platform from its official website. However, to make the process easier and save time, I have given the command that you can use to get it directly using your command terminal.
 
The downloaded file will be in archived form; to get the files inside it to run this API testing platform, we have to first extract the same. However, to ensure we won’t delete the extracted file accidentally in the future, we will extract it under /usr/bin.
 
To start the Postman tool every time we have to go through its complete folder path. Thus, to remove this and start it using the terminal regardless of which directory we are, let’s add its folder to the system path.
Now, to run the API testing tool interface, simply type:
 
Well, there are many users who don’t want to open Terminal every time to start Postman, thus for them here is the way to create a Desktop shortcut and Launcher entry.
Copy and paste the following lines:
Save the file with Ctrl + O and Enter and close editor with Ctrl + X.
Copy the created shortcut to desktop as well:
Allow launching
Right-click on the created shortcut of Postman on Desktop and select the “Allow launching” option.
Postman Desktop Shortcut Linux
You can also start it from the Application launcher by searching the name of this API testing tool.
Postman Launcher Shortcut Postman API Tool install on Ubuntu 20.04 Linux
 
In the future to remove Postman, simply delete its file and other entries using the given commands-
 
Other Tutorials:
 
 
Heyan Maurya Debian

Heyan Maurya Opensuse

Heyan Maurya Ubuntu

Heyan Maurya Ubuntu

great..tnx

document.getElementById( “ak_js_1” ).setAttribute( “value”, ( new Date() ).getTime() );
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Linux Shout crafted as a part of our main portal H2S Media to publish Linux related tutorials and open source Software.

source

Leave a Reply

Your email address will not be published. Required fields are marked *