Postman (INSTALL ON KALI LINUX)

--

https://www.postman.com/downloads/ download the .tar.gz from here

Screenshot- Postman Download

for linux

open terminal and type sudo tar -xvf [FILE_NAME]

move the extracted file to /otp/ sudo mv [FILE_NAME YOU WANT TO MOVE] /otp/

after it got extracted create a file in this directory /usr/share/applications/

nano /usr/share/application/Postmen.desktop

and paste this into the editor

[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;

References:

https://learning.postman.com/docs/getting-started/installation-and-updates/#installing-postman-on-linux

--

--