Iām installing postman under linux in the next way:
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo -S tar -xzf postman.tar.gz -C /opt
rm postman.tar.gz
But seems like postman 9 not available yet for linux, when you plan to make it available?