Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux Go to `Download folder -> "right click" -> "Open in Terminal"` #### Installing Postman (Verify your version of file in below command) ```sh tar -xzf Postman-linux-x64-7.13.0.tar.gz ``` If any version is installed before, remove it. ```sh sudo rm -rf /opt/Postman ``` Move Postman ```sh sudo mv Postman /opt/Postman ``` Create a desktop file ``` cat > postman.desktop <