DEV Community

Tito
Tito

Posted on • Edited on

11 1 1 1 1

3 Easy Commands to Install Postman in Kali Linux

Introduction

For an effective development environment especially back-end, you will require postman to test your endpoints. It has been constantly said that Debian environments are ideal for Software development/engineering processes. Having said this, I will take 3 simple steps to install Postman in Kali Linux.

Requirements

  • Internet
  • Proficiency with Command utility
  • x64 Linux architecture

Download Postman

1.Extract the folder using the following command and a Postman folder will be created:

sudo tar -xvz -f postman-linux-x64.tar.gz
Enter fullscreen mode Exit fullscreen mode

2.Move the folder to the root opt folder

sudo mv Postman /opt/
Enter fullscreen mode Exit fullscreen mode

3.Navigate to this folder /usr/share/applications/ and create a file Postman.desktop and open the nano editor

touch Postman.desktop && nano Postman.desktop
Enter fullscreen mode Exit fullscreen mode

write the following content

[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/app/Postman %U
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
Enter fullscreen mode Exit fullscreen mode

You have successfully installed Postman!

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

Top comments (1)

Collapse
 
k0dj profile image
Jay Kodoth

This steps do not seems to be working for me.
I am using VERSION_ID="2023.3" in VMware Fusion, host MacOS Ventura

I see postman available in the apps - however it is not opening.

Can someone please guide me ?

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay