3 Easy Commands to Install Postman in Kali Linux

Introduction

For 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 process.Having said…


This content originally appeared on DEV Community and was authored by Tito

Introduction

For 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 process.Having said this, I will taken through 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

2.Move the folder to the root opt folder

sudo mv Postman /opt/

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

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;

You have successfully installed Postman!


This content originally appeared on DEV Community and was authored by Tito


Print Share Comment Cite Upload Translate Updates
APA

Tito | Sciencx (2023-04-20T19:50:56+00:00) 3 Easy Commands to Install Postman in Kali Linux. Retrieved from https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/

MLA
" » 3 Easy Commands to Install Postman in Kali Linux." Tito | Sciencx - Thursday April 20, 2023, https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/
HARVARD
Tito | Sciencx Thursday April 20, 2023 » 3 Easy Commands to Install Postman in Kali Linux., viewed ,<https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/>
VANCOUVER
Tito | Sciencx - » 3 Easy Commands to Install Postman in Kali Linux. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/
CHICAGO
" » 3 Easy Commands to Install Postman in Kali Linux." Tito | Sciencx - Accessed . https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/
IEEE
" » 3 Easy Commands to Install Postman in Kali Linux." Tito | Sciencx [Online]. Available: https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/. [Accessed: ]
rf:citation
» 3 Easy Commands to Install Postman in Kali Linux | Tito | Sciencx | https://www.scien.cx/2023/04/20/3-easy-commands-to-install-postman-in-kali-linux/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.