how to install heroku on linux ubuntu code example
Example 1: install heroku cli on linux
sudo snap install --classic heroku
Example 2: how to install heroku in terminal
$ brew tap heroku/brew && brew install heroku
sudo snap install --classic heroku
$ brew tap heroku/brew && brew install heroku