kali, devops,

Postman installation in Kali Linux

prince prince Follow May 24, 2020 · 1 min read
Postman installation in Kali Linux
Share this

Postman is the Google chrome app for interacting with HTTP APIs. It give a user friendly interactive environment for creating request and reading responses.

Earlier, this app was an extension for the Google Chrome web browser. But as the popularity of this app increased, and more features were getting introduced in this application, its Google Chrome extension was deprecated for the Native desktop app.

If you are a debian user like us, then the below steps could help you with the installation,

  1. Open the Terminal
  2. Download Postman for Kali GNU/Linux
  3. Extract them to a temp directory,
     tar xvzf ~/Downloads/Postman*.tar.gz -C /tmp/
    
  4. First setup super user as owner,
     sudo chown -R root:root /tmp/Postman
    
  5. Then relocate it,
     sudo mv /tmp/Postman /opt/
    
  6. Make a symlink for easy launching on shell
     sudo ln -s /opt/Postman/app/Postman /usr/local/bin/Postman
    

Finally start and enjoy Postman app in Kali Linux. From shell simply type in

walking

walking

Hope this information is helpful !!

Join Newsletter
Get the latest news right in your inbox. We never spam!
prince
Written by prince Follow
Author of Genezis. A technical consultant with experience in computer logics, design and development.