I am trying to install postman in Ubuntu 16.04.I ran the commands:
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman
I did not get any message about the installation. I tried to find the application in Desktop and Ubuntu Software Center. But I did not find postman. Have I done something wrong? How should I install this application?
sudo apt install libgconf-2-4
– Saahithyan Vigneswaran Apr 29 '18 at 05:38