The Be Sure Blog

Code Snippets | Problem Solving | Tips & Tricks

The Be Sure Blog banner

Installing Postman on Kali Linux

posted on 21.6.2023 by Below Surface in "Kali Linux"

Download Postman:

mkdir temp
cd temp 
wget https://dl.pstmn.io/download/latest/linux_64

Extract the downloaded archive:

tar xvzf linux_64

Apply root privileges:

sudo chown -R root:root Postman

Move it:

sudo mv Postman /opt/

Create a syslink, to be able to start Postman via the terminal:

sudo ln -s /opt/Postman/app/Postman /usr/local/bin/postman

Now you can fire it up by submitting

postman

into any terminal.

Tags:

kali
linux
kali linux
postman
api testing

Sources:

https://www.postman.com/downloads/https://genesis-z.github.io/postman-in-kali/

More posts of this category

Installing Kali Linux on a 2012 Macbook Pro

How to switch from MacOS to Kali Linux on the A1398

Kali Linux

Configure Kali to use the MacBook keyboard

Set up the correct layout and make the cmd button work

Kali Linux

Installing Google Chrome on a Kali Linux machine

How to install the Google browser on Kali

Kali Linux